Skip to content

Commit

Permalink
Merge pull request #73 from oraichain/feat/FOU-724
Browse files Browse the repository at this point in the history
update: remove newrelic
  • Loading branch information
trungbach authored Dec 7, 2023
2 parents 49fcf6f + 24dd9cf commit e39d454
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1,361 deletions.
54 changes: 0 additions & 54 deletions newrelic.js

This file was deleted.

3 changes: 1 addition & 2 deletions packages/oraidex-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-server",
"version": "1.0.32",
"version": "1.0.33",
"main": "dist/index.js",
"bin": "dist/index.js",
"license": "MIT",
Expand All @@ -20,7 +20,6 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"newrelic": "^11.2.1",
"typescript": "^4.8.3"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/oraidex-sync/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,6 @@ function getSymbolFromAsset(asset_infos: [AssetInfo, AssetInfo]): string {
}

async function getCosmwasmClient(): Promise<CosmWasmClient> {
if (process.env.SIMULATE_CLIENT) {
return simulateClient;
}
const rpcUrl = process.env.RPC_URL || "https://rpc.orai.io";
const client = await CosmWasmClient.connect(rpcUrl);
return client;
Expand Down
Loading

0 comments on commit e39d454

Please sign in to comment.