Skip to content

Commit

Permalink
fix(fx-tunnel-relayer): replace mumbay with amoy (#4769)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <[email protected]>
  • Loading branch information
Reinis-FRP authored Jul 17, 2024
1 parent de4c47e commit 3711850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx-tunnel-relayer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function run(logger: winston.Logger, web3: Web3): Promise<void> {
const maticPOSClient = new MaticJs.POSClient();
await maticPOSClient.init({
network: polygonNetworkId === 137 ? "mainnet" : "testnet",
version: polygonNetworkId === 137 ? "v1" : "mumbai",
version: polygonNetworkId === 137 ? "v1" : "amoy",
parent: {
provider: web3.currentProvider,
defaultConfig: {
Expand Down

0 comments on commit 3711850

Please sign in to comment.