From 544dfe5c0480db268f6b0be168e6617a0f1d99f5 Mon Sep 17 00:00:00 2001 From: Marco Monaco Date: Tue, 21 Jan 2025 01:54:01 +0100 Subject: [PATCH] add TAC testnet and mainnet --- _data/chains/eip155-239.json | 18 ++++++++++++++++++ _data/chains/eip155-2390.json | 29 +++++++++++++++++++++++++++++ _data/icons/tac.json | 8 ++++++++ _data/icons/tactestnet.json | 8 ++++++++ 4 files changed, 63 insertions(+) create mode 100644 _data/chains/eip155-239.json create mode 100644 _data/chains/eip155-2390.json create mode 100644 _data/icons/tac.json create mode 100644 _data/icons/tactestnet.json diff --git a/_data/chains/eip155-239.json b/_data/chains/eip155-239.json new file mode 100644 index 000000000000..d0700ccd4d5e --- /dev/null +++ b/_data/chains/eip155-239.json @@ -0,0 +1,18 @@ +{ + "name": "TAC Mainnet", + "title": "TAC Mainnet", + "chain": "TAC", + "icon": "tac", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "TAC", + "symbol": "TAC", + "decimals": 18 + }, + "infoURL": "https://tac.build/", + "shortName": "tac", + "chainId": 239, + "networkId": 239, + "explorers": [] +} diff --git a/_data/chains/eip155-2390.json b/_data/chains/eip155-2390.json new file mode 100644 index 000000000000..9c3a9a228d12 --- /dev/null +++ b/_data/chains/eip155-2390.json @@ -0,0 +1,29 @@ +{ + "name": "TAC Turin", + "title": "TAC Testnet Turin", + "chain": "TAC", + "icon": "tactestnet", + "rpc": [ + "https://turin.rpc.tac.build", + "https://rpc.ankr.com/tac_turin", + "https://turin-ws.rpc.tac.build" + ], + "faucets": ["https://turin.faucet.tac.build/"], + "nativeCurrency": { + "name": "TAC", + "symbol": "TAC", + "decimals": 18 + }, + "infoURL": "https://tac.build/", + "shortName": "tacchain_2390-1", + "chainId": 2390, + "networkId": 2390, + "slip44": 1, + "explorers": [ + { + "name": "TAC Turin Blockscout", + "url": "https://turin.explorer.tac.build", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/tac.json b/_data/icons/tac.json new file mode 100644 index 000000000000..598188a85cda --- /dev/null +++ b/_data/icons/tac.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreigvlt7py3h7ehy75x3w2ksmncfj57xt6giyfkhoue2vlrnfokezse", + "width": 250, + "height": 250, + "format": "svg" + } +] diff --git a/_data/icons/tactestnet.json b/_data/icons/tactestnet.json new file mode 100644 index 000000000000..2206eac7df26 --- /dev/null +++ b/_data/icons/tactestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreidhtm3kefmhw3vh7kl5uwx2rigq7h7r7beoq7sepblcrmclgyynue", + "width": 250, + "height": 250, + "format": "svg" + } +]