@revoke.cash/chains 19.0.0 → 20.0.0
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/src/chains.js +97 -17
- package/dist/src/enums.d.ts +8 -2
- package/dist/src/enums.js +8 -2
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -15,7 +15,9 @@ exports.chains = {
|
|
|
15
15
|
'wss://ethereum.publicnode.com',
|
|
16
16
|
'https://mainnet.gateway.tenderly.co',
|
|
17
17
|
'wss://mainnet.gateway.tenderly.co',
|
|
18
|
-
'https://rpc.blocknative.com/boost'
|
|
18
|
+
'https://rpc.blocknative.com/boost',
|
|
19
|
+
'https://rpc.flashbots.net',
|
|
20
|
+
'https://rpc.flashbots.net/fast'
|
|
19
21
|
],
|
|
20
22
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
21
23
|
faucets: [],
|
|
@@ -668,16 +670,24 @@ exports.chains = {
|
|
|
668
670
|
networkId: 33
|
|
669
671
|
},
|
|
670
672
|
34: {
|
|
671
|
-
name: '
|
|
672
|
-
chain: '
|
|
673
|
-
icon: '
|
|
674
|
-
rpc: ['https://
|
|
675
|
-
faucets: ['https://faucet.
|
|
676
|
-
nativeCurrency: { name: '
|
|
677
|
-
infoURL: 'https://
|
|
678
|
-
shortName: '
|
|
673
|
+
name: 'SecureChain Mainnet',
|
|
674
|
+
chain: 'SCAI',
|
|
675
|
+
icon: 'SCAIIcon',
|
|
676
|
+
rpc: ['https://mainnet-rpc.scai.network'],
|
|
677
|
+
faucets: ['https://faucet.securechain.ai'],
|
|
678
|
+
nativeCurrency: { name: 'SecureChain', symbol: 'SCAI', decimals: 18 },
|
|
679
|
+
infoURL: 'https://securechain.ai',
|
|
680
|
+
shortName: 'scai',
|
|
679
681
|
chainId: 34,
|
|
680
|
-
networkId: 34
|
|
682
|
+
networkId: 34,
|
|
683
|
+
redFlags: ['reusedChainId'],
|
|
684
|
+
explorers: [
|
|
685
|
+
{
|
|
686
|
+
name: 'SecureChain Mainnet',
|
|
687
|
+
url: 'https://explorer.securechain.ai',
|
|
688
|
+
standard: 'EIP3091'
|
|
689
|
+
}
|
|
690
|
+
]
|
|
681
691
|
},
|
|
682
692
|
35: {
|
|
683
693
|
name: 'TBWG Chain',
|
|
@@ -3317,9 +3327,14 @@ exports.chains = {
|
|
|
3317
3327
|
},
|
|
3318
3328
|
204: {
|
|
3319
3329
|
name: 'opBNB Mainnet',
|
|
3330
|
+
icon: 'bnbchain',
|
|
3320
3331
|
chain: 'opBNB',
|
|
3321
3332
|
rpc: [
|
|
3322
3333
|
'https://opbnb-mainnet-rpc.bnbchain.org',
|
|
3334
|
+
'https://opbnb-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
3335
|
+
'wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
3336
|
+
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3337
|
+
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
3323
3338
|
'https://opbnb.publicnode.com',
|
|
3324
3339
|
'wss://opbnb.publicnode.com'
|
|
3325
3340
|
],
|
|
@@ -3342,6 +3357,26 @@ exports.chains = {
|
|
|
3342
3357
|
}
|
|
3343
3358
|
]
|
|
3344
3359
|
},
|
|
3360
|
+
207: {
|
|
3361
|
+
name: 'VinuChain Network',
|
|
3362
|
+
chain: 'VinuChain',
|
|
3363
|
+
icon: 'vitainu',
|
|
3364
|
+
rpc: ['https://vinuchain-rpc.com'],
|
|
3365
|
+
faucets: [],
|
|
3366
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
|
|
3367
|
+
infoURL: 'https://vitainu.org',
|
|
3368
|
+
shortName: 'VC',
|
|
3369
|
+
chainId: 207,
|
|
3370
|
+
networkId: 207,
|
|
3371
|
+
explorers: [
|
|
3372
|
+
{
|
|
3373
|
+
name: 'VinuScan',
|
|
3374
|
+
url: 'https://vinuscan.com',
|
|
3375
|
+
icon: 'vinuscan',
|
|
3376
|
+
standard: 'none'
|
|
3377
|
+
}
|
|
3378
|
+
]
|
|
3379
|
+
},
|
|
3345
3380
|
208: {
|
|
3346
3381
|
name: 'Structx Mainnet',
|
|
3347
3382
|
chain: 'utx',
|
|
@@ -10297,7 +10332,7 @@ exports.chains = {
|
|
|
10297
10332
|
},
|
|
10298
10333
|
3068: {
|
|
10299
10334
|
name: 'Bifrost Mainnet',
|
|
10300
|
-
title: '
|
|
10335
|
+
title: 'Bifrost Network Mainnet',
|
|
10301
10336
|
chain: 'BFC',
|
|
10302
10337
|
rpc: [
|
|
10303
10338
|
'https://public-01.mainnet.thebifrost.io/rpc',
|
|
@@ -10333,6 +10368,21 @@ exports.chains = {
|
|
|
10333
10368
|
networkId: 3100,
|
|
10334
10369
|
explorers: []
|
|
10335
10370
|
},
|
|
10371
|
+
3102: {
|
|
10372
|
+
name: 'Vulture EVM Beta',
|
|
10373
|
+
chain: 'VFIEVMCC',
|
|
10374
|
+
rpc: [
|
|
10375
|
+
'https://fraa-dancebox-3050-rpc.a.dancebox.tanssi.network',
|
|
10376
|
+
'wss://fraa-dancebox-3050-rpc.a.dancebox.tanssi.network'
|
|
10377
|
+
],
|
|
10378
|
+
faucets: [],
|
|
10379
|
+
nativeCurrency: { name: 'VFI', symbol: 'VFI', decimals: 18 },
|
|
10380
|
+
infoURL: 'https://vulture.finance',
|
|
10381
|
+
shortName: 'VFI',
|
|
10382
|
+
chainId: 3102,
|
|
10383
|
+
networkId: 3102,
|
|
10384
|
+
explorers: []
|
|
10385
|
+
},
|
|
10336
10386
|
3141: {
|
|
10337
10387
|
name: 'Filecoin - Hyperspace testnet',
|
|
10338
10388
|
status: 'deprecated',
|
|
@@ -11736,7 +11786,14 @@ exports.chains = {
|
|
|
11736
11786
|
5611: {
|
|
11737
11787
|
name: 'opBNB Testnet',
|
|
11738
11788
|
chain: 'opBNB',
|
|
11739
|
-
|
|
11789
|
+
icon: 'bnbchain',
|
|
11790
|
+
rpc: [
|
|
11791
|
+
'https://opbnb-testnet-rpc.bnbchain.org',
|
|
11792
|
+
'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
11793
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
|
11794
|
+
'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
|
11795
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
|
|
11796
|
+
],
|
|
11740
11797
|
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
11741
11798
|
nativeCurrency: {
|
|
11742
11799
|
name: 'BNB Chain Native Token',
|
|
@@ -12202,7 +12259,7 @@ exports.chains = {
|
|
|
12202
12259
|
icon: 'zetachain',
|
|
12203
12260
|
rpc: ['https://rpc.ankr.com/zetachain_evm_athens_testnet'],
|
|
12204
12261
|
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
12205
|
-
nativeCurrency: { name: 'Zeta', symbol: '
|
|
12262
|
+
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
12206
12263
|
infoURL: 'https://zetachain.com/docs',
|
|
12207
12264
|
shortName: 'zetachain-athens',
|
|
12208
12265
|
chainId: 7001,
|
|
@@ -13333,7 +13390,7 @@ exports.chains = {
|
|
|
13333
13390
|
9000: {
|
|
13334
13391
|
name: 'Evmos Testnet',
|
|
13335
13392
|
chain: 'Evmos',
|
|
13336
|
-
rpc: ['https://eth.bd.evmos.dev:8545'],
|
|
13393
|
+
rpc: ['https://evmos-testnet.lava.build', 'https://eth.bd.evmos.dev:8545'],
|
|
13337
13394
|
faucets: ['https://faucet.evmos.dev'],
|
|
13338
13395
|
nativeCurrency: { name: 'test-Evmos', symbol: 'tEVMOS', decimals: 18 },
|
|
13339
13396
|
infoURL: 'https://evmos.org',
|
|
@@ -13353,7 +13410,12 @@ exports.chains = {
|
|
|
13353
13410
|
9001: {
|
|
13354
13411
|
name: 'Evmos',
|
|
13355
13412
|
chain: 'Evmos',
|
|
13356
|
-
rpc: [
|
|
13413
|
+
rpc: [
|
|
13414
|
+
'https://evmos.lava.build',
|
|
13415
|
+
'wss://evmos.lava.build/websocket',
|
|
13416
|
+
'https://evmos-evm.publicnode.com',
|
|
13417
|
+
'wss://evmos-evm.publicnode.com'
|
|
13418
|
+
],
|
|
13357
13419
|
faucets: [],
|
|
13358
13420
|
nativeCurrency: { name: 'Evmos', symbol: 'EVMOS', decimals: 18 },
|
|
13359
13421
|
infoURL: 'https://evmos.org',
|
|
@@ -16297,7 +16359,7 @@ exports.chains = {
|
|
|
16297
16359
|
},
|
|
16298
16360
|
49088: {
|
|
16299
16361
|
name: 'Bifrost Testnet',
|
|
16300
|
-
title: '
|
|
16362
|
+
title: 'Bifrost Network Testnet',
|
|
16301
16363
|
chain: 'BFC',
|
|
16302
16364
|
rpc: [
|
|
16303
16365
|
'https://public-01.testnet.thebifrost.io/rpc',
|
|
@@ -18550,6 +18612,24 @@ exports.chains = {
|
|
|
18550
18612
|
}
|
|
18551
18613
|
]
|
|
18552
18614
|
},
|
|
18615
|
+
188710: {
|
|
18616
|
+
name: 'Bitica Chain Mainnet',
|
|
18617
|
+
chain: 'BDCC',
|
|
18618
|
+
rpc: ['https://mainnet-rpc.biticablockchain.com/'],
|
|
18619
|
+
faucets: [],
|
|
18620
|
+
nativeCurrency: { name: 'Bitica Coin', symbol: 'BDCC', decimals: 18 },
|
|
18621
|
+
infoURL: 'https://biticablockchain.com/',
|
|
18622
|
+
shortName: 'bdcc',
|
|
18623
|
+
chainId: 188710,
|
|
18624
|
+
networkId: 188710,
|
|
18625
|
+
explorers: [
|
|
18626
|
+
{
|
|
18627
|
+
name: 'Bitica DPOS Blockchain Explorer',
|
|
18628
|
+
url: 'https://biticablockchain.com',
|
|
18629
|
+
standard: 'none'
|
|
18630
|
+
}
|
|
18631
|
+
]
|
|
18632
|
+
},
|
|
18553
18633
|
188881: {
|
|
18554
18634
|
name: 'Condor Test Network',
|
|
18555
18635
|
chain: 'CONDOR',
|
|
@@ -19579,7 +19659,7 @@ exports.chains = {
|
|
|
19579
19659
|
name: 'Scroll',
|
|
19580
19660
|
chain: 'ETH',
|
|
19581
19661
|
status: 'incubating',
|
|
19582
|
-
rpc: ['https://rpc.scroll.io'],
|
|
19662
|
+
rpc: ['https://rpc.scroll.io', 'https://rpc-scroll.icecreamswap.com'],
|
|
19583
19663
|
faucets: [],
|
|
19584
19664
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19585
19665
|
infoURL: 'https://scroll.io',
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare enum ChainName {
|
|
|
32
32
|
RootstockTestnet = "Rootstock Testnet",
|
|
33
33
|
GoodDataTestnet = "GoodData Testnet",
|
|
34
34
|
GoodDataMainnet = "GoodData Mainnet",
|
|
35
|
-
|
|
35
|
+
SecureChainMainnet = "SecureChain Mainnet",
|
|
36
36
|
TBWGChain = "TBWG Chain",
|
|
37
37
|
DxchainMainnet = "Dxchain Mainnet",
|
|
38
38
|
XplaMainnet = "Xpla Mainnet",
|
|
@@ -167,6 +167,7 @@ export declare enum ChainName {
|
|
|
167
167
|
ArbitrumonxDai = "Arbitrum on xDai",
|
|
168
168
|
MOACtestnet = "MOAC testnet",
|
|
169
169
|
OpBNBMainnet = "opBNB Mainnet",
|
|
170
|
+
VinuChainNetwork = "VinuChain Network",
|
|
170
171
|
StructxMainnet = "Structx Mainnet",
|
|
171
172
|
Bitnet = "Bitnet",
|
|
172
173
|
FreightTrustNetwork = "Freight Trust Network",
|
|
@@ -518,6 +519,7 @@ export declare enum ChainName {
|
|
|
518
519
|
OrlandoChain = "Orlando Chain",
|
|
519
520
|
BifrostMainnet = "Bifrost Mainnet",
|
|
520
521
|
Immu3EVM = "Immu3 EVM",
|
|
522
|
+
VultureEVMBeta = "Vulture EVM Beta",
|
|
521
523
|
'Filecoin-Hyperspacetestnet' = "Filecoin - Hyperspace testnet",
|
|
522
524
|
Dubxcoinnetwork = "Dubxcoin network",
|
|
523
525
|
Dubxcointestnet = "Dubxcoin testnet",
|
|
@@ -931,6 +933,7 @@ export declare enum ChainName {
|
|
|
931
933
|
TaikoGrimsvotnL2 = "Taiko Grimsvotn L2",
|
|
932
934
|
TaikoEldfellL3 = "Taiko Eldfell L3",
|
|
933
935
|
TaikoJolnirL2 = "Taiko Jolnir L2",
|
|
936
|
+
BiticaChainMainnet = "Bitica Chain Mainnet",
|
|
934
937
|
CondorTestNetwork = "Condor Test Network",
|
|
935
938
|
MilkomedaC1Testnet = "Milkomeda C1 Testnet",
|
|
936
939
|
MilkomedaA1Testnet = "Milkomeda A1 Testnet",
|
|
@@ -1134,7 +1137,7 @@ export declare enum ChainId {
|
|
|
1134
1137
|
RootstockTestnet = 31,
|
|
1135
1138
|
GoodDataTestnet = 32,
|
|
1136
1139
|
GoodDataMainnet = 33,
|
|
1137
|
-
|
|
1140
|
+
SecureChainMainnet = 34,
|
|
1138
1141
|
TBWGChain = 35,
|
|
1139
1142
|
DxchainMainnet = 36,
|
|
1140
1143
|
XplaMainnet = 37,
|
|
@@ -1269,6 +1272,7 @@ export declare enum ChainId {
|
|
|
1269
1272
|
ArbitrumonxDai = 200,
|
|
1270
1273
|
MOACtestnet = 201,
|
|
1271
1274
|
OpBNBMainnet = 204,
|
|
1275
|
+
VinuChainNetwork = 207,
|
|
1272
1276
|
StructxMainnet = 208,
|
|
1273
1277
|
Bitnet = 210,
|
|
1274
1278
|
FreightTrustNetwork = 211,
|
|
@@ -1620,6 +1624,7 @@ export declare enum ChainId {
|
|
|
1620
1624
|
OrlandoChain = 3031,
|
|
1621
1625
|
BifrostMainnet = 3068,
|
|
1622
1626
|
Immu3EVM = 3100,
|
|
1627
|
+
VultureEVMBeta = 3102,
|
|
1623
1628
|
'Filecoin-Hyperspacetestnet' = 3141,
|
|
1624
1629
|
Dubxcoinnetwork = 3269,
|
|
1625
1630
|
Dubxcointestnet = 3270,
|
|
@@ -2033,6 +2038,7 @@ export declare enum ChainId {
|
|
|
2033
2038
|
TaikoGrimsvotnL2 = 167005,
|
|
2034
2039
|
TaikoEldfellL3 = 167006,
|
|
2035
2040
|
TaikoJolnirL2 = 167007,
|
|
2041
|
+
BiticaChainMainnet = 188710,
|
|
2036
2042
|
CondorTestNetwork = 188881,
|
|
2037
2043
|
MilkomedaC1Testnet = 200101,
|
|
2038
2044
|
MilkomedaA1Testnet = 200202,
|
package/dist/src/enums.js
CHANGED
|
@@ -36,7 +36,7 @@ var ChainName;
|
|
|
36
36
|
ChainName["RootstockTestnet"] = "Rootstock Testnet";
|
|
37
37
|
ChainName["GoodDataTestnet"] = "GoodData Testnet";
|
|
38
38
|
ChainName["GoodDataMainnet"] = "GoodData Mainnet";
|
|
39
|
-
ChainName["
|
|
39
|
+
ChainName["SecureChainMainnet"] = "SecureChain Mainnet";
|
|
40
40
|
ChainName["TBWGChain"] = "TBWG Chain";
|
|
41
41
|
ChainName["DxchainMainnet"] = "Dxchain Mainnet";
|
|
42
42
|
ChainName["XplaMainnet"] = "Xpla Mainnet";
|
|
@@ -171,6 +171,7 @@ var ChainName;
|
|
|
171
171
|
ChainName["ArbitrumonxDai"] = "Arbitrum on xDai";
|
|
172
172
|
ChainName["MOACtestnet"] = "MOAC testnet";
|
|
173
173
|
ChainName["OpBNBMainnet"] = "opBNB Mainnet";
|
|
174
|
+
ChainName["VinuChainNetwork"] = "VinuChain Network";
|
|
174
175
|
ChainName["StructxMainnet"] = "Structx Mainnet";
|
|
175
176
|
ChainName["Bitnet"] = "Bitnet";
|
|
176
177
|
ChainName["FreightTrustNetwork"] = "Freight Trust Network";
|
|
@@ -522,6 +523,7 @@ var ChainName;
|
|
|
522
523
|
ChainName["OrlandoChain"] = "Orlando Chain";
|
|
523
524
|
ChainName["BifrostMainnet"] = "Bifrost Mainnet";
|
|
524
525
|
ChainName["Immu3EVM"] = "Immu3 EVM";
|
|
526
|
+
ChainName["VultureEVMBeta"] = "Vulture EVM Beta";
|
|
525
527
|
ChainName["Filecoin-Hyperspacetestnet"] = "Filecoin - Hyperspace testnet";
|
|
526
528
|
ChainName["Dubxcoinnetwork"] = "Dubxcoin network";
|
|
527
529
|
ChainName["Dubxcointestnet"] = "Dubxcoin testnet";
|
|
@@ -935,6 +937,7 @@ var ChainName;
|
|
|
935
937
|
ChainName["TaikoGrimsvotnL2"] = "Taiko Grimsvotn L2";
|
|
936
938
|
ChainName["TaikoEldfellL3"] = "Taiko Eldfell L3";
|
|
937
939
|
ChainName["TaikoJolnirL2"] = "Taiko Jolnir L2";
|
|
940
|
+
ChainName["BiticaChainMainnet"] = "Bitica Chain Mainnet";
|
|
938
941
|
ChainName["CondorTestNetwork"] = "Condor Test Network";
|
|
939
942
|
ChainName["MilkomedaC1Testnet"] = "Milkomeda C1 Testnet";
|
|
940
943
|
ChainName["MilkomedaA1Testnet"] = "Milkomeda A1 Testnet";
|
|
@@ -1139,7 +1142,7 @@ var ChainId;
|
|
|
1139
1142
|
ChainId[ChainId["RootstockTestnet"] = 31] = "RootstockTestnet";
|
|
1140
1143
|
ChainId[ChainId["GoodDataTestnet"] = 32] = "GoodDataTestnet";
|
|
1141
1144
|
ChainId[ChainId["GoodDataMainnet"] = 33] = "GoodDataMainnet";
|
|
1142
|
-
ChainId[ChainId["
|
|
1145
|
+
ChainId[ChainId["SecureChainMainnet"] = 34] = "SecureChainMainnet";
|
|
1143
1146
|
ChainId[ChainId["TBWGChain"] = 35] = "TBWGChain";
|
|
1144
1147
|
ChainId[ChainId["DxchainMainnet"] = 36] = "DxchainMainnet";
|
|
1145
1148
|
ChainId[ChainId["XplaMainnet"] = 37] = "XplaMainnet";
|
|
@@ -1274,6 +1277,7 @@ var ChainId;
|
|
|
1274
1277
|
ChainId[ChainId["ArbitrumonxDai"] = 200] = "ArbitrumonxDai";
|
|
1275
1278
|
ChainId[ChainId["MOACtestnet"] = 201] = "MOACtestnet";
|
|
1276
1279
|
ChainId[ChainId["OpBNBMainnet"] = 204] = "OpBNBMainnet";
|
|
1280
|
+
ChainId[ChainId["VinuChainNetwork"] = 207] = "VinuChainNetwork";
|
|
1277
1281
|
ChainId[ChainId["StructxMainnet"] = 208] = "StructxMainnet";
|
|
1278
1282
|
ChainId[ChainId["Bitnet"] = 210] = "Bitnet";
|
|
1279
1283
|
ChainId[ChainId["FreightTrustNetwork"] = 211] = "FreightTrustNetwork";
|
|
@@ -1625,6 +1629,7 @@ var ChainId;
|
|
|
1625
1629
|
ChainId[ChainId["OrlandoChain"] = 3031] = "OrlandoChain";
|
|
1626
1630
|
ChainId[ChainId["BifrostMainnet"] = 3068] = "BifrostMainnet";
|
|
1627
1631
|
ChainId[ChainId["Immu3EVM"] = 3100] = "Immu3EVM";
|
|
1632
|
+
ChainId[ChainId["VultureEVMBeta"] = 3102] = "VultureEVMBeta";
|
|
1628
1633
|
ChainId[ChainId["Filecoin-Hyperspacetestnet"] = 3141] = "Filecoin-Hyperspacetestnet";
|
|
1629
1634
|
ChainId[ChainId["Dubxcoinnetwork"] = 3269] = "Dubxcoinnetwork";
|
|
1630
1635
|
ChainId[ChainId["Dubxcointestnet"] = 3270] = "Dubxcointestnet";
|
|
@@ -2038,6 +2043,7 @@ var ChainId;
|
|
|
2038
2043
|
ChainId[ChainId["TaikoGrimsvotnL2"] = 167005] = "TaikoGrimsvotnL2";
|
|
2039
2044
|
ChainId[ChainId["TaikoEldfellL3"] = 167006] = "TaikoEldfellL3";
|
|
2040
2045
|
ChainId[ChainId["TaikoJolnirL2"] = 167007] = "TaikoJolnirL2";
|
|
2046
|
+
ChainId[ChainId["BiticaChainMainnet"] = 188710] = "BiticaChainMainnet";
|
|
2041
2047
|
ChainId[ChainId["CondorTestNetwork"] = 188881] = "CondorTestNetwork";
|
|
2042
2048
|
ChainId[ChainId["MilkomedaC1Testnet"] = 200101] = "MilkomedaC1Testnet";
|
|
2043
2049
|
ChainId[ChainId["MilkomedaA1Testnet"] = 200202] = "MilkomedaA1Testnet";
|