Skip to content

Commit b439966

Browse files
committed
Add Gnosis Chain
1 parent dd40cce commit b439966

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@allo-team/allo-v2-sdk": "^1.0.78",
2020
"@ethersproject/abstract-signer": "^5.7.0",
2121
"@ethersproject/providers": "^5.7.2",
22-
"@gitcoin/gitcoin-chain-data": "^1.0.36",
22+
"@gitcoin/gitcoin-chain-data": "^1.0.38",
2323
"@gitcoinco/passport-sdk-types": "^0.2.0",
2424
"@openzeppelin/merkle-tree": "^1.0.2",
2525
"@rainbow-me/rainbowkit": "2.1.2",

packages/common/src/chains.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const chainData = getChains();
88
const rpcUrls: { [key: number]: string | undefined } = {
99
1: "https://eth-mainnet.g.alchemy.com/v2/",
1010
10: "https://opt-mainnet.g.alchemy.com/v2/",
11+
100: "https://gnosis-mainnet.g.alchemy.com/v2/",
1112
// 42: "", // lukso
1213
137: "https://polygon-mainnet.g.alchemy.com/v2/",
1314
// 250: "", // fantom
@@ -22,7 +23,7 @@ const rpcUrls: { [key: number]: string | undefined } = {
2223
43114: "https://avalanche-mainnet.infura.io/v3/", // avax
2324
44787: "https://celo-alfajores.infura.io/v3/", // alfajores
2425
// 80001: "https://polygon-mumbai.g.alchemy.com/v2/", // not supported anymore
25-
// 534351: "", // scroll sepol
26+
// 534351: "", // scroll sepolia
2627
// 534352: "", // scroll mainnet
2728
// 1329: "", // sei
2829
// 713715: "", // sei devnet

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)