diff --git a/_data/chains/eip155-88888888.json b/_data/chains/eip155-88888888.json new file mode 100644 index 00000000..99289554 --- /dev/null +++ b/_data/chains/eip155-88888888.json @@ -0,0 +1,31 @@ +{ + "name": "T.E.A.M Blockchain", + "chain": "TEAM", + "rpc": ["https://rpc.teamblockchain.team"], + "faucets": [], + "nativeCurrency": { + "name": "TEAM", + "symbol": "$TEAM", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://teamblockchain.team", + "shortName": "team", + "chainId": 88888888, + "networkId": 88888888, + "explorers": [ + { + "icon": "team", + "name": "teamscan", + "url": "https://teamblockchain.team", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/team.json b/_data/icons/team.json new file mode 100644 index 00000000..52a2e0b0 --- /dev/null +++ b/_data/icons/team.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcnA15BLE9uvznbugXKjqquizZs1eLPeEEkc92DSmvhmt", + "width": 248, + "height": 248, + "format": "png" + } +]