Skip to content

Commit

Permalink
updated chain data version and rainbow config
Browse files Browse the repository at this point in the history
  • Loading branch information
nijoe1 committed Oct 25, 2024
1 parent 215e43d commit bb2b2aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.79",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@gitcoin/gitcoin-chain-data": "^1.0.42",
"@gitcoin/gitcoin-chain-data": "^1.0.43",
"@gitcoinco/passport-sdk-types": "^0.2.0",
"@openzeppelin/merkle-tree": "^1.0.2",
"@rainbow-me/rainbowkit": "2.1.2",
Expand Down
5 changes: 5 additions & 0 deletions packages/common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ const parseRainbowChain = (chain: TChain) => {
webSocket: undefined,
},
},
contracts: {
ensUniversalResolver: {
address: chain.contracts.ensUniversalResolver as `0x${string}`,
},
},
} as const satisfies Chain;
return mappedChain;
};
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit bb2b2aa

Please sign in to comment.