Skip to content

Commit

Permalink
chore: update enrty point contract for oraichain & osmosis
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Oct 3, 2024
1 parent f45d930 commit 967e5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/universal-swap/src/msg/oraichain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { toUtf8 } from "@cosmjs/encoding";

export class OraichainMsg {
SWAP_VENUE_NAME = "oraidex";
ENTRY_POINT_CONTRACT = "";
ENTRY_POINT_CONTRACT = "orai1yglsm0u2x3xmct9kq3lxa654cshaxj9j5d9rw5enemkkkdjgzj7sr3gwt0";

constructor(
protected path: Path,
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-swap/src/msg/osmosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { toUtf8 } from "@cosmjs/encoding";

export class OsmosisMsg {
SWAP_VENUE_NAME = "osmosis-poolmanager";
ENTRY_POINT_CONTRACT = "";
ENTRY_POINT_CONTRACT = "osmo1h3jkejkcpthl45xrrm5geed3eq75p5rgfce9taufkwfr89k63muqweu2y7";

constructor(
protected path: Path,
Expand Down

0 comments on commit 967e5e0

Please sign in to comment.