Skip to content

Commit

Permalink
feat: adding zero mainnet weth address, updating rk
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Oct 25, 2024
1 parent cc5bca7 commit 23f8126
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "1.0.6",
"@rainbow-me/rainbowkit": "2.1.2",
"@reservoir0x/reservoir-kit-ui": "^2.7.30",
"@reservoir0x/reservoir-kit-ui": "^2.7.32",
"@sentry/nextjs": "^7.85.0",
"@tanstack/react-query": "5.20.2",
"@types/uuid": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ export const chainPaymentTokensMap = {
},
{
chainId: 543210,
address: '',
address: '0xac98b49576b1c892ba6bfae08fe1bb0d80cf599c',
symbol: 'WETH',
name: 'WETH',
decimals: 18,
Expand Down
2 changes: 1 addition & 1 deletion utils/wrappedContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const wrappedContracts: Record<number, string> = {
33139: '0x48b62137edfa95a428d35c09e44256a739f6b557', // apechain
360: '0x4200000000000000000000000000000000000006', // shape
747: '0xd3bf53dac106a0290b0483ecbc89d40fcc961f3e', // flow
543210: '', // zero
543210: '0xac98b49576b1c892ba6bfae08fe1bb0d80cf599c', // zero
}

export default wrappedContracts
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1753,10 +1753,10 @@
dependencies:
"@react-hookz/deep-equal" "^1.0.3"

"@reservoir0x/reservoir-kit-ui@^2.7.30":
version "2.7.30"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-2.7.30.tgz#fddc84957b8120b5c1a382bd16bcdb872d115be9"
integrity sha512-Kv6UE40VY7K1h8fcO8FjhRIvjEjY0CZqNPNdyvy8ffULSGn0VoGuCSqachWd3PBLaDSXXefZkkTogR3MoCJiaw==
"@reservoir0x/reservoir-kit-ui@^2.7.32":
version "2.7.32"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-2.7.32.tgz#52482191d9f176d53e95c5b6cd0bcaa6aef5237b"
integrity sha512-O14M1IN+RscluOy9WKcoUzFCFvFNpqZ+U0XxtVwFFR8W/nJVryw4/DXKL3ozy512RK15wlnJHdOvZk9DJaQ2aA==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.1.1"
"@fortawesome/free-solid-svg-icons" "^6.1.1"
Expand All @@ -1772,18 +1772,18 @@
"@radix-ui/react-toggle-group" "1.0.4"
"@radix-ui/react-tooltip" "1.0.6"
"@react-hookz/web" "^19.2.0"
"@reservoir0x/reservoir-sdk" "2.4.24"
"@reservoir0x/reservoir-sdk" "2.4.26"
"@stitches/react" "1.3.1-1"
dayjs "^1.11.4"
flatpickr "^4.6.13"
framer-motion "^6.4.2"
react-flatpickr "^3.10.13"
swr "2.0.1"

"@reservoir0x/[email protected].24":
version "2.4.24"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-sdk/-/reservoir-sdk-2.4.24.tgz#17754fe7cdc9859a1c41364290432f4865b31610"
integrity sha512-KuygG4Tzgg7Bu/ZaksvX6wLHbB9Kdxe3PW/mFXRXEAlXxPi2gIIyBKmb1wo+Q3/EjcDwmjQ6EeDQHWrGSix6jA==
"@reservoir0x/[email protected].26":
version "2.4.26"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-sdk/-/reservoir-sdk-2.4.26.tgz#52403acdfdd5fa4a84e2f3aa67c9072bac339890"
integrity sha512-ouDJPdvsftAeQtx2GL1dEZZOsa97trkxIhQwRsgqEC7vZUZPPAhhQ7h1S8maa9sdmbm6F81Kk38eeFL0zSvphw==
dependencies:
axios "^1.6.7"

Expand Down

0 comments on commit 23f8126

Please sign in to comment.