Skip to content

Commit

Permalink
Merge branch 'master' into story-network/feat/add-story-maininet
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Dec 19, 2024
2 parents d55dd6b + f1e4228 commit 43a9a5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/chains/eip155-1514.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Story Mainnet",
"name": "Story",
"chain": "STORY",
"rpc": ["https://mainnet.storyrpc.io"],
"faucets": [],
Expand All @@ -9,14 +9,14 @@
"decimals": 18
},
"infoURL": "https://story.foundation",
"icon": "story",
"shortName": "story",
"chainId": 1514,
"networkId": 1514,
"explorers": [
{
"name": "blockscout",
"url": "https://mainnet.storyscan.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
]
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-871.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Electra Test Network",
"chain": "Electra",
"rpc": ["http://rpc.testnet.electranetwork.tech"],
"rpc": ["https://rpc.testnet.electranetwork.tech"],
"faucets": [],
"nativeCurrency": {
"name": "Test Electra",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/story.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUrFEU4TierUuZVtwmeg1jEsEVxrYGtiMS4eDMVA68oSu",
"width": 200,
"height": 200,
"format": "jpg"
}
]

0 comments on commit 43a9a5f

Please sign in to comment.