Skip to content

Commit

Permalink
Merge pull request #526 from reservoirprotocol/jaden/platf-4337-updat…
Browse files Browse the repository at this point in the history
…e-wape-contract-on-apechain-testnet-and-mainnet

feat: updating WAPE contract
  • Loading branch information
JadenDurnford authored Sep 18, 2024
2 parents ccf45b5 + 18473d1 commit 55e1386
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.16",
"@reservoir0x/reservoir-kit-ui": "^2.7.21",
"@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 @@ -775,7 +775,7 @@ export const chainPaymentTokensMap = {
},
{
chainId: 33139,
address: '0x8073b2158aa023dd7f8d4799c883b65daf6baa57',
address: '0x8643a49363e80c7a15790703b915d1b0b6b71d56',
symbol: 'WAPE',
name: 'WAPE',
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 @@ -27,7 +27,7 @@ const wrappedContracts: Record<number, string> = {
1329: '0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7', // sei
8333: '0x48a9b22b80f566e88f0f1dcc90ea15a8a3bae8a4', // b3
984122: '0xd5eace1274dbf70960714f513db207433615a263', // forma
33139: '0x8073b2158aa023dd7f8d4799c883b65daf6baa57', // apechain
33139: '0x8643a49363e80c7a15790703b915d1b0b6b71d56', // apechain
360: '0x48a9b22b80f566e88f0f1dcc90ea15a8a3bae8a4', // shape
}

Expand Down
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.16":
version "2.7.16"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-2.7.16.tgz#6cf62884be47765d95f1440d5cc04d84d6b414e8"
integrity sha512-5le4ixFEWKqpRwE5Cw1e0ouB7Uj1KlBJQZpdIPxcrfaq7PPCmY+A3+iFNb5j/VmIzPtbgDmZ0DGQiGGDEPqvbw==
"@reservoir0x/reservoir-kit-ui@^2.7.21":
version "2.7.21"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-2.7.21.tgz#f1c3e5b6bb65a572e4cdfc2de2492d7c82618d3f"
integrity sha512-FxfpSZZSAyq3m6vu2AQD2GdmjUvZjyIFLMHIcBQWZhuMJYgxYyynz01oyfLwxaufxM2PXm7lCs7fQj5LblD0Cg==
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.13"
"@reservoir0x/reservoir-sdk" "2.4.18"
"@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/reservoir-sdk@2.4.13":
version "2.4.13"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-sdk/-/reservoir-sdk-2.4.13.tgz#d45c2c6affaed3f0d7bf34bef1b4cb3ca1e02d7d"
integrity sha512-ceHpXIbkkZFMGg/13wvpI5RUA/0olkkfSaqssib+LtVCEilk3CbqskdZtalDhHSIz6WciZ8oIpotbGV9cCXsMg==
"@reservoir0x/reservoir-sdk@2.4.18":
version "2.4.18"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-sdk/-/reservoir-sdk-2.4.18.tgz#70af728c497b31ea545fc817edb97b2414f63be5"
integrity sha512-v3AOIg5DY1ZbZDR5H5ZCLP9Y3ANAPFqpCn9dVgkZ500wlGQbBRBgc0q6p3aUmF9f3Rmz2q83388jlFN2GjcQgQ==
dependencies:
axios "^1.6.7"

Expand Down

0 comments on commit 55e1386

Please sign in to comment.