diff --git a/_data/chains/eip155-102032.json b/_data/chains/eip155-102032.json new file mode 100644 index 000000000000..0a3864982751 --- /dev/null +++ b/_data/chains/eip155-102032.json @@ -0,0 +1,32 @@ +{ + "name": "Creditcoin Devnet", + "chain": "CTC", + "icon": "creditcoin", + "rpc": ["https://rpc.cc3-devnet.creditcoin.network"], + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "nativeCurrency": { + "name": "Devnet CTC", + "symbol": "devCTC", + "decimals": 18 + }, + "infoURL": "https://creditcoin.org", + "shortName": "ctcdev", + "chainId": 102032, + "networkId": 102032, + "faucets": [], + "explorers": [ + { + "name": "blockscout", + "url": "https://creditcoin-devnet.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +}