Skip to content

Commit

Permalink
Add Superposition Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Sep 16, 2024
1 parent 16456bf commit 626052b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
25 changes: 25 additions & 0 deletions constants/additionalChainRegistry/chainid-55244.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
export const data = {
"name": "Superposition",
"chain": "SPN",
"icon": "superposition",
"rpc": [
"https://rpc.superposition.so"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://superposition.so",
"shortName": "spn",
"chainId": 55244,
"networkId": 55244,
"explorers": [
{
"name": "Superposition Explorer",
"url": "https://explorer.superposition.so"
}
]
}
5 changes: 3 additions & 2 deletions constants/additionalChainRegistry/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import {data as c} from "./chainid-88888.js"
import {data as d} from "./chainid-5151706.js"
import {data as e} from "./chainid-1380012617.js"
import {data as f} from "./chainid-2020.js"

import {data as g} from "./chainid-55244.js"

export const overwrittenChains = [
a,
b,
c,
d,
e,
f
f,
g
]
1 change: 1 addition & 0 deletions constants/chainIds.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"47805": "rei",
"48900": "zircuit",
"52014": "etn",
"55244": "superposition",
"55555": "reichain",
"56288": "boba_bnb",
"59144": "linea",
Expand Down
9 changes: 9 additions & 0 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5624,6 +5624,15 @@ export const extraRpcs = {
},
],
},
55244: {
rpcs: [
{
url: "https://rpc.superposition.so",
tracking: "yes",
trackingDetails: privacyStatement.conduit,
},
],
},
};
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);

Expand Down

0 comments on commit 626052b

Please sign in to comment.