Skip to content

Commit 0a66d95

Browse files
Merge pull request #3566 from gitcoinco/add-metis
add metis
2 parents c461435 + 47afa54 commit 0a66d95

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"test:watch": "vitest watch"
1717
},
1818
"dependencies": {
19-
"@allo-team/allo-v2-sdk": "^1.0.77",
19+
"@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.23",
22+
"@gitcoin/gitcoin-chain-data": "^1.0.25",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const rpcUrls: { [key: number]: string | undefined } = {
1414
300: "https://zksync-sepolia.g.alchemy.com/v2/",
1515
324: "https://zksync-mainnet.g.alchemy.com/v2/",
1616
// 4201: "", // lukso test
17+
1088: "https://metis-mainnet.g.alchemy.com/v2/",
1718
8453: "https://base-mainnet.g.alchemy.com/v2/",
1819
42161: "https://arb-mainnet.g.alchemy.com/v2/",
1920
42220: "https://celo-mainnet.infura.io/v3/", // celo

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)