@gfxlabs/oku-chains 1.1.170 → 1.1.171
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 +12 -0
- package/dist/index-mjs.js +12 -0
- package/dist/index.js +12 -0
- package/dist/types/browser.d.ts +24 -24
- package/dist/types/index-mjs.d.ts +24 -24
- package/dist/types/index.d.ts +24 -24
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -3253,6 +3253,18 @@
|
|
|
3253
3253
|
bridges: {},
|
|
3254
3254
|
oracles: {},
|
|
3255
3255
|
morpho: {},
|
|
3256
|
+
blockExplorers: {
|
|
3257
|
+
default: {
|
|
3258
|
+
name: "BlockScout",
|
|
3259
|
+
url: "https://sagaevm.sagaexplorer.io",
|
|
3260
|
+
},
|
|
3261
|
+
},
|
|
3262
|
+
rpcUrls: {
|
|
3263
|
+
default: {
|
|
3264
|
+
http: ["https://sagaevm.jsonrpc.sagarpc.io"],
|
|
3265
|
+
webSocket: ["wss://sagaevm.ws.sagarpc.io"],
|
|
3266
|
+
},
|
|
3267
|
+
},
|
|
3256
3268
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3257
3269
|
uniswap: {
|
|
3258
3270
|
deployBlock: 18885,
|
package/dist/index-mjs.js
CHANGED
|
@@ -3249,6 +3249,18 @@ const saga = makeConfig({
|
|
|
3249
3249
|
bridges: {},
|
|
3250
3250
|
oracles: {},
|
|
3251
3251
|
morpho: {},
|
|
3252
|
+
blockExplorers: {
|
|
3253
|
+
default: {
|
|
3254
|
+
name: "BlockScout",
|
|
3255
|
+
url: "https://sagaevm.sagaexplorer.io",
|
|
3256
|
+
},
|
|
3257
|
+
},
|
|
3258
|
+
rpcUrls: {
|
|
3259
|
+
default: {
|
|
3260
|
+
http: ["https://sagaevm.jsonrpc.sagarpc.io"],
|
|
3261
|
+
webSocket: ["wss://sagaevm.ws.sagarpc.io"],
|
|
3262
|
+
},
|
|
3263
|
+
},
|
|
3252
3264
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3253
3265
|
uniswap: {
|
|
3254
3266
|
deployBlock: 18885,
|
package/dist/index.js
CHANGED
|
@@ -3251,6 +3251,18 @@ const saga = makeConfig({
|
|
|
3251
3251
|
bridges: {},
|
|
3252
3252
|
oracles: {},
|
|
3253
3253
|
morpho: {},
|
|
3254
|
+
blockExplorers: {
|
|
3255
|
+
default: {
|
|
3256
|
+
name: "BlockScout",
|
|
3257
|
+
url: "https://sagaevm.sagaexplorer.io",
|
|
3258
|
+
},
|
|
3259
|
+
},
|
|
3260
|
+
rpcUrls: {
|
|
3261
|
+
default: {
|
|
3262
|
+
http: ["https://sagaevm.jsonrpc.sagarpc.io"],
|
|
3263
|
+
webSocket: ["wss://sagaevm.ws.sagarpc.io"],
|
|
3264
|
+
},
|
|
3265
|
+
},
|
|
3254
3266
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3255
3267
|
uniswap: {
|
|
3256
3268
|
deployBlock: 18885,
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -5481,6 +5481,18 @@ declare const saga: Readonly<{
|
|
|
5481
5481
|
bridges: {};
|
|
5482
5482
|
oracles: {};
|
|
5483
5483
|
morpho: {};
|
|
5484
|
+
blockExplorers: {
|
|
5485
|
+
default: {
|
|
5486
|
+
name: string;
|
|
5487
|
+
url: string;
|
|
5488
|
+
};
|
|
5489
|
+
};
|
|
5490
|
+
rpcUrls: {
|
|
5491
|
+
default: {
|
|
5492
|
+
http: string[];
|
|
5493
|
+
webSocket: string[];
|
|
5494
|
+
};
|
|
5495
|
+
};
|
|
5484
5496
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
5485
5497
|
uniswap: {
|
|
5486
5498
|
deployBlock: number;
|
|
@@ -5550,25 +5562,12 @@ declare const saga: Readonly<{
|
|
|
5550
5562
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
5551
5563
|
};
|
|
5552
5564
|
};
|
|
5553
|
-
blockExplorers: {
|
|
5554
|
-
readonly default: {
|
|
5555
|
-
readonly name: "Saga Explorer";
|
|
5556
|
-
readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
|
|
5557
|
-
};
|
|
5558
|
-
};
|
|
5559
5565
|
id: 5464;
|
|
5560
5566
|
nativeCurrency: {
|
|
5561
5567
|
readonly decimals: 18;
|
|
5562
5568
|
readonly name: "gas";
|
|
5563
5569
|
readonly symbol: "GAS";
|
|
5564
5570
|
};
|
|
5565
|
-
rpcUrls: {
|
|
5566
|
-
readonly default: {
|
|
5567
|
-
readonly http: readonly [
|
|
5568
|
-
"http://sagaevm-5464-1.jsonrpc.sagarpc.io"
|
|
5569
|
-
];
|
|
5570
|
-
};
|
|
5571
|
-
};
|
|
5572
5571
|
sourceId?: number | undefined | undefined;
|
|
5573
5572
|
testnet?: boolean | undefined | undefined;
|
|
5574
5573
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -13641,6 +13640,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13641
13640
|
bridges: {};
|
|
13642
13641
|
oracles: {};
|
|
13643
13642
|
morpho: {};
|
|
13643
|
+
blockExplorers: {
|
|
13644
|
+
default: {
|
|
13645
|
+
name: string;
|
|
13646
|
+
url: string;
|
|
13647
|
+
};
|
|
13648
|
+
};
|
|
13649
|
+
rpcUrls: {
|
|
13650
|
+
default: {
|
|
13651
|
+
http: string[];
|
|
13652
|
+
webSocket: string[];
|
|
13653
|
+
};
|
|
13654
|
+
};
|
|
13644
13655
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
13645
13656
|
uniswap: {
|
|
13646
13657
|
deployBlock: number;
|
|
@@ -13710,23 +13721,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13710
13721
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
13711
13722
|
};
|
|
13712
13723
|
};
|
|
13713
|
-
blockExplorers: {
|
|
13714
|
-
readonly default: {
|
|
13715
|
-
readonly name: "Saga Explorer";
|
|
13716
|
-
readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
|
|
13717
|
-
};
|
|
13718
|
-
};
|
|
13719
13724
|
id: 5464;
|
|
13720
13725
|
nativeCurrency: {
|
|
13721
13726
|
readonly decimals: 18;
|
|
13722
13727
|
readonly name: "gas";
|
|
13723
13728
|
readonly symbol: "GAS";
|
|
13724
13729
|
};
|
|
13725
|
-
rpcUrls: {
|
|
13726
|
-
readonly default: {
|
|
13727
|
-
readonly http: readonly ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"];
|
|
13728
|
-
};
|
|
13729
|
-
};
|
|
13730
13730
|
sourceId?: number | undefined | undefined;
|
|
13731
13731
|
testnet?: boolean | undefined | undefined;
|
|
13732
13732
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -5481,6 +5481,18 @@ declare const saga: Readonly<{
|
|
|
5481
5481
|
bridges: {};
|
|
5482
5482
|
oracles: {};
|
|
5483
5483
|
morpho: {};
|
|
5484
|
+
blockExplorers: {
|
|
5485
|
+
default: {
|
|
5486
|
+
name: string;
|
|
5487
|
+
url: string;
|
|
5488
|
+
};
|
|
5489
|
+
};
|
|
5490
|
+
rpcUrls: {
|
|
5491
|
+
default: {
|
|
5492
|
+
http: string[];
|
|
5493
|
+
webSocket: string[];
|
|
5494
|
+
};
|
|
5495
|
+
};
|
|
5484
5496
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
5485
5497
|
uniswap: {
|
|
5486
5498
|
deployBlock: number;
|
|
@@ -5550,25 +5562,12 @@ declare const saga: Readonly<{
|
|
|
5550
5562
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
5551
5563
|
};
|
|
5552
5564
|
};
|
|
5553
|
-
blockExplorers: {
|
|
5554
|
-
readonly default: {
|
|
5555
|
-
readonly name: "Saga Explorer";
|
|
5556
|
-
readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
|
|
5557
|
-
};
|
|
5558
|
-
};
|
|
5559
5565
|
id: 5464;
|
|
5560
5566
|
nativeCurrency: {
|
|
5561
5567
|
readonly decimals: 18;
|
|
5562
5568
|
readonly name: "gas";
|
|
5563
5569
|
readonly symbol: "GAS";
|
|
5564
5570
|
};
|
|
5565
|
-
rpcUrls: {
|
|
5566
|
-
readonly default: {
|
|
5567
|
-
readonly http: readonly [
|
|
5568
|
-
"http://sagaevm-5464-1.jsonrpc.sagarpc.io"
|
|
5569
|
-
];
|
|
5570
|
-
};
|
|
5571
|
-
};
|
|
5572
5571
|
sourceId?: number | undefined | undefined;
|
|
5573
5572
|
testnet?: boolean | undefined | undefined;
|
|
5574
5573
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -13641,6 +13640,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13641
13640
|
bridges: {};
|
|
13642
13641
|
oracles: {};
|
|
13643
13642
|
morpho: {};
|
|
13643
|
+
blockExplorers: {
|
|
13644
|
+
default: {
|
|
13645
|
+
name: string;
|
|
13646
|
+
url: string;
|
|
13647
|
+
};
|
|
13648
|
+
};
|
|
13649
|
+
rpcUrls: {
|
|
13650
|
+
default: {
|
|
13651
|
+
http: string[];
|
|
13652
|
+
webSocket: string[];
|
|
13653
|
+
};
|
|
13654
|
+
};
|
|
13644
13655
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
13645
13656
|
uniswap: {
|
|
13646
13657
|
deployBlock: number;
|
|
@@ -13710,23 +13721,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13710
13721
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
13711
13722
|
};
|
|
13712
13723
|
};
|
|
13713
|
-
blockExplorers: {
|
|
13714
|
-
readonly default: {
|
|
13715
|
-
readonly name: "Saga Explorer";
|
|
13716
|
-
readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
|
|
13717
|
-
};
|
|
13718
|
-
};
|
|
13719
13724
|
id: 5464;
|
|
13720
13725
|
nativeCurrency: {
|
|
13721
13726
|
readonly decimals: 18;
|
|
13722
13727
|
readonly name: "gas";
|
|
13723
13728
|
readonly symbol: "GAS";
|
|
13724
13729
|
};
|
|
13725
|
-
rpcUrls: {
|
|
13726
|
-
readonly default: {
|
|
13727
|
-
readonly http: readonly ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"];
|
|
13728
|
-
};
|
|
13729
|
-
};
|
|
13730
13730
|
sourceId?: number | undefined | undefined;
|
|
13731
13731
|
testnet?: boolean | undefined | undefined;
|
|
13732
13732
|
custom?: Record<string, unknown> | undefined;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5481,6 +5481,18 @@ declare const saga: Readonly<{
|
|
|
5481
5481
|
bridges: {};
|
|
5482
5482
|
oracles: {};
|
|
5483
5483
|
morpho: {};
|
|
5484
|
+
blockExplorers: {
|
|
5485
|
+
default: {
|
|
5486
|
+
name: string;
|
|
5487
|
+
url: string;
|
|
5488
|
+
};
|
|
5489
|
+
};
|
|
5490
|
+
rpcUrls: {
|
|
5491
|
+
default: {
|
|
5492
|
+
http: string[];
|
|
5493
|
+
webSocket: string[];
|
|
5494
|
+
};
|
|
5495
|
+
};
|
|
5484
5496
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
5485
5497
|
uniswap: {
|
|
5486
5498
|
deployBlock: number;
|
|
@@ -5550,25 +5562,12 @@ declare const saga: Readonly<{
|
|
|
5550
5562
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
5551
5563
|
};
|
|
5552
5564
|
};
|
|
5553
|
-
blockExplorers: {
|
|
5554
|
-
readonly default: {
|
|
5555
|
-
readonly name: "Saga Explorer";
|
|
5556
|
-
readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
|
|
5557
|
-
};
|
|
5558
|
-
};
|
|
5559
5565
|
id: 5464;
|
|
5560
5566
|
nativeCurrency: {
|
|
5561
5567
|
readonly decimals: 18;
|
|
5562
5568
|
readonly name: "gas";
|
|
5563
5569
|
readonly symbol: "GAS";
|
|
5564
5570
|
};
|
|
5565
|
-
rpcUrls: {
|
|
5566
|
-
readonly default: {
|
|
5567
|
-
readonly http: readonly [
|
|
5568
|
-
"http://sagaevm-5464-1.jsonrpc.sagarpc.io"
|
|
5569
|
-
];
|
|
5570
|
-
};
|
|
5571
|
-
};
|
|
5572
5571
|
sourceId?: number | undefined | undefined;
|
|
5573
5572
|
testnet?: boolean | undefined | undefined;
|
|
5574
5573
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -13641,6 +13640,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13641
13640
|
bridges: {};
|
|
13642
13641
|
oracles: {};
|
|
13643
13642
|
morpho: {};
|
|
13643
|
+
blockExplorers: {
|
|
13644
|
+
default: {
|
|
13645
|
+
name: string;
|
|
13646
|
+
url: string;
|
|
13647
|
+
};
|
|
13648
|
+
};
|
|
13649
|
+
rpcUrls: {
|
|
13650
|
+
default: {
|
|
13651
|
+
http: string[];
|
|
13652
|
+
webSocket: string[];
|
|
13653
|
+
};
|
|
13654
|
+
};
|
|
13644
13655
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
13645
13656
|
uniswap: {
|
|
13646
13657
|
deployBlock: number;
|
|
@@ -13710,23 +13721,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13710
13721
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
13711
13722
|
};
|
|
13712
13723
|
};
|
|
13713
|
-
blockExplorers: {
|
|
13714
|
-
readonly default: {
|
|
13715
|
-
readonly name: "Saga Explorer";
|
|
13716
|
-
readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
|
|
13717
|
-
};
|
|
13718
|
-
};
|
|
13719
13724
|
id: 5464;
|
|
13720
13725
|
nativeCurrency: {
|
|
13721
13726
|
readonly decimals: 18;
|
|
13722
13727
|
readonly name: "gas";
|
|
13723
13728
|
readonly symbol: "GAS";
|
|
13724
13729
|
};
|
|
13725
|
-
rpcUrls: {
|
|
13726
|
-
readonly default: {
|
|
13727
|
-
readonly http: readonly ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"];
|
|
13728
|
-
};
|
|
13729
|
-
};
|
|
13730
13730
|
sourceId?: number | undefined | undefined;
|
|
13731
13731
|
testnet?: boolean | undefined | undefined;
|
|
13732
13732
|
custom?: Record<string, unknown> | undefined;
|