Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Aug 10, 2024
2 parents 28858da + b002f0f commit 9d4de64
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 11 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-1227.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Bitcoin Protocol Testnet",
"chain": "BTCP Testnet",
"icon": "btcprotocol",
"rpc": ["https://testnet-chain.btcprotocol.io/"],
"faucets": [],
"nativeCurrency": {
"name": "BTC Protocol",
"symbol": "BTCP",
"decimals": 18
},
"infoURL": "https://btcprotocol.io/",
"shortName": "BTCP",
"chainId": 1227,
"networkId": 1227,
"explorers": [
{
"name": "BTCP explorer",
"url": "https://explorer.btcprotocol.io",
"standard": "EIP3091"
}
],
"status": "active"
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-41455.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Aleph Zero EVM",
"chain": "Aleph Zero EVM",
"icon": "aleph-zero",
"rpc": [
"https://rpc.alephzero.raas.gelato.cloud",
"wss://ws.alephzero.raas.gelato.cloud"
],
"faucets": [],
"nativeCurrency": {
"name": "Aleph Zero",
"symbol": "AZERO",
"decimals": 18
},
"infoURL": "https://alephzero.org/",
"shortName": "aleph-zero",
"chainId": 41455,
"networkId": 41455,
"explorers": [
{
"name": "Aleph Zero EVM Mainnet Explorer",
"url": "https://evm-explorer.alephzero.org",
"icon": "aleph-zero",
"standard": "none"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-42421.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "AssetChain Testnet",
"chain": "RWA",
"rpc": ["https://enugu-rpc.assetchain.org"],
"faucets": ["https://faucet.assetchain.org"],
"nativeCurrency": {
"name": "Real World Asset",
"symbol": "RWA",
"decimals": 18
},
"infoURL": "https://docs.assetchain.org",
"shortName": "rwa",
"chainId": 42421,
"networkId": 42421,
"icon": "assetchain",
"explorers": [
{
"name": "Asset Chain Testnet Explorer",
"url": "https://scan-testnet.assetchain.org",
"standard": "EIP3091"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-48899.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Zircuit Testnet",
"chain": "Zircuit Testnet",
"icon": "zircuit",
"rpc": ["https://zircuit1.p2pify.com/"],
"rpc": ["http://zircuit1-testnet.p2pify.com/"],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
Expand All @@ -16,7 +16,7 @@
"explorers": [
{
"name": "Zircuit",
"url": "https://explorer.zircuit.com",
"url": "https://explorer.testnet.zircuit.com",
"icon": "zircuit",
"standard": "none"
}
Expand Down
11 changes: 9 additions & 2 deletions _data/chains/eip155-48900.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Zircuit Mainnet",
"chain": "Zircuit Mainnet",
"icon": "zircuit",
"rpc": [],
"rpc": ["https://zircuit1-mainnet.p2pify.com/"],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
Expand All @@ -13,5 +13,12 @@
"shortName": "zircuit-mainnet",
"chainId": 48900,
"networkId": 48900,
"explorers": []
"explorers": [
{
"name": "Zircuit",
"url": "https://explorer.zircuit.com",
"icon": "zircuit",
"standard": "none"
}
]
}
12 changes: 6 additions & 6 deletions _data/chains/eip155-88559.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "Inoai Network",
"name": "InoAi",
"chain": "INOAI",
"faucets": [],
"rpc": ["https://inoai-network.com"],
"nativeCurrency": {
"name": "Inoai",
"name": "InoAi",
"symbol": "INO",
"decimals": 18
},
"infoURL": "https://inoai.info",
"shortName": "INOAI",
"infoURL": "https://docs.inoai.info/",
"shortName": "INO",
"chainId": 88559,
"networkId": 88559,
"icon": "inoai",
"explorers": [
{
"name": "inoai live",
"name": "inoai.live",
"url": "https://inoai.live",
"standard": "none"
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/aleph-zero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUmw7yJDdkTV6SNp5PDfMLe5LWMfUo6vyQbh7fdhTfGDH",
"width": 200,
"height": 200,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/assetchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ",
"width": 1500,
"height": 1500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/btcprotocol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB",
"width": 792,
"height": 792,
"format": "png"
}
]
2 changes: 1 addition & 1 deletion _data/icons/inoai.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"url": "ipfs://QmdP8zAZEwUbf3pt8t9Ykho866ni5AMgutvkn3cBsV8gKG",
"url": "ipfs://QmdiEBREiSP9TBHqxV8Ap3kehvBktBWFCpXs3mkC4e18zM",
"width": 500,
"height": 500,
"format": "png"
Expand Down

0 comments on commit 9d4de64

Please sign in to comment.