From 255dc15bc72fdb0ee7c1818c3b36e3f0ceaae63c Mon Sep 17 00:00:00 2001 From: Leeren Chang Date: Mon, 25 Mar 2024 00:26:13 -0700 Subject: [PATCH] Adds story testnet and mainnet to chainlist --- _data/chains/eip155-1513.json | 20 +++++++++++--------- _data/chains/eip155-1514.json | 17 +++++++++++++++++ _data/icons/story.json | 8 ++++++++ 3 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 _data/chains/eip155-1514.json create mode 100644 _data/icons/story.json diff --git a/_data/chains/eip155-1513.json b/_data/chains/eip155-1513.json index ad3f0e4af225..66f93ce4c9c1 100644 --- a/_data/chains/eip155-1513.json +++ b/_data/chains/eip155-1513.json @@ -1,21 +1,23 @@ { - "name": "Story Testnet", - "chain": "Story Testnet", + "name": "Story Iliad Testnet", + "chain": "ETH", "rpc": ["https://testnet.storyrpc.io"], - "faucets": ["https://faucet.story.foundation"], - "chainId": 1513, - "networkId": 1513, + "faucets": [], "nativeCurrency": { - "name": "IP", + "name": "Iliad IP Token", "symbol": "IP", "decimals": 18 }, - "infoURL": "https://www.story.foundation", - "shortName": "Story", + "infoURL": "https://story.foundation", + "shortName": "ip", + "chainId": 1513, + "networkId": 1513, + "icon": "story", "explorers": [ { - "name": "Story Iliad Network explorer", + "name": "Story Iliad Explorer", "url": "https://testnet.storyscan.xyz", + "icon": "story", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1514.json b/_data/chains/eip155-1514.json new file mode 100644 index 000000000000..3c88c81b65b5 --- /dev/null +++ b/_data/chains/eip155-1514.json @@ -0,0 +1,17 @@ +{ + "name": "Story", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "IP Token", + "symbol": "IP", + "decimals": 18 + }, + "infoURL": "https://story.foundation", + "shortName": "ip", + "chainId": 1514, + "networkId": 1514, + "icon": "story", + "explorers": [] +} diff --git a/_data/icons/story.json b/_data/icons/story.json new file mode 100644 index 000000000000..f03b75b09048 --- /dev/null +++ b/_data/icons/story.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs.io/ipfs/QmUrFEU4TierUuZVtwmeg1jEsEVxrYGtiMS4eDMVA68oSu", + "width": 200, + "height": 200, + "format": "jpg" + } +]