Skip to content

Commit

Permalink
Merge branch 'master' into update/add-pivotal-chains
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong authored Jun 17, 2024
2 parents 0c3dd8a + efd43a8 commit ff55305
Show file tree
Hide file tree
Showing 4 changed files with 80 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"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-80084.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Berachain bArtio",
"chain": "Berachain bArtio",
"rpc": ["https://bartio.rpc.berachain.com"],
"faucets": ["https://bartio.faucet.berachain.com"],
"nativeCurrency": {
"name": "BERA Token",
"symbol": "BERA",
"decimals": 18
},
"infoURL": "https://www.berachain.com",
"shortName": "berachainbArtio",
"chainId": 80084,
"networkId": 80084,
"icon": "berachain",
"explorers": [
{
"name": "Beratrail",
"url": "https://bartio.beratrail.io",
"icon": "berachain",
"standard": "none"
}
]
}
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 ff55305

Please sign in to comment.