Skip to content

Commit 113285d

Browse files
Merge pull request #72 from torusresearch/feat/update-mainnet-nodes
Update mainnet nodes
2 parents 1f11ead + cf0b9f4 commit 113285d

4 files changed

Lines changed: 5 additions & 16 deletions

File tree

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fnd-base/src/endpoints.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ export const SAPPHIRE_NETWORK_URLS: Record<TORUS_SAPPHIRE_NETWORK_TYPE, string[]
99
"https://node-5.dev-node.web3auth.io",
1010
],
1111
[TORUS_SAPPHIRE_NETWORK.SAPPHIRE_MAINNET]: [
12-
"https://sapphire-1.auth.network",
13-
"https://sapphire-2.auth.network",
14-
"https://sapphire-3.auth.network",
15-
"https://sapphire-4.auth.network",
16-
"https://sapphire-5.auth.network",
12+
"https://node-1.node.web3auth.io",
13+
"https://node-2.node.web3auth.io",
14+
"https://node-3.node.web3auth.io",
15+
"https://node-4.node.web3auth.io",
16+
"https://node-5.node.web3auth.io",
1717
],
1818
};
1919

packages/fnd-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"cross-env": "^7.0.3",
4646
"nodemon": "^3.0.1",
4747
"rimraf": "^5.0.5",
48-
"ts-node": "^10.9.1",
4948
"wait-port": "^1.1.0"
5049
},
5150
"lint-staged": {

test/setup.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
import Register from "@babel/register";
2-
import path from "path";
3-
import { register } from "ts-node";
4-
5-
register({
6-
project: path.resolve(".", "tsconfig.json"),
7-
require: ["tsconfig-paths/register"],
8-
transpileOnly: true,
9-
compilerOptions: { module: "esnext" },
10-
});
112

123
Register({
134
extensions: [".ts", ".js"],

0 commit comments

Comments
 (0)