diff --git a/_data/chains/eip155-1038.json b/_data/chains/eip155-1038.json new file mode 100644 index 00000000..7f0e0665 --- /dev/null +++ b/_data/chains/eip155-1038.json @@ -0,0 +1,24 @@ +{ + "name": "Bronos Testnet", + "chain": "Bronos", + "rpc": ["https://testnet-json-rpc.bronos.org"], + "faucets": ["https://faucet.bronos.org"], + "nativeCurrency": { + "name": "BRO", + "symbol": "BRO", + "decimals": 18 + }, + "infoURL": "https://bronos.org", + "shortName": "bronos-testnet", + "chainId": 1038, + "networkId": 1038, + "icon": "bronos", + "explorers": [ + { + "name": "Bronos Testnet Explorer", + "url": "https://tbroscan.bronos.org", + "standard": "none", + "icon": "bronos" + } + ] +} diff --git a/_data/icons/bronos.json b/_data/icons/bronos.json new file mode 100644 index 00000000..4d9b57d3 --- /dev/null +++ b/_data/icons/bronos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeifkgtmhnq4sxu6jn22i7ass7aih6ubodr77k6ygtu4tjbvpmkw2ga", + "width": 500, + "height": 500, + "format": "png" + } +]