Skip to content

Commit

Permalink
Add Gnosis Chain
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt authored and thelostone-mc committed Sep 12, 2024
1 parent d2830b9 commit 41d6429
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 61 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@allo-team/allo-v2-sdk": "^1.0.78",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@gitcoin/gitcoin-chain-data": "1.0.36-a",
"@gitcoin/gitcoin-chain-data": "^1.0.38",
"@gitcoinco/passport-sdk-types": "^0.2.0",
"@openzeppelin/merkle-tree": "^1.0.2",
"@rainbow-me/rainbowkit": "2.1.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const chainData = getChains();
const rpcUrls: { [key: number]: string | undefined } = {
1: "https://eth-mainnet.g.alchemy.com/v2/",
10: "https://opt-mainnet.g.alchemy.com/v2/",
100: "https://gnosis-mainnet.g.alchemy.com/v2/",
// 42: "", // lukso
137: "https://polygon-mainnet.g.alchemy.com/v2/",
// 250: "", // fantom
Expand All @@ -22,7 +23,7 @@ const rpcUrls: { [key: number]: string | undefined } = {
43114: "https://avalanche-mainnet.infura.io/v3/", // avax
44787: "https://celo-alfajores.infura.io/v3/", // alfajores
// 80001: "https://polygon-mumbai.g.alchemy.com/v2/", // not supported anymore
// 534351: "", // scroll sepol
// 534351: "", // scroll sepolia
// 534352: "", // scroll mainnet
// 1329: "", // sei
// 713715: "", // sei devnet
Expand Down
Loading

0 comments on commit 41d6429

Please sign in to comment.