From 5bd04b796f6578eba165469648d121af88c90bc4 Mon Sep 17 00:00:00 2001 From: Astra Network <124508927+astrablockchain@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:48:03 +0200 Subject: [PATCH 1/3] Create eip155-19777.json --- _data/chains/eip155-19777.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-19777.json diff --git a/_data/chains/eip155-19777.json b/_data/chains/eip155-19777.json new file mode 100644 index 000000000000..f95d6dc7d3f3 --- /dev/null +++ b/_data/chains/eip155-19777.json @@ -0,0 +1,24 @@ +{ + "name": "Astra Network testnet", + "chain": "Astra Network", + "icon": "atxnetwork", + "rpc": ["https://rpc-astra-9on2f72wzn.t.conduit.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Astra", + "symbol": "ATX", + "decimals": 18 + }, + "infoURL": "https://explorer-astra-9on2f72wzn.t.conduit.xyz", + "shortName": "atxnetwork-testnet", + "chainId": 19777, + "networkId": 19777, + "slip44": 1, + "explorers": [ + { + "name": "Astra Network Testnet Explorer", + "url": "https://explorer-astra-9on2f72wzn.t.conduit.xyz", + "standard": "EIP3091" + } + ] +} From ebe490b85001c6f678c5f636247ddbec57baac4b Mon Sep 17 00:00:00 2001 From: Astra Network <124508927+astrablockchain@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:54:53 +0200 Subject: [PATCH 2/3] Create atxnetwork.json --- _data/icons/atxnetwork.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/atxnetwork.json diff --git a/_data/icons/atxnetwork.json b/_data/icons/atxnetwork.json new file mode 100644 index 000000000000..c81fb5a7da8d --- /dev/null +++ b/_data/icons/atxnetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmbsu9WUvhs36jkwRdPTpmqyqatpDRim82eJDr4dNV3hCW", + "width": 500, + "height": 500, + "format": "png" + } +] From 14ed08e20299c9ab58d137fafc392db3e3e255d8 Mon Sep 17 00:00:00 2001 From: Astra Network <124508927+astrablockchain@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:16:37 +0200 Subject: [PATCH 3/3] Update atxnetwork.json --- _data/icons/atxnetwork.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/icons/atxnetwork.json b/_data/icons/atxnetwork.json index c81fb5a7da8d..f0d7a31a968f 100644 --- a/_data/icons/atxnetwork.json +++ b/_data/icons/atxnetwork.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://Qmbsu9WUvhs36jkwRdPTpmqyqatpDRim82eJDr4dNV3hCW", - "width": 500, - "height": 500, + "url": "ipfs://QmQW8DuuyxjdLWAPq3V9zSfdAimaStptZ4gxZ3aEviAafc", + "width": 1280, + "height": 1280, "format": "png" } ]