@gfxlabs/oku-chains 1.1.211 → 1.1.212
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 +3 -2
- package/dist/index-mjs.js +3 -2
- package/dist/index.js +3 -2
- package/dist/types/browser.d.ts +86 -0
- package/dist/types/index-mjs.d.ts +86 -0
- package/dist/types/index.d.ts +86 -0
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -2008,7 +2008,8 @@
|
|
|
2008
2008
|
},
|
|
2009
2009
|
rpcUrls: {
|
|
2010
2010
|
default: {
|
|
2011
|
-
http: ["https://
|
|
2011
|
+
http: ["https://eth.drpc.org"],
|
|
2012
|
+
webSocket: ["wss://eth.drpc.org"],
|
|
2012
2013
|
},
|
|
2013
2014
|
},
|
|
2014
2015
|
markets: {
|
|
@@ -2028,7 +2029,7 @@
|
|
|
2028
2029
|
atlasNetworkName: "ethereum-mainnet",
|
|
2029
2030
|
routerAddress: "0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D",
|
|
2030
2031
|
chainSelector: 5009297550715157269n,
|
|
2031
|
-
tokenAdminRegistry: "0xb22764f98dD05c789929716D677382Df22C05Cb6"
|
|
2032
|
+
tokenAdminRegistry: "0xb22764f98dD05c789929716D677382Df22C05Cb6",
|
|
2032
2033
|
},
|
|
2033
2034
|
rhinofi: "ETHEREUM",
|
|
2034
2035
|
stargate: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -2005,7 +2005,8 @@ const mainnet = makeConfig({
|
|
|
2005
2005
|
},
|
|
2006
2006
|
rpcUrls: {
|
|
2007
2007
|
default: {
|
|
2008
|
-
http: ["https://
|
|
2008
|
+
http: ["https://eth.drpc.org"],
|
|
2009
|
+
webSocket: ["wss://eth.drpc.org"],
|
|
2009
2010
|
},
|
|
2010
2011
|
},
|
|
2011
2012
|
markets: {
|
|
@@ -2025,7 +2026,7 @@ const mainnet = makeConfig({
|
|
|
2025
2026
|
atlasNetworkName: "ethereum-mainnet",
|
|
2026
2027
|
routerAddress: "0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D",
|
|
2027
2028
|
chainSelector: 5009297550715157269n,
|
|
2028
|
-
tokenAdminRegistry: "0xb22764f98dD05c789929716D677382Df22C05Cb6"
|
|
2029
|
+
tokenAdminRegistry: "0xb22764f98dD05c789929716D677382Df22C05Cb6",
|
|
2029
2030
|
},
|
|
2030
2031
|
rhinofi: "ETHEREUM",
|
|
2031
2032
|
stargate: {
|
package/dist/index.js
CHANGED
|
@@ -2007,7 +2007,8 @@ const mainnet = makeConfig({
|
|
|
2007
2007
|
},
|
|
2008
2008
|
rpcUrls: {
|
|
2009
2009
|
default: {
|
|
2010
|
-
http: ["https://
|
|
2010
|
+
http: ["https://eth.drpc.org"],
|
|
2011
|
+
webSocket: ["wss://eth.drpc.org"],
|
|
2011
2012
|
},
|
|
2012
2013
|
},
|
|
2013
2014
|
markets: {
|
|
@@ -2027,7 +2028,7 @@ const mainnet = makeConfig({
|
|
|
2027
2028
|
atlasNetworkName: "ethereum-mainnet",
|
|
2028
2029
|
routerAddress: "0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D",
|
|
2029
2030
|
chainSelector: 5009297550715157269n,
|
|
2030
|
-
tokenAdminRegistry: "0xb22764f98dD05c789929716D677382Df22C05Cb6"
|
|
2031
|
+
tokenAdminRegistry: "0xb22764f98dD05c789929716D677382Df22C05Cb6",
|
|
2031
2032
|
},
|
|
2032
2033
|
rhinofi: "ETHEREUM",
|
|
2033
2034
|
stargate: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ declare const arbitrum: Readonly<{
|
|
|
156
156
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
157
157
|
};
|
|
158
158
|
};
|
|
159
|
+
ensTlds?: readonly string[] | undefined;
|
|
159
160
|
id: 42161;
|
|
160
161
|
nativeCurrency: {
|
|
161
162
|
readonly name: "Ether";
|
|
@@ -354,6 +355,7 @@ declare const base: Readonly<{
|
|
|
354
355
|
readonly apiUrl: "https://api.basescan.org/api";
|
|
355
356
|
};
|
|
356
357
|
};
|
|
358
|
+
ensTlds?: readonly string[] | undefined;
|
|
357
359
|
id: 8453;
|
|
358
360
|
name: "Base";
|
|
359
361
|
nativeCurrency: {
|
|
@@ -735,6 +737,7 @@ declare const blast: Readonly<{
|
|
|
735
737
|
readonly apiUrl: "https://api.blastscan.io/api";
|
|
736
738
|
};
|
|
737
739
|
};
|
|
740
|
+
ensTlds?: readonly string[] | undefined;
|
|
738
741
|
id: 81457;
|
|
739
742
|
name: "Blast";
|
|
740
743
|
nativeCurrency: {
|
|
@@ -1127,6 +1130,7 @@ declare const bob: Readonly<{
|
|
|
1127
1130
|
readonly url: "https://explorer.gobob.xyz";
|
|
1128
1131
|
};
|
|
1129
1132
|
};
|
|
1133
|
+
ensTlds?: readonly string[] | undefined;
|
|
1130
1134
|
id: 60808;
|
|
1131
1135
|
name: "BOB";
|
|
1132
1136
|
nativeCurrency: {
|
|
@@ -1497,6 +1501,7 @@ declare const boba: Readonly<{
|
|
|
1497
1501
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1498
1502
|
};
|
|
1499
1503
|
};
|
|
1504
|
+
ensTlds?: readonly string[] | undefined;
|
|
1500
1505
|
id: 288;
|
|
1501
1506
|
rpcUrls: {
|
|
1502
1507
|
readonly default: {
|
|
@@ -1646,6 +1651,7 @@ declare const bsc: Readonly<{
|
|
|
1646
1651
|
readonly apiUrl: "https://api.bscscan.com/api";
|
|
1647
1652
|
};
|
|
1648
1653
|
};
|
|
1654
|
+
ensTlds?: readonly string[] | undefined;
|
|
1649
1655
|
id: 56;
|
|
1650
1656
|
nativeCurrency: {
|
|
1651
1657
|
readonly decimals: 18;
|
|
@@ -1764,6 +1770,7 @@ declare const celo: Readonly<{
|
|
|
1764
1770
|
readonly apiUrl: "https://api.celoscan.io/api";
|
|
1765
1771
|
};
|
|
1766
1772
|
};
|
|
1773
|
+
ensTlds?: readonly string[] | undefined;
|
|
1767
1774
|
id: 42220;
|
|
1768
1775
|
name: "Celo";
|
|
1769
1776
|
nativeCurrency: {
|
|
@@ -2705,6 +2712,7 @@ declare const corn: Readonly<{
|
|
|
2705
2712
|
readonly apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api";
|
|
2706
2713
|
};
|
|
2707
2714
|
};
|
|
2715
|
+
ensTlds?: readonly string[] | undefined;
|
|
2708
2716
|
id: 21000000;
|
|
2709
2717
|
nativeCurrency: {
|
|
2710
2718
|
readonly decimals: 18;
|
|
@@ -2835,6 +2843,7 @@ declare const filecoin: Readonly<{
|
|
|
2835
2843
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2836
2844
|
};
|
|
2837
2845
|
};
|
|
2846
|
+
ensTlds?: readonly string[] | undefined;
|
|
2838
2847
|
id: 314;
|
|
2839
2848
|
nativeCurrency: {
|
|
2840
2849
|
readonly decimals: 18;
|
|
@@ -2979,6 +2988,7 @@ declare const gnosis: Readonly<{
|
|
|
2979
2988
|
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
2980
2989
|
};
|
|
2981
2990
|
};
|
|
2991
|
+
ensTlds?: readonly string[] | undefined;
|
|
2982
2992
|
id: 100;
|
|
2983
2993
|
name: "Gnosis";
|
|
2984
2994
|
nativeCurrency: {
|
|
@@ -3095,6 +3105,7 @@ declare const goat: Readonly<{
|
|
|
3095
3105
|
readonly url: "https://explorer.goat.network";
|
|
3096
3106
|
};
|
|
3097
3107
|
};
|
|
3108
|
+
ensTlds?: readonly string[] | undefined;
|
|
3098
3109
|
id: 2345;
|
|
3099
3110
|
nativeCurrency: {
|
|
3100
3111
|
readonly decimals: 18;
|
|
@@ -3212,6 +3223,7 @@ declare const hemi: Readonly<{
|
|
|
3212
3223
|
readonly url: "https://explorer.hemi.xyz";
|
|
3213
3224
|
};
|
|
3214
3225
|
};
|
|
3226
|
+
ensTlds?: readonly string[] | undefined;
|
|
3215
3227
|
id: 43111;
|
|
3216
3228
|
name: "Hemi";
|
|
3217
3229
|
nativeCurrency: {
|
|
@@ -3335,6 +3347,7 @@ declare const lightlink: Readonly<{
|
|
|
3335
3347
|
readonly url: "https://phoenix.lightlink.io";
|
|
3336
3348
|
};
|
|
3337
3349
|
};
|
|
3350
|
+
ensTlds?: readonly string[] | undefined;
|
|
3338
3351
|
id: 1890;
|
|
3339
3352
|
nativeCurrency: {
|
|
3340
3353
|
readonly decimals: 18;
|
|
@@ -3467,6 +3480,14 @@ declare const linea: Readonly<{
|
|
|
3467
3480
|
multicall3: {
|
|
3468
3481
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3469
3482
|
};
|
|
3483
|
+
ensRegistry: {
|
|
3484
|
+
readonly address: "0x50130b669B28C339991d8676FA73CF122a121267";
|
|
3485
|
+
readonly blockCreated: 6682888;
|
|
3486
|
+
};
|
|
3487
|
+
ensUniversalResolver: {
|
|
3488
|
+
readonly address: "0x3aA974fb3f8C1E02796048BDCdeD79e9D53a6965";
|
|
3489
|
+
readonly blockCreated: 6683000;
|
|
3490
|
+
};
|
|
3470
3491
|
};
|
|
3471
3492
|
blockExplorers: {
|
|
3472
3493
|
readonly default: {
|
|
@@ -3475,6 +3496,9 @@ declare const linea: Readonly<{
|
|
|
3475
3496
|
readonly apiUrl: "https://api.lineascan.build/api";
|
|
3476
3497
|
};
|
|
3477
3498
|
};
|
|
3499
|
+
ensTlds: readonly [
|
|
3500
|
+
".linea.eth"
|
|
3501
|
+
];
|
|
3478
3502
|
id: 59144;
|
|
3479
3503
|
nativeCurrency: {
|
|
3480
3504
|
readonly name: "Linea Ether";
|
|
@@ -3619,6 +3643,7 @@ declare const lisk: Readonly<{
|
|
|
3619
3643
|
readonly address: "0x4200000000000000000000000000000000000016";
|
|
3620
3644
|
};
|
|
3621
3645
|
};
|
|
3646
|
+
ensTlds?: readonly string[] | undefined;
|
|
3622
3647
|
id: 1135;
|
|
3623
3648
|
name: "Lisk";
|
|
3624
3649
|
nativeCurrency: {
|
|
@@ -3897,6 +3922,7 @@ declare const mainnet: Readonly<{
|
|
|
3897
3922
|
rpcUrls: {
|
|
3898
3923
|
default: {
|
|
3899
3924
|
http: string[];
|
|
3925
|
+
webSocket: string[];
|
|
3900
3926
|
};
|
|
3901
3927
|
};
|
|
3902
3928
|
markets: {
|
|
@@ -4049,6 +4075,7 @@ declare const mainnet: Readonly<{
|
|
|
4049
4075
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
4050
4076
|
};
|
|
4051
4077
|
};
|
|
4078
|
+
ensTlds?: readonly string[] | undefined;
|
|
4052
4079
|
id: 1;
|
|
4053
4080
|
name: "Ethereum";
|
|
4054
4081
|
nativeCurrency: {
|
|
@@ -4166,6 +4193,7 @@ declare const manta: Readonly<{
|
|
|
4166
4193
|
readonly apiUrl: "https://pacific-explorer.manta.network/api";
|
|
4167
4194
|
};
|
|
4168
4195
|
};
|
|
4196
|
+
ensTlds?: readonly string[] | undefined;
|
|
4169
4197
|
id: 169;
|
|
4170
4198
|
nativeCurrency: {
|
|
4171
4199
|
readonly decimals: 18;
|
|
@@ -4299,6 +4327,7 @@ declare const mantle: Readonly<{
|
|
|
4299
4327
|
readonly apiUrl: "https://api.mantlescan.xyz/api";
|
|
4300
4328
|
};
|
|
4301
4329
|
};
|
|
4330
|
+
ensTlds?: readonly string[] | undefined;
|
|
4302
4331
|
id: 5000;
|
|
4303
4332
|
name: "Mantle";
|
|
4304
4333
|
nativeCurrency: {
|
|
@@ -4433,6 +4462,7 @@ declare const metal: Readonly<{
|
|
|
4433
4462
|
readonly apiUrl: "https://explorer.metall2.com/api";
|
|
4434
4463
|
};
|
|
4435
4464
|
};
|
|
4465
|
+
ensTlds?: readonly string[] | undefined;
|
|
4436
4466
|
id: 1750;
|
|
4437
4467
|
name: "Metal L2";
|
|
4438
4468
|
nativeCurrency: {
|
|
@@ -4796,6 +4826,7 @@ declare const moonbeam: Readonly<{
|
|
|
4796
4826
|
readonly apiUrl: "https://api-moonbeam.moonscan.io/api";
|
|
4797
4827
|
};
|
|
4798
4828
|
};
|
|
4829
|
+
ensTlds?: readonly string[] | undefined;
|
|
4799
4830
|
id: 1284;
|
|
4800
4831
|
name: "Moonbeam";
|
|
4801
4832
|
nativeCurrency: {
|
|
@@ -5011,6 +5042,7 @@ declare const optimism: Readonly<{
|
|
|
5011
5042
|
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
5012
5043
|
};
|
|
5013
5044
|
};
|
|
5045
|
+
ensTlds?: readonly string[] | undefined;
|
|
5014
5046
|
id: 10;
|
|
5015
5047
|
nativeCurrency: {
|
|
5016
5048
|
readonly name: "Ether";
|
|
@@ -5416,6 +5448,7 @@ declare const polygon: Readonly<{
|
|
|
5416
5448
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
5417
5449
|
};
|
|
5418
5450
|
};
|
|
5451
|
+
ensTlds?: readonly string[] | undefined;
|
|
5419
5452
|
id: 137;
|
|
5420
5453
|
name: "Polygon";
|
|
5421
5454
|
nativeCurrency: {
|
|
@@ -5522,6 +5555,7 @@ declare const redbelly: Readonly<{
|
|
|
5522
5555
|
readonly apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/151/etherscan/api";
|
|
5523
5556
|
};
|
|
5524
5557
|
};
|
|
5558
|
+
ensTlds?: readonly string[] | undefined;
|
|
5525
5559
|
id: 151;
|
|
5526
5560
|
nativeCurrency: {
|
|
5527
5561
|
readonly name: "Redbelly Native Coin";
|
|
@@ -5657,6 +5691,7 @@ declare const rootstock: Readonly<{
|
|
|
5657
5691
|
readonly blockCreated: 4249540;
|
|
5658
5692
|
};
|
|
5659
5693
|
};
|
|
5694
|
+
ensTlds?: readonly string[] | undefined;
|
|
5660
5695
|
id: 30;
|
|
5661
5696
|
nativeCurrency: {
|
|
5662
5697
|
readonly decimals: 18;
|
|
@@ -5771,6 +5806,7 @@ declare const saga: Readonly<{
|
|
|
5771
5806
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
5772
5807
|
};
|
|
5773
5808
|
};
|
|
5809
|
+
ensTlds?: readonly string[] | undefined;
|
|
5774
5810
|
id: 5464;
|
|
5775
5811
|
nativeCurrency: {
|
|
5776
5812
|
readonly decimals: 18;
|
|
@@ -5912,6 +5948,7 @@ declare const scroll: Readonly<{
|
|
|
5912
5948
|
readonly apiUrl: "https://api.scrollscan.com/api";
|
|
5913
5949
|
};
|
|
5914
5950
|
};
|
|
5951
|
+
ensTlds?: readonly string[] | undefined;
|
|
5915
5952
|
id: 534352;
|
|
5916
5953
|
name: "Scroll";
|
|
5917
5954
|
nativeCurrency: {
|
|
@@ -6050,6 +6087,7 @@ declare const sei: Readonly<{
|
|
|
6050
6087
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6051
6088
|
};
|
|
6052
6089
|
};
|
|
6090
|
+
ensTlds?: readonly string[] | undefined;
|
|
6053
6091
|
id: 1329;
|
|
6054
6092
|
name: "Sei Network";
|
|
6055
6093
|
nativeCurrency: {
|
|
@@ -6173,6 +6211,7 @@ declare const sonic: Readonly<{
|
|
|
6173
6211
|
readonly url: "https://sonicscan.org";
|
|
6174
6212
|
};
|
|
6175
6213
|
};
|
|
6214
|
+
ensTlds?: readonly string[] | undefined;
|
|
6176
6215
|
id: 146;
|
|
6177
6216
|
name: "Sonic";
|
|
6178
6217
|
nativeCurrency: {
|
|
@@ -6299,6 +6338,7 @@ declare const taiko: Readonly<{
|
|
|
6299
6338
|
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
6300
6339
|
};
|
|
6301
6340
|
};
|
|
6341
|
+
ensTlds?: readonly string[] | undefined;
|
|
6302
6342
|
id: 167000;
|
|
6303
6343
|
name: "Taiko Mainnet";
|
|
6304
6344
|
nativeCurrency: {
|
|
@@ -6423,6 +6463,7 @@ declare const telos: Readonly<{
|
|
|
6423
6463
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6424
6464
|
};
|
|
6425
6465
|
};
|
|
6466
|
+
ensTlds?: readonly string[] | undefined;
|
|
6426
6467
|
id: 40;
|
|
6427
6468
|
name: "Telos";
|
|
6428
6469
|
nativeCurrency: {
|
|
@@ -6572,6 +6613,7 @@ declare const worldchain: Readonly<{
|
|
|
6572
6613
|
readonly apiUrl: "https://worldchain-mainnet.explorer.alchemy.com/api";
|
|
6573
6614
|
};
|
|
6574
6615
|
};
|
|
6616
|
+
ensTlds?: readonly string[] | undefined;
|
|
6575
6617
|
id: 480;
|
|
6576
6618
|
name: "World Chain";
|
|
6577
6619
|
nativeCurrency: {
|
|
@@ -6938,6 +6980,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
6938
6980
|
readonly apiUrl: "https://api-zkevm.polygonscan.com/api";
|
|
6939
6981
|
};
|
|
6940
6982
|
};
|
|
6983
|
+
ensTlds?: readonly string[] | undefined;
|
|
6941
6984
|
id: 1101;
|
|
6942
6985
|
name: "Polygon zkEVM";
|
|
6943
6986
|
nativeCurrency: {
|
|
@@ -7075,6 +7118,7 @@ declare const zkSync: Readonly<{
|
|
|
7075
7118
|
readonly blockCreated: 45659388;
|
|
7076
7119
|
};
|
|
7077
7120
|
};
|
|
7121
|
+
ensTlds?: readonly string[] | undefined;
|
|
7078
7122
|
id: 324;
|
|
7079
7123
|
name: "ZKsync Era";
|
|
7080
7124
|
nativeCurrency: {
|
|
@@ -7794,6 +7838,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7794
7838
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
7795
7839
|
};
|
|
7796
7840
|
};
|
|
7841
|
+
ensTlds?: readonly string[] | undefined;
|
|
7797
7842
|
id: 42161;
|
|
7798
7843
|
nativeCurrency: {
|
|
7799
7844
|
readonly name: "Ether";
|
|
@@ -7989,6 +8034,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7989
8034
|
readonly apiUrl: "https://api.basescan.org/api";
|
|
7990
8035
|
};
|
|
7991
8036
|
};
|
|
8037
|
+
ensTlds?: readonly string[] | undefined;
|
|
7992
8038
|
id: 8453;
|
|
7993
8039
|
name: "Base";
|
|
7994
8040
|
nativeCurrency: {
|
|
@@ -8350,6 +8396,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8350
8396
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
8351
8397
|
};
|
|
8352
8398
|
};
|
|
8399
|
+
ensTlds?: readonly string[] | undefined;
|
|
8353
8400
|
id: 288;
|
|
8354
8401
|
rpcUrls: {
|
|
8355
8402
|
readonly default: {
|
|
@@ -8487,6 +8534,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8487
8534
|
readonly apiUrl: "https://api.blastscan.io/api";
|
|
8488
8535
|
};
|
|
8489
8536
|
};
|
|
8537
|
+
ensTlds?: readonly string[] | undefined;
|
|
8490
8538
|
id: 81457;
|
|
8491
8539
|
name: "Blast";
|
|
8492
8540
|
nativeCurrency: {
|
|
@@ -8871,6 +8919,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8871
8919
|
readonly apiUrl: "https://api.bscscan.com/api";
|
|
8872
8920
|
};
|
|
8873
8921
|
};
|
|
8922
|
+
ensTlds?: readonly string[] | undefined;
|
|
8874
8923
|
id: 56;
|
|
8875
8924
|
nativeCurrency: {
|
|
8876
8925
|
readonly decimals: 18;
|
|
@@ -8998,6 +9047,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8998
9047
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
8999
9048
|
};
|
|
9000
9049
|
};
|
|
9050
|
+
ensTlds?: readonly string[] | undefined;
|
|
9001
9051
|
id: 314;
|
|
9002
9052
|
nativeCurrency: {
|
|
9003
9053
|
readonly decimals: 18;
|
|
@@ -9036,6 +9086,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9036
9086
|
rpcUrls: {
|
|
9037
9087
|
default: {
|
|
9038
9088
|
http: string[];
|
|
9089
|
+
webSocket: string[];
|
|
9039
9090
|
};
|
|
9040
9091
|
};
|
|
9041
9092
|
markets: {
|
|
@@ -9188,6 +9239,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9188
9239
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
9189
9240
|
};
|
|
9190
9241
|
};
|
|
9242
|
+
ensTlds?: readonly string[] | undefined;
|
|
9191
9243
|
id: 1;
|
|
9192
9244
|
name: "Ethereum";
|
|
9193
9245
|
nativeCurrency: {
|
|
@@ -9305,6 +9357,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9305
9357
|
readonly apiUrl: "https://api-moonbeam.moonscan.io/api";
|
|
9306
9358
|
};
|
|
9307
9359
|
};
|
|
9360
|
+
ensTlds?: readonly string[] | undefined;
|
|
9308
9361
|
id: 1284;
|
|
9309
9362
|
name: "Moonbeam";
|
|
9310
9363
|
nativeCurrency: {
|
|
@@ -9515,6 +9568,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9515
9568
|
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
9516
9569
|
};
|
|
9517
9570
|
};
|
|
9571
|
+
ensTlds?: readonly string[] | undefined;
|
|
9518
9572
|
id: 10;
|
|
9519
9573
|
nativeCurrency: {
|
|
9520
9574
|
readonly name: "Ether";
|
|
@@ -9914,6 +9968,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9914
9968
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
9915
9969
|
};
|
|
9916
9970
|
};
|
|
9971
|
+
ensTlds?: readonly string[] | undefined;
|
|
9917
9972
|
id: 137;
|
|
9918
9973
|
name: "Polygon";
|
|
9919
9974
|
nativeCurrency: {
|
|
@@ -10047,6 +10102,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10047
10102
|
readonly blockCreated: 4249540;
|
|
10048
10103
|
};
|
|
10049
10104
|
};
|
|
10105
|
+
ensTlds?: readonly string[] | undefined;
|
|
10050
10106
|
id: 30;
|
|
10051
10107
|
nativeCurrency: {
|
|
10052
10108
|
readonly decimals: 18;
|
|
@@ -10192,6 +10248,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10192
10248
|
readonly apiUrl: "https://api.scrollscan.com/api";
|
|
10193
10249
|
};
|
|
10194
10250
|
};
|
|
10251
|
+
ensTlds?: readonly string[] | undefined;
|
|
10195
10252
|
id: 534352;
|
|
10196
10253
|
name: "Scroll";
|
|
10197
10254
|
nativeCurrency: {
|
|
@@ -10320,6 +10377,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10320
10377
|
readonly apiUrl: "https://api-zkevm.polygonscan.com/api";
|
|
10321
10378
|
};
|
|
10322
10379
|
};
|
|
10380
|
+
ensTlds?: readonly string[] | undefined;
|
|
10323
10381
|
id: 1101;
|
|
10324
10382
|
name: "Polygon zkEVM";
|
|
10325
10383
|
nativeCurrency: {
|
|
@@ -10454,6 +10512,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10454
10512
|
readonly blockCreated: 45659388;
|
|
10455
10513
|
};
|
|
10456
10514
|
};
|
|
10515
|
+
ensTlds?: readonly string[] | undefined;
|
|
10457
10516
|
id: 324;
|
|
10458
10517
|
name: "ZKsync Era";
|
|
10459
10518
|
nativeCurrency: {
|
|
@@ -10948,6 +11007,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10948
11007
|
readonly apiUrl: "https://pacific-explorer.manta.network/api";
|
|
10949
11008
|
};
|
|
10950
11009
|
};
|
|
11010
|
+
ensTlds?: readonly string[] | undefined;
|
|
10951
11011
|
id: 169;
|
|
10952
11012
|
nativeCurrency: {
|
|
10953
11013
|
readonly decimals: 18;
|
|
@@ -11077,6 +11137,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11077
11137
|
multicall3: {
|
|
11078
11138
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
11079
11139
|
};
|
|
11140
|
+
ensRegistry: {
|
|
11141
|
+
readonly address: "0x50130b669B28C339991d8676FA73CF122a121267";
|
|
11142
|
+
readonly blockCreated: 6682888;
|
|
11143
|
+
};
|
|
11144
|
+
ensUniversalResolver: {
|
|
11145
|
+
readonly address: "0x3aA974fb3f8C1E02796048BDCdeD79e9D53a6965";
|
|
11146
|
+
readonly blockCreated: 6683000;
|
|
11147
|
+
};
|
|
11080
11148
|
};
|
|
11081
11149
|
blockExplorers: {
|
|
11082
11150
|
readonly default: {
|
|
@@ -11085,6 +11153,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11085
11153
|
readonly apiUrl: "https://api.lineascan.build/api";
|
|
11086
11154
|
};
|
|
11087
11155
|
};
|
|
11156
|
+
ensTlds: readonly [".linea.eth"];
|
|
11088
11157
|
id: 59144;
|
|
11089
11158
|
nativeCurrency: {
|
|
11090
11159
|
readonly name: "Linea Ether";
|
|
@@ -11211,6 +11280,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11211
11280
|
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
11212
11281
|
};
|
|
11213
11282
|
};
|
|
11283
|
+
ensTlds?: readonly string[] | undefined;
|
|
11214
11284
|
id: 167000;
|
|
11215
11285
|
name: "Taiko Mainnet";
|
|
11216
11286
|
nativeCurrency: {
|
|
@@ -11342,6 +11412,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11342
11412
|
readonly apiUrl: "https://api.mantlescan.xyz/api";
|
|
11343
11413
|
};
|
|
11344
11414
|
};
|
|
11415
|
+
ensTlds?: readonly string[] | undefined;
|
|
11345
11416
|
id: 5000;
|
|
11346
11417
|
name: "Mantle";
|
|
11347
11418
|
nativeCurrency: {
|
|
@@ -11474,6 +11545,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11474
11545
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
11475
11546
|
};
|
|
11476
11547
|
};
|
|
11548
|
+
ensTlds?: readonly string[] | undefined;
|
|
11477
11549
|
id: 1329;
|
|
11478
11550
|
name: "Sei Network";
|
|
11479
11551
|
nativeCurrency: {
|
|
@@ -11611,6 +11683,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11611
11683
|
readonly address: "0x4200000000000000000000000000000000000016";
|
|
11612
11684
|
};
|
|
11613
11685
|
};
|
|
11686
|
+
ensTlds?: readonly string[] | undefined;
|
|
11614
11687
|
id: 1135;
|
|
11615
11688
|
name: "Lisk";
|
|
11616
11689
|
nativeCurrency: {
|
|
@@ -11998,6 +12071,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11998
12071
|
readonly url: "https://explorer.gobob.xyz";
|
|
11999
12072
|
};
|
|
12000
12073
|
};
|
|
12074
|
+
ensTlds?: readonly string[] | undefined;
|
|
12001
12075
|
id: 60808;
|
|
12002
12076
|
name: "BOB";
|
|
12003
12077
|
nativeCurrency: {
|
|
@@ -12373,6 +12447,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12373
12447
|
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
12374
12448
|
};
|
|
12375
12449
|
};
|
|
12450
|
+
ensTlds?: readonly string[] | undefined;
|
|
12376
12451
|
id: 100;
|
|
12377
12452
|
name: "Gnosis";
|
|
12378
12453
|
nativeCurrency: {
|
|
@@ -12505,6 +12580,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12505
12580
|
readonly apiUrl: "https://explorer.metall2.com/api";
|
|
12506
12581
|
};
|
|
12507
12582
|
};
|
|
12583
|
+
ensTlds?: readonly string[] | undefined;
|
|
12508
12584
|
id: 1750;
|
|
12509
12585
|
name: "Metal L2";
|
|
12510
12586
|
nativeCurrency: {
|
|
@@ -12848,6 +12924,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12848
12924
|
readonly apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api";
|
|
12849
12925
|
};
|
|
12850
12926
|
};
|
|
12927
|
+
ensTlds?: readonly string[] | undefined;
|
|
12851
12928
|
id: 21000000;
|
|
12852
12929
|
nativeCurrency: {
|
|
12853
12930
|
readonly decimals: 18;
|
|
@@ -12964,6 +13041,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12964
13041
|
readonly url: "https://sonicscan.org";
|
|
12965
13042
|
};
|
|
12966
13043
|
};
|
|
13044
|
+
ensTlds?: readonly string[] | undefined;
|
|
12967
13045
|
id: 146;
|
|
12968
13046
|
name: "Sonic";
|
|
12969
13047
|
nativeCurrency: {
|
|
@@ -13080,6 +13158,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13080
13158
|
readonly apiUrl: "https://api.celoscan.io/api";
|
|
13081
13159
|
};
|
|
13082
13160
|
};
|
|
13161
|
+
ensTlds?: readonly string[] | undefined;
|
|
13083
13162
|
id: 42220;
|
|
13084
13163
|
name: "Celo";
|
|
13085
13164
|
nativeCurrency: {
|
|
@@ -14017,6 +14096,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14017
14096
|
readonly url: "https://explorer.hemi.xyz";
|
|
14018
14097
|
};
|
|
14019
14098
|
};
|
|
14099
|
+
ensTlds?: readonly string[] | undefined;
|
|
14020
14100
|
id: 43111;
|
|
14021
14101
|
name: "Hemi";
|
|
14022
14102
|
nativeCurrency: {
|
|
@@ -14136,6 +14216,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14136
14216
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
14137
14217
|
};
|
|
14138
14218
|
};
|
|
14219
|
+
ensTlds?: readonly string[] | undefined;
|
|
14139
14220
|
id: 40;
|
|
14140
14221
|
name: "Telos";
|
|
14141
14222
|
nativeCurrency: {
|
|
@@ -14247,6 +14328,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14247
14328
|
address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
|
|
14248
14329
|
};
|
|
14249
14330
|
};
|
|
14331
|
+
ensTlds?: readonly string[] | undefined;
|
|
14250
14332
|
id: 5464;
|
|
14251
14333
|
nativeCurrency: {
|
|
14252
14334
|
readonly decimals: 18;
|
|
@@ -14352,6 +14434,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14352
14434
|
readonly url: "https://explorer.goat.network";
|
|
14353
14435
|
};
|
|
14354
14436
|
};
|
|
14437
|
+
ensTlds?: readonly string[] | undefined;
|
|
14355
14438
|
id: 2345;
|
|
14356
14439
|
nativeCurrency: {
|
|
14357
14440
|
readonly decimals: 18;
|
|
@@ -14454,6 +14537,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14454
14537
|
readonly apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/151/etherscan/api";
|
|
14455
14538
|
};
|
|
14456
14539
|
};
|
|
14540
|
+
ensTlds?: readonly string[] | undefined;
|
|
14457
14541
|
id: 151;
|
|
14458
14542
|
nativeCurrency: {
|
|
14459
14543
|
readonly name: "Redbelly Native Coin";
|
|
@@ -14572,6 +14656,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14572
14656
|
readonly url: "https://phoenix.lightlink.io";
|
|
14573
14657
|
};
|
|
14574
14658
|
};
|
|
14659
|
+
ensTlds?: readonly string[] | undefined;
|
|
14575
14660
|
id: 1890;
|
|
14576
14661
|
nativeCurrency: {
|
|
14577
14662
|
readonly decimals: 18;
|
|
@@ -14718,6 +14803,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14718
14803
|
readonly apiUrl: "https://worldchain-mainnet.explorer.alchemy.com/api";
|
|
14719
14804
|
};
|
|
14720
14805
|
};
|
|
14806
|
+
ensTlds?: readonly string[] | undefined;
|
|
14721
14807
|
id: 480;
|
|
14722
14808
|
name: "World Chain";
|
|
14723
14809
|
nativeCurrency: {
|