diff --git a/_data/chains/eip155-10507.json b/_data/chains/eip155-10507.json new file mode 100644 index 00000000..054b1ca1 --- /dev/null +++ b/_data/chains/eip155-10507.json @@ -0,0 +1,23 @@ +{ + "name": "Numbers Mainnet", + "chain": "NUM", + "icon": "num", + "rpc": ["https://mainnetrpc.num.network"], + "faucets": [], + "nativeCurrency": { + "name": "NUM Token", + "symbol": "NUM", + "decimals": 18 + }, + "infoURL": "https://numbersprotocol.io", + "shortName": "Jade", + "chainId": 10507, + "networkId": 10507, + "explorers": [ + { + "name": "ethernal", + "url": "https://mainnet.num.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-10508.json b/_data/chains/eip155-10508.json new file mode 100644 index 00000000..a854550f --- /dev/null +++ b/_data/chains/eip155-10508.json @@ -0,0 +1,26 @@ +{ + "name": "Numbers Testnet", + "chain": "NUM", + "icon": "num", + "rpc": ["https://testnetrpc.num.network"], + "faucets": [ + "https://faucet.avax.network/?subnet=num", + "https://faucet.num.network" + ], + "nativeCurrency": { + "name": "NUM Token", + "symbol": "NUM", + "decimals": 18 + }, + "infoURL": "https://numbersprotocol.io", + "shortName": "Snow", + "chainId": 10508, + "networkId": 10508, + "explorers": [ + { + "name": "ethernal", + "url": "https://testnet.num.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/num.json b/_data/icons/num.json new file mode 100644 index 00000000..b03698bc --- /dev/null +++ b/_data/icons/num.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreie3ba6ofosjqqiya6empkyw6u5xdrtcfzi2evvyt4u6utzeiezyhi", + "width": 1500, + "height": 1500, + "format": "png" + } +]