From b29eb619456173f2a1a8f808657ebe0373a803de Mon Sep 17 00:00:00 2001 From: TEAMDAOPSI2 <113747698+TEAMDAOPSI2@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:38:59 +0800 Subject: [PATCH] Added T.E.A.M Blockchain (#2458) --- _data/chains/eip155-88888888.json | 31 +++++++++++++++++++++++++++++++ _data/icons/team.json | 8 ++++++++ 2 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-88888888.json create mode 100644 _data/icons/team.json 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" + } +]