Skip to content

Commit

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

Large diffs are not rendered by default.

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

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

/**
Expand Down

0 comments on commit d08d3b2

Please sign in to comment.