Skip to content

Commit

Permalink
Merge pull request #271 from oraichain/feat/smart-router-osmosis-pool
Browse files Browse the repository at this point in the history
update logic build msg smart router
  • Loading branch information
haunv3 authored May 24, 2024
2 parents 7900e74 + 713d19a commit cf8f2f9
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 632 deletions.
2 changes: 1 addition & 1 deletion packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common",
"version": "1.0.87",
"version": "1.0.88",
"main": "build/index.js",
"files": [
"build/"
Expand Down
4 changes: 2 additions & 2 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ export const chainInfos: CustomChainInfo[] = [
beta: true
},
{
rpc: "https://rpc.cosmos.directory/cosmoshub",
rest: "https://rest.cosmos.directory/cosmoshub",
rpc: "https://cosmos-rpc.publicnode.com:443",
rest: "https://cosmos-rest.publicnode.com",
chainId: "cosmoshub-4",
chainName: "Cosmos Hub",
networkType: "cosmos",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.0.84",
"version": "1.0.85",
"main": "build/index.js",
"files": [
"build/"
Expand Down
Loading

0 comments on commit cf8f2f9

Please sign in to comment.