Skip to content

Commit

Permalink
feat(statics): add polygon amoy testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Apr 18, 2024
1 parent 75deeaf commit d5b29ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/sdk-coin-polygon/test/unit/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ describe('Polygon', function () {
walletContractAddress: walletContractAddress,
recoveryDestination: TestBitGo.V2.TEST_ERC20_TOKEN_RECIPIENT as string,
eip1559: { maxFeePerGas: 20000000000, maxPriorityFeePerGas: 10000000000 },
replayProtectionOptions: { chain: 80001, hardfork: 'london' },
replayProtectionOptions: { chain: 80002, hardfork: 'london' },
gasLimit: 500000,
})) as OfflineVaultTxInfo;

Expand Down
2 changes: 1 addition & 1 deletion modules/statics/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ export function polygonErc20(
}

/**
* Factory function for Mumbai testnet polygonErc20 token instances.
* Factory function for Amoy testnet polygonErc20 token instances.
*
* @param id uuid v4
* @param name unique identifier of the token
Expand Down

0 comments on commit d5b29ff

Please sign in to comment.