@gfxlabs/oku-chains 1.7.4 → 1.7.5
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 +1 -6
- package/dist/index-mjs.js +1 -6
- package/dist/index.js +1 -6
- package/dist/types/browser.d.ts +2 -12
- package/dist/types/index-mjs.d.ts +2 -12
- package/dist/types/index.d.ts +2 -12
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -5182,13 +5182,8 @@
|
|
|
5182
5182
|
},
|
|
5183
5183
|
blockExplorers: {
|
|
5184
5184
|
default: {
|
|
5185
|
-
name: "Taikoscan",
|
|
5186
|
-
url: "https://taikoscan.io",
|
|
5187
|
-
apiUrl: "https://api.taikoscan.io/api",
|
|
5188
|
-
},
|
|
5189
|
-
routescan: {
|
|
5190
5185
|
name: "Routescan",
|
|
5191
|
-
url: "https://
|
|
5186
|
+
url: "https://taikoexplorer.com/",
|
|
5192
5187
|
apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api",
|
|
5193
5188
|
},
|
|
5194
5189
|
},
|
package/dist/index-mjs.js
CHANGED
|
@@ -5179,13 +5179,8 @@ const taiko = makeConfig({
|
|
|
5179
5179
|
},
|
|
5180
5180
|
blockExplorers: {
|
|
5181
5181
|
default: {
|
|
5182
|
-
name: "Taikoscan",
|
|
5183
|
-
url: "https://taikoscan.io",
|
|
5184
|
-
apiUrl: "https://api.taikoscan.io/api",
|
|
5185
|
-
},
|
|
5186
|
-
routescan: {
|
|
5187
5182
|
name: "Routescan",
|
|
5188
|
-
url: "https://
|
|
5183
|
+
url: "https://taikoexplorer.com/",
|
|
5189
5184
|
apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api",
|
|
5190
5185
|
},
|
|
5191
5186
|
},
|
package/dist/index.js
CHANGED
|
@@ -5181,13 +5181,8 @@ const taiko = makeConfig({
|
|
|
5181
5181
|
},
|
|
5182
5182
|
blockExplorers: {
|
|
5183
5183
|
default: {
|
|
5184
|
-
name: "Taikoscan",
|
|
5185
|
-
url: "https://taikoscan.io",
|
|
5186
|
-
apiUrl: "https://api.taikoscan.io/api",
|
|
5187
|
-
},
|
|
5188
|
-
routescan: {
|
|
5189
5184
|
name: "Routescan",
|
|
5190
|
-
url: "https://
|
|
5185
|
+
url: "https://taikoexplorer.com/",
|
|
5191
5186
|
apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api",
|
|
5192
5187
|
},
|
|
5193
5188
|
},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -7606,11 +7606,6 @@ declare const taiko: Readonly<{
|
|
|
7606
7606
|
url: string;
|
|
7607
7607
|
apiUrl: string;
|
|
7608
7608
|
};
|
|
7609
|
-
routescan: {
|
|
7610
|
-
name: string;
|
|
7611
|
-
url: string;
|
|
7612
|
-
apiUrl: string;
|
|
7613
|
-
};
|
|
7614
7609
|
};
|
|
7615
7610
|
uniswap: {
|
|
7616
7611
|
deployBlock: number;
|
|
@@ -9235,7 +9230,7 @@ declare const zkSync: Readonly<{
|
|
|
9235
9230
|
readonly blockCreated: 45659388;
|
|
9236
9231
|
};
|
|
9237
9232
|
};
|
|
9238
|
-
blockTime:
|
|
9233
|
+
blockTime: 200;
|
|
9239
9234
|
ensTlds?: readonly string[] | undefined;
|
|
9240
9235
|
id: 324;
|
|
9241
9236
|
name: "ZKsync Era";
|
|
@@ -12906,7 +12901,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12906
12901
|
readonly blockCreated: 45659388;
|
|
12907
12902
|
};
|
|
12908
12903
|
};
|
|
12909
|
-
blockTime:
|
|
12904
|
+
blockTime: 200;
|
|
12910
12905
|
ensTlds?: readonly string[] | undefined;
|
|
12911
12906
|
id: 324;
|
|
12912
12907
|
name: "ZKsync Era";
|
|
@@ -13669,11 +13664,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13669
13664
|
url: string;
|
|
13670
13665
|
apiUrl: string;
|
|
13671
13666
|
};
|
|
13672
|
-
routescan: {
|
|
13673
|
-
name: string;
|
|
13674
|
-
url: string;
|
|
13675
|
-
apiUrl: string;
|
|
13676
|
-
};
|
|
13677
13667
|
};
|
|
13678
13668
|
uniswap: {
|
|
13679
13669
|
deployBlock: number;
|
|
@@ -7606,11 +7606,6 @@ declare const taiko: Readonly<{
|
|
|
7606
7606
|
url: string;
|
|
7607
7607
|
apiUrl: string;
|
|
7608
7608
|
};
|
|
7609
|
-
routescan: {
|
|
7610
|
-
name: string;
|
|
7611
|
-
url: string;
|
|
7612
|
-
apiUrl: string;
|
|
7613
|
-
};
|
|
7614
7609
|
};
|
|
7615
7610
|
uniswap: {
|
|
7616
7611
|
deployBlock: number;
|
|
@@ -9235,7 +9230,7 @@ declare const zkSync: Readonly<{
|
|
|
9235
9230
|
readonly blockCreated: 45659388;
|
|
9236
9231
|
};
|
|
9237
9232
|
};
|
|
9238
|
-
blockTime:
|
|
9233
|
+
blockTime: 200;
|
|
9239
9234
|
ensTlds?: readonly string[] | undefined;
|
|
9240
9235
|
id: 324;
|
|
9241
9236
|
name: "ZKsync Era";
|
|
@@ -12906,7 +12901,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12906
12901
|
readonly blockCreated: 45659388;
|
|
12907
12902
|
};
|
|
12908
12903
|
};
|
|
12909
|
-
blockTime:
|
|
12904
|
+
blockTime: 200;
|
|
12910
12905
|
ensTlds?: readonly string[] | undefined;
|
|
12911
12906
|
id: 324;
|
|
12912
12907
|
name: "ZKsync Era";
|
|
@@ -13669,11 +13664,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13669
13664
|
url: string;
|
|
13670
13665
|
apiUrl: string;
|
|
13671
13666
|
};
|
|
13672
|
-
routescan: {
|
|
13673
|
-
name: string;
|
|
13674
|
-
url: string;
|
|
13675
|
-
apiUrl: string;
|
|
13676
|
-
};
|
|
13677
13667
|
};
|
|
13678
13668
|
uniswap: {
|
|
13679
13669
|
deployBlock: number;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7606,11 +7606,6 @@ declare const taiko: Readonly<{
|
|
|
7606
7606
|
url: string;
|
|
7607
7607
|
apiUrl: string;
|
|
7608
7608
|
};
|
|
7609
|
-
routescan: {
|
|
7610
|
-
name: string;
|
|
7611
|
-
url: string;
|
|
7612
|
-
apiUrl: string;
|
|
7613
|
-
};
|
|
7614
7609
|
};
|
|
7615
7610
|
uniswap: {
|
|
7616
7611
|
deployBlock: number;
|
|
@@ -9235,7 +9230,7 @@ declare const zkSync: Readonly<{
|
|
|
9235
9230
|
readonly blockCreated: 45659388;
|
|
9236
9231
|
};
|
|
9237
9232
|
};
|
|
9238
|
-
blockTime:
|
|
9233
|
+
blockTime: 200;
|
|
9239
9234
|
ensTlds?: readonly string[] | undefined;
|
|
9240
9235
|
id: 324;
|
|
9241
9236
|
name: "ZKsync Era";
|
|
@@ -12906,7 +12901,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12906
12901
|
readonly blockCreated: 45659388;
|
|
12907
12902
|
};
|
|
12908
12903
|
};
|
|
12909
|
-
blockTime:
|
|
12904
|
+
blockTime: 200;
|
|
12910
12905
|
ensTlds?: readonly string[] | undefined;
|
|
12911
12906
|
id: 324;
|
|
12912
12907
|
name: "ZKsync Era";
|
|
@@ -13669,11 +13664,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13669
13664
|
url: string;
|
|
13670
13665
|
apiUrl: string;
|
|
13671
13666
|
};
|
|
13672
|
-
routescan: {
|
|
13673
|
-
name: string;
|
|
13674
|
-
url: string;
|
|
13675
|
-
apiUrl: string;
|
|
13676
|
-
};
|
|
13677
13667
|
};
|
|
13678
13668
|
uniswap: {
|
|
13679
13669
|
deployBlock: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfxlabs/oku-chains",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index-mjs.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"tslib": "2.8.1",
|
|
52
52
|
"tsx": "4.19.2",
|
|
53
53
|
"typescript": "5.7.3",
|
|
54
|
-
"viem": "^2.
|
|
54
|
+
"viem": "^2.39.3"
|
|
55
55
|
},
|
|
56
56
|
"packageManager": "yarn@4.6.0",
|
|
57
57
|
"peerDependencies": {
|