Skip to content

Commit

Permalink
feat: add swell chain
Browse files Browse the repository at this point in the history
  • Loading branch information
anhvietnguyennva committed Dec 20, 2024
1 parent c6f27b8 commit 8b38e43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/helper/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
"stride",
"sui",
"svm",
"swell",
"sx",
"syscoin",
"taiko",
Expand Down
1 change: 1 addition & 0 deletions projects/helper/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const DEFAULTS = {
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
RPC_PROXY_URL: "https://rpc-proxy.llama.fi",
DUCKCHAIN_RPC: "https://rpc.duckchain.io,https://rpc-hk.duckchain.io",
SWELL_RPC: "https://rpc.ankr.com/swell",
SOPHON_RPC_MULTICALL: "0x5f4867441d2416cA88B1b3fd38f21811680CD2C8",
VANA_RPC_MULTICALL: "0xFe92b91F3326e58557478c28EeAe1936E0c7148a",
}
Expand Down
1 change: 1 addition & 0 deletions projects/tempest-finance/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ module.exports = {
base: 8453,
arbitrum: 42161,
scroll: 534352,
swell: 1923,
}

0 comments on commit 8b38e43

Please sign in to comment.