@gfxlabs/oku-chains 1.1.220 → 1.1.221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +5 -0
- package/dist/index-mjs.js +5 -0
- package/dist/index.js +5 -0
- package/dist/types/browser.d.ts +10 -12
- package/dist/types/index-mjs.d.ts +10 -12
- package/dist/types/index.d.ts +10 -12
- package/package.json +2 -2
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
|
@@ -4356,6 +4356,11 @@ const worldchain = makeConfig({
|
|
|
4356
4356
|
const xdc = makeConfig({
|
|
4357
4357
|
...xdc$1,
|
|
4358
4358
|
name: "XDC",
|
|
4359
|
+
rpcUrls: {
|
|
4360
|
+
default: {
|
|
4361
|
+
http: ["https://erpc.xinfin.network"],
|
|
4362
|
+
},
|
|
4363
|
+
},
|
|
4359
4364
|
blockTimeSeconds: 2,
|
|
4360
4365
|
launchTime: 1745040321,
|
|
4361
4366
|
sortIndex: 15,
|
package/dist/index.js
CHANGED
|
@@ -4358,6 +4358,11 @@ const worldchain = makeConfig({
|
|
|
4358
4358
|
const xdc = makeConfig({
|
|
4359
4359
|
...chains.xdc,
|
|
4360
4360
|
name: "XDC",
|
|
4361
|
+
rpcUrls: {
|
|
4362
|
+
default: {
|
|
4363
|
+
http: ["https://erpc.xinfin.network"],
|
|
4364
|
+
},
|
|
4365
|
+
},
|
|
4361
4366
|
blockTimeSeconds: 2,
|
|
4362
4367
|
launchTime: 1745040321,
|
|
4363
4368
|
sortIndex: 15,
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -6961,6 +6961,11 @@ declare const worldchain: Readonly<{
|
|
|
6961
6961
|
}>;
|
|
6962
6962
|
declare const xdc: Readonly<{
|
|
6963
6963
|
name: "XDC";
|
|
6964
|
+
rpcUrls: {
|
|
6965
|
+
default: {
|
|
6966
|
+
http: string[];
|
|
6967
|
+
};
|
|
6968
|
+
};
|
|
6964
6969
|
blockTimeSeconds: 2;
|
|
6965
6970
|
launchTime: 1745040321;
|
|
6966
6971
|
sortIndex: 15;
|
|
@@ -7044,13 +7049,6 @@ declare const xdc: Readonly<{
|
|
|
7044
7049
|
readonly name: "XDC";
|
|
7045
7050
|
readonly symbol: "XDC";
|
|
7046
7051
|
};
|
|
7047
|
-
rpcUrls: {
|
|
7048
|
-
readonly default: {
|
|
7049
|
-
readonly http: readonly [
|
|
7050
|
-
"https://rpc.xdcrpc.com"
|
|
7051
|
-
];
|
|
7052
|
-
};
|
|
7053
|
-
};
|
|
7054
7052
|
sourceId?: number | undefined | undefined | undefined;
|
|
7055
7053
|
testnet?: boolean | undefined | undefined | undefined;
|
|
7056
7054
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -15247,6 +15245,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15247
15245
|
network: "worldchain";
|
|
15248
15246
|
}>, Readonly<{
|
|
15249
15247
|
name: "XDC";
|
|
15248
|
+
rpcUrls: {
|
|
15249
|
+
default: {
|
|
15250
|
+
http: string[];
|
|
15251
|
+
};
|
|
15252
|
+
};
|
|
15250
15253
|
blockTimeSeconds: 2;
|
|
15251
15254
|
launchTime: 1745040321;
|
|
15252
15255
|
sortIndex: 15;
|
|
@@ -15330,11 +15333,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15330
15333
|
readonly name: "XDC";
|
|
15331
15334
|
readonly symbol: "XDC";
|
|
15332
15335
|
};
|
|
15333
|
-
rpcUrls: {
|
|
15334
|
-
readonly default: {
|
|
15335
|
-
readonly http: readonly ["https://rpc.xdcrpc.com"];
|
|
15336
|
-
};
|
|
15337
|
-
};
|
|
15338
15336
|
sourceId?: number | undefined | undefined | undefined;
|
|
15339
15337
|
testnet?: boolean | undefined | undefined | undefined;
|
|
15340
15338
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -6961,6 +6961,11 @@ declare const worldchain: Readonly<{
|
|
|
6961
6961
|
}>;
|
|
6962
6962
|
declare const xdc: Readonly<{
|
|
6963
6963
|
name: "XDC";
|
|
6964
|
+
rpcUrls: {
|
|
6965
|
+
default: {
|
|
6966
|
+
http: string[];
|
|
6967
|
+
};
|
|
6968
|
+
};
|
|
6964
6969
|
blockTimeSeconds: 2;
|
|
6965
6970
|
launchTime: 1745040321;
|
|
6966
6971
|
sortIndex: 15;
|
|
@@ -7044,13 +7049,6 @@ declare const xdc: Readonly<{
|
|
|
7044
7049
|
readonly name: "XDC";
|
|
7045
7050
|
readonly symbol: "XDC";
|
|
7046
7051
|
};
|
|
7047
|
-
rpcUrls: {
|
|
7048
|
-
readonly default: {
|
|
7049
|
-
readonly http: readonly [
|
|
7050
|
-
"https://rpc.xdcrpc.com"
|
|
7051
|
-
];
|
|
7052
|
-
};
|
|
7053
|
-
};
|
|
7054
7052
|
sourceId?: number | undefined | undefined | undefined;
|
|
7055
7053
|
testnet?: boolean | undefined | undefined | undefined;
|
|
7056
7054
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -15247,6 +15245,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15247
15245
|
network: "worldchain";
|
|
15248
15246
|
}>, Readonly<{
|
|
15249
15247
|
name: "XDC";
|
|
15248
|
+
rpcUrls: {
|
|
15249
|
+
default: {
|
|
15250
|
+
http: string[];
|
|
15251
|
+
};
|
|
15252
|
+
};
|
|
15250
15253
|
blockTimeSeconds: 2;
|
|
15251
15254
|
launchTime: 1745040321;
|
|
15252
15255
|
sortIndex: 15;
|
|
@@ -15330,11 +15333,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15330
15333
|
readonly name: "XDC";
|
|
15331
15334
|
readonly symbol: "XDC";
|
|
15332
15335
|
};
|
|
15333
|
-
rpcUrls: {
|
|
15334
|
-
readonly default: {
|
|
15335
|
-
readonly http: readonly ["https://rpc.xdcrpc.com"];
|
|
15336
|
-
};
|
|
15337
|
-
};
|
|
15338
15336
|
sourceId?: number | undefined | undefined | undefined;
|
|
15339
15337
|
testnet?: boolean | undefined | undefined | undefined;
|
|
15340
15338
|
custom?: Record<string, unknown> | undefined;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6961,6 +6961,11 @@ declare const worldchain: Readonly<{
|
|
|
6961
6961
|
}>;
|
|
6962
6962
|
declare const xdc: Readonly<{
|
|
6963
6963
|
name: "XDC";
|
|
6964
|
+
rpcUrls: {
|
|
6965
|
+
default: {
|
|
6966
|
+
http: string[];
|
|
6967
|
+
};
|
|
6968
|
+
};
|
|
6964
6969
|
blockTimeSeconds: 2;
|
|
6965
6970
|
launchTime: 1745040321;
|
|
6966
6971
|
sortIndex: 15;
|
|
@@ -7044,13 +7049,6 @@ declare const xdc: Readonly<{
|
|
|
7044
7049
|
readonly name: "XDC";
|
|
7045
7050
|
readonly symbol: "XDC";
|
|
7046
7051
|
};
|
|
7047
|
-
rpcUrls: {
|
|
7048
|
-
readonly default: {
|
|
7049
|
-
readonly http: readonly [
|
|
7050
|
-
"https://rpc.xdcrpc.com"
|
|
7051
|
-
];
|
|
7052
|
-
};
|
|
7053
|
-
};
|
|
7054
7052
|
sourceId?: number | undefined | undefined | undefined;
|
|
7055
7053
|
testnet?: boolean | undefined | undefined | undefined;
|
|
7056
7054
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -15247,6 +15245,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15247
15245
|
network: "worldchain";
|
|
15248
15246
|
}>, Readonly<{
|
|
15249
15247
|
name: "XDC";
|
|
15248
|
+
rpcUrls: {
|
|
15249
|
+
default: {
|
|
15250
|
+
http: string[];
|
|
15251
|
+
};
|
|
15252
|
+
};
|
|
15250
15253
|
blockTimeSeconds: 2;
|
|
15251
15254
|
launchTime: 1745040321;
|
|
15252
15255
|
sortIndex: 15;
|
|
@@ -15330,11 +15333,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15330
15333
|
readonly name: "XDC";
|
|
15331
15334
|
readonly symbol: "XDC";
|
|
15332
15335
|
};
|
|
15333
|
-
rpcUrls: {
|
|
15334
|
-
readonly default: {
|
|
15335
|
-
readonly http: readonly ["https://rpc.xdcrpc.com"];
|
|
15336
|
-
};
|
|
15337
|
-
};
|
|
15338
15336
|
sourceId?: number | undefined | undefined | undefined;
|
|
15339
15337
|
testnet?: boolean | undefined | undefined | undefined;
|
|
15340
15338
|
custom?: Record<string, unknown> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfxlabs/oku-chains",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.221",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index-mjs.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"tslib": "2.8.1",
|
|
51
51
|
"tsx": "4.19.2",
|
|
52
52
|
"typescript": "5.7.3",
|
|
53
|
-
"viem": "^2.27.
|
|
53
|
+
"viem": "^2.27.2"
|
|
54
54
|
},
|
|
55
55
|
"packageManager": "yarn@4.6.0",
|
|
56
56
|
"peerDependencies": {
|