Skip to content

Commit

Permalink
Add AILayer mainnet and testnet (ethereum-lists#5317)
Browse files Browse the repository at this point in the history
* Add AILayer mainnet and testnet

* format json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
Cohiban and ligi authored Jun 17, 2024
1 parent 1e4348d commit efd43a8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-2648.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "AILayer Testnet",
"chain": "AILayer",
"rpc": ["https://testnet-rpc.ailayer.xyz", "wss://testnet-rpc.ailayer.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://ailayer.xyz/",
"shortName": "ailayer-testnet",
"chainId": 2648,
"networkId": 2648,
"icon": "ailayer",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet-explorer.ailayer.xyz",
"icon": "ailayer",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-2649.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "AILayer Mainnet",
"chain": "AILayer",
"rpc": ["https://mainnet-rpc.ailayer.xyz", "wss://mainnet-rpc.ailayer.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://ailayer.xyz/",
"shortName": "ailayer-mainnet",
"chainId": 2649,
"networkId": 2649,
"icon": "ailayer",
"explorers": [
{
"name": "blockscout",
"url": "https://mainnet-explorer.ailayer.xyz",
"icon": "ailayer",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/ailayer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYoqc8rm8PrBg9jqfpsrxd6zdPEqDozbyNVMkBo3QMAFP",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit efd43a8

Please sign in to comment.