Skip to content

Commit

Permalink
Add superposition chain (#13220)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki authored Jan 24, 2025
1 parent e92bbfd commit 11875bb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions projects/camelot-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const export2 = uniV3Export({
apechain: { factory: '0x10aA510d94E094Bd643677bd2964c3EE085Daffc', fromBlock: 60224, isAlgebra: true, },
duckchain: { factory: '0xCf4062Ee235BbeB4C7c0336ada689ed1c17547b6', fromBlock: 1530060, isAlgebra: true, },
occ: { factory: '0xCf4062Ee235BbeB4C7c0336ada689ed1c17547b6', fromBlock: 21053, isAlgebra: true, },
spn: { factory: '0xCf4062Ee235BbeB4C7c0336ada689ed1c17547b6', fromBlock: 1, isAlgebra: true, },
})

module.exports = mergeExports([export1, export2])
1 change: 1 addition & 0 deletions projects/camelot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ module.exports = {
apechain: { tvl },
duckchain: { tvl },
occ: { tvl },
spn: { tvl },
};
2 changes: 1 addition & 1 deletion projects/helper/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"step",
"stride",
"sui",
"superposition",
"spn",
"svm",
"swellchain",
"sx",
Expand Down
6 changes: 0 additions & 6 deletions projects/helper/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const BOOL_KEYS = [
]

const DEFAULTS = {
WATER_MULTICALL_RPC: "0x63cee78B11774535132fd773C5dDe3c4b41CD07f",
EVMOS_MULTICALL_CHUNK_SIZE: "3", // evmos reduced gas limit, this is a workaround to make multicall work
STARKNET_RPC: 'https://starknet-mainnet.public.blastapi.io',
COVALENT_KEY: 'ckey_72cd3b74b4a048c9bc671f7c5a6',
Expand All @@ -19,11 +18,6 @@ const DEFAULTS = {
ANKR_API_KEY: '79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01',
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
FLOW_RPC: "https://rest-mainnet.onflow.org",
SONEIUM_RPC: "https://rpc.soneium.org",
SONEIUM_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
RONIN_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
SUPERPOSITION_RPC: "https://rpc.superposition.so",
OCC_RPC: "https://rpc.edu-chain.raas.gelato.cloud"
}

const ENV_KEYS = [
Expand Down
3 changes: 2 additions & 1 deletion projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ const fixBalancesTokens = {
elys: {
'uelys': { coingeckoId: 'elys-network', decimals: 6 },
},
superposition: {
spn: {
[ADDRESSES.null]: { coingeckoId: 'ethereum', decimals: 18 },
'0x1fB719f10b56d7a85DCD32f27f897375fB21cfdd': { coingeckoId: 'ethereum', decimals: 18 },
'0xA2555701754464d32D9624149E3fDb459F3c8DE4': { coingeckoId: 'arbitrum', decimals: 18 },
'0x6c030c5cc283f791b26816f325b9c632d964f8a1': { coingeckoId: 'usd-coin', decimals: 6 },
'0x80eFAD50D395671C13C4b1FA2969f7a7Aa9EF7b3': { coingeckoId: 'fluidity-money', decimals: 18 },
'0x6e142cdaefa4ba7786e8d1ff74968db67c3b910d': { coingeckoId: 'wrapped-bitcoin', decimals: 8 },
},
Expand Down

0 comments on commit 11875bb

Please sign in to comment.