Skip to content

Commit

Permalink
Merge pull request #181 from oraichain/pool/och-orai
Browse files Browse the repository at this point in the history
[Review] - �Fix rpc,lcd Neutaro Oraidex-common v1.0.71
  • Loading branch information
haunv3 authored Feb 27, 2024
2 parents daa0856 + b911042 commit 03685a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.70",
"version": "1.0.71",
"main": "build/index.js",
"files": [
"build/"
Expand Down
10 changes: 7 additions & 3 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ import {
BTC_CONTRACT,
NEUTARO_ORAICHAIN_DENOM,
OCH_ETH_CONTRACT,
OCH_CONTRACT
OCH_CONTRACT,
ORAIDEX_BID_POOL_CONTRACT
} from "./constant";

export type NetworkName =
Expand Down Expand Up @@ -123,6 +124,7 @@ export interface NetworkConfig {
rewarder: string;
converter: string;
oraidex_listing: string;
bid_pool: string;
multicall: string;
}

Expand Down Expand Up @@ -758,8 +760,9 @@ export const chainInfos: CustomChainInfo[] = [
},
{
// rpc: 'http://rpc.neutaro.tech:26657/',
rpc: "https://neutaro.rpc.orai.io/",
rest: "http://api.neutaro.tech:1317/",
rpc: "https://neutaro.rpc.orai.io",
rest: "https://neutaro.lcd.orai.io",
// rest: "http://api.neutaro.tech:1317/",
chainId: "Neutaro-1",
chainName: "Neutaro",
networkType: "cosmos",
Expand Down Expand Up @@ -1075,6 +1078,7 @@ export const network: CustomChainInfo & NetworkConfig = {
converter: CONVERTER_CONTRACT,
oraidex_listing: ORAIDEX_LISTING_CONTRACT,
multicall: MULTICALL_CONTRACT,
bid_pool: ORAIDEX_BID_POOL_CONTRACT,
explorer: "https://scan.orai.io"
};

Expand Down

0 comments on commit 03685a5

Please sign in to comment.