From 203fbf19cd001f9a095103c00f2383137de24e27 Mon Sep 17 00:00:00 2001 From: Astra Network <124508927+astrablockchain@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:00:27 +0200 Subject: [PATCH 1/2] 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..72262b661f66 --- /dev/null +++ b/_data/chains/eip155-19777.json @@ -0,0 +1,24 @@ +{ + "name": "Astra Sepolia", + "chain": "Astra Sepolia", + "icon": "astrasepolia", + "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": "astra-sepolia", + "chainId": 19777, + "networkId": 19777, + "slip44": 1, + "explorers": [ + { + "name": "Astra Sepolia Explorer", + "url": "https://explorer-astra-9on2f72wzn.t.conduit.xyz", + "standard": "EIP3091" + } + ] +} From 53401efce63e196ea7dfc01804053d3b7f2039cb Mon Sep 17 00:00:00 2001 From: Astra Network <124508927+astrablockchain@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:04:09 +0200 Subject: [PATCH 2/2] Create astrasepolia.json --- _data/icons/astrasepolia.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/astrasepolia.json diff --git a/_data/icons/astrasepolia.json b/_data/icons/astrasepolia.json new file mode 100644 index 000000000000..f0d7a31a968f --- /dev/null +++ b/_data/icons/astrasepolia.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQW8DuuyxjdLWAPq3V9zSfdAimaStptZ4gxZ3aEviAafc", + "width": 1280, + "height": 1280, + "format": "png" + } +]