Deploying to gh-pages from @ ethereum-lists/chains@92944720ca 🚀

This commit is contained in:
ligi 2022-11-14 20:26:29 +00:00
parent 639a2b51f7
commit 2d8d33eb15
9 changed files with 76 additions and 3 deletions

View File

@ -182,6 +182,14 @@
"height": 500, "height": 500,
"format": "png" "format": "png"
}] }]
}, {
"name": "debounce",
"icons": [{
"url": "ipfs://bafybeib5q4hez37s7b2fx4hqt2q4ji2tuudxjhfdgnp6q3d5mqm6wsxdfq",
"width": 256,
"height": 256,
"format": "png"
}]
}, { }, {
"name": "evmos", "name": "evmos",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-3306.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Debounce Subnet Testnet",
"chain": "Debounce Network",
"icon": "debounce",
"rpc": ["https://dev-rpc.debounce.network"],
"faucets": [],
"nativeCurrency": {
"name": "Debounce Network",
"symbol": "DB",
"decimals": 18
},
"infoURL": "https://debounce.network",
"shortName": "debounce-devnet",
"chainId": 3306,
"networkId": 3306,
"explorers": [
{
"name": "Debounce Devnet Explorer",
"url": "https://explorer.debounce.network",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3885,6 +3885,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://filecoin.io" "infoURL": "https://filecoin.io"
}, {
"name": "Debounce Subnet Testnet",
"chainId": 3306,
"shortName": "debounce-devnet",
"networkId": 3306,
"nativeCurrency": {
"name": "Debounce Network",
"symbol": "DB",
"decimals": 18
},
"rpc": ["https://dev-rpc.debounce.network"],
"faucets": [],
"infoURL": "https://debounce.network"
}, { }, {
"name": "ZCore Testnet", "name": "ZCore Testnet",
"chainId": 3331, "chainId": 3331,

View File

@ -5520,6 +5520,26 @@
"networkId": 3141, "networkId": 3141,
"slip44": 1, "slip44": 1,
"explorers": [] "explorers": []
}, {
"name": "Debounce Subnet Testnet",
"chain": "Debounce Network",
"icon": "debounce",
"rpc": ["https://dev-rpc.debounce.network"],
"faucets": [],
"nativeCurrency": {
"name": "Debounce Network",
"symbol": "DB",
"decimals": 18
},
"infoURL": "https://debounce.network",
"shortName": "debounce-devnet",
"chainId": 3306,
"networkId": 3306,
"explorers": [{
"name": "Debounce Devnet Explorer",
"url": "https://explorer.debounce.network",
"standard": "EIP3091"
}]
}, { }, {
"name": "ZCore Testnet", "name": "ZCore Testnet",
"chain": "Beach", "chain": "Beach",

8
icons/debounce.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeib5q4hez37s7b2fx4hqt2q4ji2tuudxjhfdgnp6q3d5mqm6wsxdfq",
"width": 256,
"height": 256,
"format": "png"
}
]

View File

@ -298,6 +298,7 @@
"cennz-n": "eip155:3001", "cennz-n": "eip155:3001",
"ORL": "eip155:3031", "ORL": "eip155:3031",
"filecoin-buildernet": "eip155:3141", "filecoin-buildernet": "eip155:3141",
"debounce-devnet": "eip155:3306",
"zcrbeach": "eip155:3331", "zcrbeach": "eip155:3331",
"w3q-t": "eip155:3333", "w3q-t": "eip155:3333",
"w3q-g": "eip155:3334", "w3q-g": "eip155:3334",