Skip to content

Commit

Permalink
Merge pull request #389 from pendulum-chain/polygon-prototype-staging
Browse files Browse the repository at this point in the history
Create production release
  • Loading branch information
ebma authored Jan 17, 2025
2 parents 433ecbe + 062a8df commit 131b00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const config = {
},
walletConnect: {
url: 'wss://relay.walletconnect.com',
projectId: '299fda67fbf3b60a31ba8695524534cd',
projectId: '495a5f574d57e27fd65caa26d9ea4f10',
},
test: {
mockSep24: false,
Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokenConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const OUTPUT_TOKEN_CONFIG: Record<OutputTokenType, OutputTokenDetails> =
erc20WrapperAddress: '6eNUvRWCKE3kejoyrJTXiSM7NxtWi37eRXTnKhGKPsJevAj5',
minWithdrawalAmountRaw: '10000000000000',
maxWithdrawalAmountRaw: '10000000000000000',
offrampFeesBasisPoints: 125,
offrampFeesBasisPoints: 25,
usesMemo: false,
supportsClientDomain: true,
},
Expand Down

0 comments on commit 131b00c

Please sign in to comment.