Skip to content

Commit

Permalink
Merge pull request #535 from reservoirprotocol/jaden/fix-wape-address
Browse files Browse the repository at this point in the history
feat: fixing wape address
  • Loading branch information
JadenDurnford authored Oct 22, 2024
2 parents a5068d5 + 8bce1a7 commit 1c27fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: '0x8643a49363e80c7a15790703b915d1b0b6b71d56',
address: '0x48b62137edfa95a428d35c09e44256a739f6b557',
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: '0x8643a49363e80c7a15790703b915d1b0b6b71d56', // apechain
33139: '0x48b62137edfa95a428d35c09e44256a739f6b557', // apechain
360: '0x4200000000000000000000000000000000000006', // shape
747: '0xd3bf53dac106a0290b0483ecbc89d40fcc961f3e', // flow
}
Expand Down

0 comments on commit 1c27fd0

Please sign in to comment.