Skip to content

Commit

Permalink
Merge pull request #20 from Hipo/chore/update-swap-router-app-testnet-id
Browse files Browse the repository at this point in the history
chore(swap-router): Update swap router testnet app id
  • Loading branch information
Anlerkan authored Apr 13, 2023
2 parents dbf527c + 7dfbc3d commit d8c2b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/swap/v2/router/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {SupportedNetwork} from "../../../util/commonTypes";
import {SwapType} from "../../constants";

export const SWAP_ROUTER_APP_ID: Record<SupportedNetwork, number> = {
testnet: 159521633,
testnet: 184778019,
// This is temporary APP ID for testing only, remove it when the actual mainnet APP ID is deployed
mainnet: 1071281873
};
Expand Down

0 comments on commit d8c2b04

Please sign in to comment.