diff --git a/_data/chains/eip155-100.json b/_data/chains/eip155-100.json index b8a3a314..3705732b 100644 --- a/_data/chains/eip155-100.json +++ b/_data/chains/eip155-100.json @@ -1,6 +1,6 @@ { - "name": "xDAI Chain", - "chain": "XDAI", + "name": "Gnosis Chain (formerly xDai)", + "chain": "Gnosis", "network": "mainnet", "rpc": [ "https://rpc.xdaichain.com", @@ -11,21 +11,21 @@ "https://dai.poa.network", "ws://xdai.poanetwork.dev:8546" ], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/","https://xdai-app.herokuapp.com/faucet"], + "faucets": ["https://xdai-app.herokuapp.com/faucet", "https://stakely.io/faucet/xdai-chain", "https://faucet.prussia.dev/xdai"], "nativeCurrency": { "name": "xDAI", "symbol": "xDAI", "decimals": 18 }, - "infoURL": "https://forum.poa.network/c/xdai-chain", - "shortName": "xdai", + "infoURL": "https://www.xdaichain.com/", + "shortName": "gno", "chainId": 100, "networkId": 100, "slip44": 700, "explorers": [{ "name": "blockscout", - "url": "https://blockscout.com/poa/xdai", + "url": "https://blockscout.com/xdai/mainnet", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json index da0f663b..8d061268 100644 --- a/_data/chains/eip155-1001.json +++ b/_data/chains/eip155-1001.json @@ -3,7 +3,7 @@ "chain": "KLAY", "network": "baobab", "rpc": [ - "https://node-api.klaytnapi.com/v1/klaytn" + "https://api.baobab.klaytn.net:8651" ], "faucets": [ "https://baobab.wallet.klaytn.com/access?next=faucet" diff --git a/_data/chains/eip155-1337702.json b/_data/chains/eip155-1337702.json new file mode 100644 index 00000000..0cfcbe1d --- /dev/null +++ b/_data/chains/eip155-1337702.json @@ -0,0 +1,25 @@ +{ + "name": "Kintsugi merge testnet", + "chain": "ETH", + "network": "testnet", + "rpc": [ + "https://rpc.kintsugi.themerge.dev" + ], + "faucets": [ + "https://faucet.kintsugi.themerge.dev" + ], + "nativeCurrency": { + "name": "kintsugi Ethere", + "symbol": "kiETH", + "decimals": 18 + }, + "infoURL": "https://kintsugi.themerge.dev/", + "shortName": "kintsugi", + "chainId": 1337702, + "networkId": 1337702, + "explorers": [{ + "name": "kintsugi explorer", + "url": "https://explorer.kintsugi.themerge.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index 3062f569..279af21e 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -3,9 +3,12 @@ "chain": "SGB", "network": "songbird", "rpc": [ - "https://songbird.towolabs.com/rpc" + "https://songbird.towolabs.com/rpc", + "https://sgb.ftso.com.au/ext/bc/C/rpc", + "https://sgb.lightft.so/rpc", + "https://sgb-rpc.ftso.eu" ], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], + "faucets": [], "nativeCurrency": { "name": "Songbird", "symbol": "SGB", diff --git a/_data/chains/eip155-2025.json b/_data/chains/eip155-2025.json index 5e288197..49841a08 100644 --- a/_data/chains/eip155-2025.json +++ b/_data/chains/eip155-2025.json @@ -2,6 +2,7 @@ "name": "Rangers Protocol Mainnet", "chain": "Rangers", "network": "mainnet", + "icon": "rangers", "rpc": [ "https://mainnet.rangersprotocol.com/api/jsonrpc" ], diff --git a/_data/chains/eip155-3690.json b/_data/chains/eip155-3690.json index 81701fb2..0107c54f 100644 --- a/_data/chains/eip155-3690.json +++ b/_data/chains/eip155-3690.json @@ -1,6 +1,6 @@ { "name": "Bittex Mainnet", - "chain": "BTTX", + "chain": "BTX", "network": "mainnet", "rpc": [ "https://rpc1.bittexscan.info", @@ -9,11 +9,11 @@ "faucets": [], "nativeCurrency": { "name": "Bittex", - "symbol": "BTTX", + "symbol": "BTX", "decimals": 18 }, "infoURL": "https://bittexscan.com", - "shortName": "bttx", + "shortName": "btx", "chainId": 3690, "networkId": 3690, "icon": "ethereum", diff --git a/_data/chains/eip155-42261.json b/_data/chains/eip155-42261.json new file mode 100644 index 00000000..07879731 --- /dev/null +++ b/_data/chains/eip155-42261.json @@ -0,0 +1,25 @@ +{ + "name": "Emerald Paratime Testnet", + "chain": "Emerald", + "network": "testnet", + "icon": "oasis", + "rpc": [ + "https://testnet.emerald.oasis.dev/", + "wss://testnet.emerald.oasis.dev/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Emerald Rose", + "symbol": "ROSE", + "decimals": 18 + }, + "infoURL": "https://docs.oasis.dev/general/developer-resources/overview", + "shortName": "emerald", + "chainId": 42261, + "networkId": 42261, + "explorers": [{ + "name": "Emerald Paratime Testnet Explorer", + "url": "https://testnet.explorer.emerald.oasis.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-42262.json b/_data/chains/eip155-42262.json new file mode 100644 index 00000000..ffd257d1 --- /dev/null +++ b/_data/chains/eip155-42262.json @@ -0,0 +1,25 @@ +{ + "name": "Emerald Paratime Mainnet", + "chain": "Emerald", + "network": "Mainnet", + "icon": "oasis", + "rpc": [ + "https://emerald.oasis.dev", + "wss://emerald.oasis.dev/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Emerald Rose", + "symbol": "ROSE", + "decimals": 18 + }, + "infoURL": "https://docs.oasis.dev/general/developer-resources/overview", + "shortName": "oasis", + "chainId": 42262, + "networkId": 42262, + "explorers": [{ + "name": "Emerald Paratime Mainnet Explorer", + "url": "https://explorer.emerald.oasis.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json index e853633a..b60b5b1c 100644 --- a/_data/chains/eip155-8217.json +++ b/_data/chains/eip155-8217.json @@ -3,7 +3,7 @@ "chain": "KLAY", "network": "cypress", "rpc": [ - "https://api.cypress.ozys.net:8651" + "https://public-node-api.klaytnapi.com/v1/cypress" ], "faucets": [], "nativeCurrency": { diff --git a/_data/icons/oasis.json b/_data/icons/oasis.json new file mode 100644 index 00000000..9696c62c --- /dev/null +++ b/_data/icons/oasis.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha", + "width": 2000, + "height": 2000, + "format": "png" + } +] diff --git a/build.gradle b/build.gradle index a21c77e8..eace1084 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { KOTLIN_VERSION = "1.6.10" - KETHEREUM_VERSION = "0.85.5" + KETHEREUM_VERSION = "0.85.6" } repositories { diff --git a/eip155-9100.json b/eip155-9100.json new file mode 100644 index 00000000..12a64dd7 --- /dev/null +++ b/eip155-9100.json @@ -0,0 +1,19 @@ +{ + "name": "Genesis Coin", + "chain": "Genesis", + "network": "Genesis Coin", + "rpc": [ + "https://genesis-gn.com", + "wss://genesis-gn.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "GN Coin", + "symbol": "GNC", + "decimals": 18 + }, + "infoURL": "https://genesis-gn.com", + "shortName": "GENEC", + "chainId": 9100, + "networkId": 9100 +} \ No newline at end of file