@revoke.cash/chains 72.0.0 → 73.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 +409 -87
- package/dist/src/enums.d.ts +39 -9
- package/dist/src/enums.js +39 -9
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -227,20 +227,26 @@ exports.chains = {
|
|
|
227
227
|
]
|
|
228
228
|
},
|
|
229
229
|
9: {
|
|
230
|
-
name: '
|
|
231
|
-
chain: '
|
|
232
|
-
|
|
230
|
+
name: 'Quai Network Mainnet',
|
|
231
|
+
chain: 'QUAI',
|
|
232
|
+
icon: 'quai',
|
|
233
|
+
rpc: ['https://rpc.quai.network/cyprus1'],
|
|
234
|
+
features: [{ name: 'EIP155' }],
|
|
233
235
|
faucets: [],
|
|
234
|
-
nativeCurrency: {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
decimals: 18
|
|
238
|
-
},
|
|
239
|
-
infoURL: 'https://ethersocial.org',
|
|
240
|
-
shortName: 'tubq',
|
|
236
|
+
nativeCurrency: { name: 'Quai', symbol: 'QUAI', decimals: 18 },
|
|
237
|
+
infoURL: 'https://qu.ai',
|
|
238
|
+
shortName: 'quai',
|
|
241
239
|
chainId: 9,
|
|
242
|
-
networkId:
|
|
243
|
-
|
|
240
|
+
networkId: 9,
|
|
241
|
+
redFlags: ['reusedChainId'],
|
|
242
|
+
explorers: [
|
|
243
|
+
{
|
|
244
|
+
name: 'Quaiscan',
|
|
245
|
+
url: 'https://quaiscan.io',
|
|
246
|
+
standard: 'EIP3091'
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm'
|
|
244
250
|
},
|
|
245
251
|
10: {
|
|
246
252
|
name: 'OP Mainnet',
|
|
@@ -900,6 +906,8 @@ exports.chains = {
|
|
|
900
906
|
chain: 'LUKSO',
|
|
901
907
|
icon: 'lukso',
|
|
902
908
|
rpc: [
|
|
909
|
+
'https://42.rpc.thirdweb.com',
|
|
910
|
+
'https://rpc.lukso.sigmacore.io',
|
|
903
911
|
'https://rpc.mainnet.lukso.network',
|
|
904
912
|
'wss://ws-rpc.mainnet.lukso.network'
|
|
905
913
|
],
|
|
@@ -907,8 +915,8 @@ exports.chains = {
|
|
|
907
915
|
nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
|
|
908
916
|
explorers: [
|
|
909
917
|
{
|
|
910
|
-
name: '
|
|
911
|
-
url: 'https://explorer.
|
|
918
|
+
name: 'LUKSO Execution Explorer',
|
|
919
|
+
url: 'https://explorer.lukso.network',
|
|
912
920
|
standard: 'EIP3091'
|
|
913
921
|
}
|
|
914
922
|
],
|
|
@@ -918,7 +926,7 @@ exports.chains = {
|
|
|
918
926
|
networkId: 42,
|
|
919
927
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
920
928
|
redFlags: ['reusedChainId'],
|
|
921
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
929
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid3bbfc4jgzcurebnn6vwjcp6gxwewqpjep4nouqkq4k4jlmsldpy'
|
|
922
930
|
},
|
|
923
931
|
43: {
|
|
924
932
|
name: 'Darwinia Pangolin Testnet',
|
|
@@ -3598,27 +3606,27 @@ exports.chains = {
|
|
|
3598
3606
|
status: 'deprecated'
|
|
3599
3607
|
},
|
|
3600
3608
|
166: {
|
|
3601
|
-
name: '
|
|
3602
|
-
chain: '
|
|
3609
|
+
name: 'Nomina',
|
|
3610
|
+
chain: 'Nomina',
|
|
3603
3611
|
status: 'active',
|
|
3604
|
-
rpc: ['https://mainnet.
|
|
3612
|
+
rpc: ['https://mainnet.nomina.io', 'wss://wss.mainnet.nomina.io'],
|
|
3605
3613
|
features: [{ name: 'EIP155' }],
|
|
3606
3614
|
faucets: [],
|
|
3607
|
-
nativeCurrency: { name: '
|
|
3615
|
+
nativeCurrency: { name: 'Nomina', symbol: 'NOM', decimals: 18 },
|
|
3608
3616
|
infoURL: 'https://docs.omni.network',
|
|
3609
|
-
shortName: '
|
|
3617
|
+
shortName: 'nom',
|
|
3610
3618
|
chainId: 166,
|
|
3611
3619
|
networkId: 166,
|
|
3612
3620
|
slip44: 1,
|
|
3613
|
-
icon: '
|
|
3621
|
+
icon: 'nom',
|
|
3614
3622
|
explorers: [
|
|
3615
3623
|
{
|
|
3616
|
-
name: '
|
|
3624
|
+
name: 'Nomina EVM and cross-chain Explorer',
|
|
3617
3625
|
url: 'https://omniscan.network',
|
|
3618
3626
|
standard: 'EIP3091'
|
|
3619
3627
|
}
|
|
3620
3628
|
],
|
|
3621
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
3629
|
+
iconURL: 'https://ipfs.io/ipfs/QmVfJBGe7JpKJhG8hrSMU42RxhCSQ3ga3NSArA9vEFqF4C'
|
|
3622
3630
|
},
|
|
3623
3631
|
167: {
|
|
3624
3632
|
name: 'Atoshi Testnet',
|
|
@@ -13133,6 +13141,34 @@ exports.chains = {
|
|
|
13133
13141
|
],
|
|
13134
13142
|
iconURL: 'https://ipfs.io/ipfs/QmfJ1Qxpzi6CSLeFeWY1Bwe435CpT5za5WfrLUE7vNzZfy'
|
|
13135
13143
|
},
|
|
13144
|
+
1439: {
|
|
13145
|
+
name: 'Injective Testnet',
|
|
13146
|
+
chain: 'Injective',
|
|
13147
|
+
icon: 'injective',
|
|
13148
|
+
rpc: [
|
|
13149
|
+
'https://k8s.testnet.json-rpc.injective.network',
|
|
13150
|
+
'wss://k8s.testnet.ws.injective.network',
|
|
13151
|
+
'https://injectiveevm-testnet-rpc.polkachu.com',
|
|
13152
|
+
'wss://injectiveevm-testnet-rpc.polkachu.com'
|
|
13153
|
+
],
|
|
13154
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
13155
|
+
faucets: ['https://testnet.faucet.injective.network'],
|
|
13156
|
+
nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
|
|
13157
|
+
infoURL: 'https://injective.com',
|
|
13158
|
+
shortName: 'injective-testnet',
|
|
13159
|
+
chainId: 1439,
|
|
13160
|
+
networkId: 1439,
|
|
13161
|
+
slip44: 60,
|
|
13162
|
+
explorers: [
|
|
13163
|
+
{
|
|
13164
|
+
name: 'blockscout',
|
|
13165
|
+
url: 'https://testnet.blockscout.injective.network',
|
|
13166
|
+
icon: 'blockscout',
|
|
13167
|
+
standard: 'EIP3091'
|
|
13168
|
+
}
|
|
13169
|
+
],
|
|
13170
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiee2qhggsx77ssjqhz5m4lnfpvtzsqlygrgtfxdpefxwrrhg52mr4'
|
|
13171
|
+
},
|
|
13136
13172
|
1440: {
|
|
13137
13173
|
name: 'Living Assets Mainnet',
|
|
13138
13174
|
chain: 'LAS',
|
|
@@ -14102,6 +14138,34 @@ exports.chains = {
|
|
|
14102
14138
|
],
|
|
14103
14139
|
iconURL: 'https://ipfs.io/ipfs/QmerDBFoXvgev2xx9U71gAaAK4CtxaaQVaAPf9Qi6UF9MS'
|
|
14104
14140
|
},
|
|
14141
|
+
1776: {
|
|
14142
|
+
name: 'Injective',
|
|
14143
|
+
chain: 'Injective',
|
|
14144
|
+
icon: 'injective',
|
|
14145
|
+
rpc: [
|
|
14146
|
+
'https://sentry.evm-rpc.injective.network',
|
|
14147
|
+
'wss://sentry.evm-ws.injective.network',
|
|
14148
|
+
'https://injectiveevm-rpc.polkachu.com',
|
|
14149
|
+
'wss://injectiveevm-ws.polkachu.com'
|
|
14150
|
+
],
|
|
14151
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14152
|
+
faucets: ['https://injective.com/getinj'],
|
|
14153
|
+
nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
|
|
14154
|
+
infoURL: 'https://injective.com',
|
|
14155
|
+
shortName: 'injective',
|
|
14156
|
+
chainId: 1776,
|
|
14157
|
+
networkId: 1776,
|
|
14158
|
+
slip44: 60,
|
|
14159
|
+
explorers: [
|
|
14160
|
+
{
|
|
14161
|
+
name: 'blockscout',
|
|
14162
|
+
url: 'https://blockscout.injective.network',
|
|
14163
|
+
icon: 'blockscout',
|
|
14164
|
+
standard: 'EIP3091'
|
|
14165
|
+
}
|
|
14166
|
+
],
|
|
14167
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiee2qhggsx77ssjqhz5m4lnfpvtzsqlygrgtfxdpefxwrrhg52mr4'
|
|
14168
|
+
},
|
|
14105
14169
|
1777: {
|
|
14106
14170
|
name: 'Gauss Mainnet',
|
|
14107
14171
|
chain: 'Gauss',
|
|
@@ -18050,21 +18114,23 @@ exports.chains = {
|
|
|
18050
18114
|
2868: {
|
|
18051
18115
|
name: 'HyperAGI Mainnet',
|
|
18052
18116
|
chain: 'HyperAGI',
|
|
18053
|
-
|
|
18117
|
+
icon: 'hyperagi',
|
|
18118
|
+
rpc: ['https://rpc.hyperagi.network', 'https://rpc.hyperagi.ai'],
|
|
18054
18119
|
faucets: [],
|
|
18055
18120
|
nativeCurrency: { name: 'Hyperdust', symbol: 'HYPT', decimals: 18 },
|
|
18056
18121
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18057
|
-
infoURL: 'https://hyperagi.
|
|
18122
|
+
infoURL: 'https://www.hyperagi.ai',
|
|
18058
18123
|
shortName: 'hypt',
|
|
18059
18124
|
chainId: 2868,
|
|
18060
|
-
networkId:
|
|
18125
|
+
networkId: 2868,
|
|
18061
18126
|
explorers: [
|
|
18062
18127
|
{
|
|
18063
|
-
name: '
|
|
18064
|
-
url: 'https://
|
|
18128
|
+
name: 'hyperscan',
|
|
18129
|
+
url: 'https://hyperscan.hyperagi.ai',
|
|
18065
18130
|
standard: 'EIP3091'
|
|
18066
18131
|
}
|
|
18067
|
-
]
|
|
18132
|
+
],
|
|
18133
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihl6c22tj2cmo3ngsswaa42y2pnbhqwvo4pb4ktia6dasl6sldosi'
|
|
18068
18134
|
},
|
|
18069
18135
|
2882: {
|
|
18070
18136
|
name: 'Chips Network',
|
|
@@ -20121,7 +20187,7 @@ exports.chains = {
|
|
|
20121
20187
|
4201: {
|
|
20122
20188
|
name: 'LUKSO Testnet',
|
|
20123
20189
|
chain: 'LUKSO Testnet',
|
|
20124
|
-
icon: 'lukso',
|
|
20190
|
+
icon: 'lukso-testnet',
|
|
20125
20191
|
rpc: [
|
|
20126
20192
|
'https://rpc.testnet.lukso.network',
|
|
20127
20193
|
'wss://ws-rpc.testnet.lukso.network'
|
|
@@ -20130,9 +20196,9 @@ exports.chains = {
|
|
|
20130
20196
|
nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
|
|
20131
20197
|
explorers: [
|
|
20132
20198
|
{
|
|
20133
|
-
name: '
|
|
20199
|
+
name: 'LUKSO Testnet Execution Explorer',
|
|
20134
20200
|
url: 'https://explorer.execution.testnet.lukso.network',
|
|
20135
|
-
standard: '
|
|
20201
|
+
standard: 'EIP3091'
|
|
20136
20202
|
}
|
|
20137
20203
|
],
|
|
20138
20204
|
infoURL: 'https://lukso.network',
|
|
@@ -20141,7 +20207,7 @@ exports.chains = {
|
|
|
20141
20207
|
networkId: 4201,
|
|
20142
20208
|
slip44: 1,
|
|
20143
20209
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20144
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
20210
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih5ws7esaru5k4crjekr3d27jbjmikjtxwswu7r34yofyzqywiadi'
|
|
20145
20211
|
},
|
|
20146
20212
|
4202: {
|
|
20147
20213
|
name: 'Lisk Sepolia Testnet',
|
|
@@ -20302,6 +20368,18 @@ exports.chains = {
|
|
|
20302
20368
|
}
|
|
20303
20369
|
]
|
|
20304
20370
|
},
|
|
20371
|
+
4326: {
|
|
20372
|
+
name: 'MegaETH Mainnet',
|
|
20373
|
+
chain: 'ETH',
|
|
20374
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20375
|
+
rpc: [],
|
|
20376
|
+
faucets: [],
|
|
20377
|
+
explorers: [],
|
|
20378
|
+
infoURL: 'https://megaeth.com',
|
|
20379
|
+
shortName: 'megaeth',
|
|
20380
|
+
chainId: 4326,
|
|
20381
|
+
networkId: 4326
|
|
20382
|
+
},
|
|
20305
20383
|
4328: {
|
|
20306
20384
|
name: 'Bobafuji Testnet',
|
|
20307
20385
|
chain: 'Bobafuji Testnet',
|
|
@@ -23063,12 +23141,14 @@ exports.chains = {
|
|
|
23063
23141
|
name: 'Xylume TestNet',
|
|
23064
23142
|
chain: 'XYL',
|
|
23065
23143
|
rpc: ['https://xylume-testnet.sparked.network/rpc/'],
|
|
23066
|
-
faucets: ['https://
|
|
23144
|
+
faucets: ['https://xylume-faucet.vercel.app/'],
|
|
23067
23145
|
nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
|
|
23068
23146
|
features: [
|
|
23147
|
+
{ name: 'EIP20' },
|
|
23069
23148
|
{ name: 'EIP155' },
|
|
23070
23149
|
{ name: 'EIP1559' },
|
|
23071
|
-
{ name: 'Directed Acyclic Graph (DAG)' }
|
|
23150
|
+
{ name: 'Directed Acyclic Graph (DAG)' },
|
|
23151
|
+
{ name: 'Unspent Transaction Output (UTXO)' }
|
|
23072
23152
|
],
|
|
23073
23153
|
infoURL: 'https://debxylen.github.io/Xylume_TestNet',
|
|
23074
23154
|
shortName: 'xyl',
|
|
@@ -23083,7 +23163,7 @@ exports.chains = {
|
|
|
23083
23163
|
standard: 'EIP3091'
|
|
23084
23164
|
}
|
|
23085
23165
|
],
|
|
23086
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
23166
|
+
iconURL: 'https://ipfs.io/ipfs/QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF'
|
|
23087
23167
|
},
|
|
23088
23168
|
6942: {
|
|
23089
23169
|
name: 'Laika Mainnet',
|
|
@@ -25242,6 +25322,28 @@ exports.chains = {
|
|
|
25242
25322
|
],
|
|
25243
25323
|
iconURL: 'https://ipfs.io/ipfs/QmQbUVcaxFwY8gqMq1Jeup4NEyivo12QYhbLvVRvgXRBFb'
|
|
25244
25324
|
},
|
|
25325
|
+
8700: {
|
|
25326
|
+
name: 'Autonomys Chronos Testnet',
|
|
25327
|
+
chain: 'autonomys-chronos-testnet',
|
|
25328
|
+
rpc: ['https://auto-evm.chronos.autonomys.xyz/ws'],
|
|
25329
|
+
icon: 'autonomys',
|
|
25330
|
+
faucets: [],
|
|
25331
|
+
nativeCurrency: { decimals: 18, name: 'AI3', symbol: 'AI3' },
|
|
25332
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
25333
|
+
infoURL: 'https://www.autonomys.xyz',
|
|
25334
|
+
shortName: 'ATN',
|
|
25335
|
+
chainId: 8700,
|
|
25336
|
+
networkId: 8700,
|
|
25337
|
+
explorers: [
|
|
25338
|
+
{
|
|
25339
|
+
name: 'Autonomys Chronos EVM Testnet Explorer',
|
|
25340
|
+
url: 'https://explorer.auto-evm.chronos.autonomys.xyz',
|
|
25341
|
+
icon: 'blockscout',
|
|
25342
|
+
standard: 'EIP3091'
|
|
25343
|
+
}
|
|
25344
|
+
],
|
|
25345
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
|
|
25346
|
+
},
|
|
25245
25347
|
8723: {
|
|
25246
25348
|
name: 'TOOL Global Mainnet',
|
|
25247
25349
|
chain: 'OLO',
|
|
@@ -26218,6 +26320,18 @@ exports.chains = {
|
|
|
26218
26320
|
explorers: [],
|
|
26219
26321
|
parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
|
|
26220
26322
|
},
|
|
26323
|
+
9134: {
|
|
26324
|
+
name: 'GIWA',
|
|
26325
|
+
chain: 'ETH',
|
|
26326
|
+
rpc: [],
|
|
26327
|
+
faucets: [],
|
|
26328
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26329
|
+
infoURL: 'https://giwa.io',
|
|
26330
|
+
shortName: 'giwa',
|
|
26331
|
+
chainId: 9134,
|
|
26332
|
+
networkId: 9134,
|
|
26333
|
+
status: 'incubating'
|
|
26334
|
+
},
|
|
26221
26335
|
9170: {
|
|
26222
26336
|
name: 'Rinia Testnet Old',
|
|
26223
26337
|
chain: 'FIRE',
|
|
@@ -29198,6 +29312,27 @@ exports.chains = {
|
|
|
29198
29312
|
explorers: [],
|
|
29199
29313
|
iconURL: 'https://ipfs.io/ipfs/bafybeihuskzfwqogwvutaxil6sztmvpiavzbrzwjwpn6w2i4j3jysbybra'
|
|
29200
29314
|
},
|
|
29315
|
+
15000: {
|
|
29316
|
+
name: 'Quai Network Testnet',
|
|
29317
|
+
chain: 'QUAI',
|
|
29318
|
+
icon: 'quai',
|
|
29319
|
+
rpc: ['https://orchard.rpc.quai.network/cyprus1'],
|
|
29320
|
+
features: [{ name: 'EIP155' }],
|
|
29321
|
+
faucets: [],
|
|
29322
|
+
nativeCurrency: { name: 'Quai', symbol: 'QUAI', decimals: 18 },
|
|
29323
|
+
infoURL: 'https://qu.ai',
|
|
29324
|
+
shortName: 'quai-testnet',
|
|
29325
|
+
chainId: 15000,
|
|
29326
|
+
networkId: 15000,
|
|
29327
|
+
explorers: [
|
|
29328
|
+
{
|
|
29329
|
+
name: 'Orchard Quaiscan',
|
|
29330
|
+
url: 'https://orchard.quaiscan.io',
|
|
29331
|
+
standard: 'EIP3091'
|
|
29332
|
+
}
|
|
29333
|
+
],
|
|
29334
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm'
|
|
29335
|
+
},
|
|
29201
29336
|
15003: {
|
|
29202
29337
|
name: 'Immutable zkEVM Devnet',
|
|
29203
29338
|
chain: 'Immutable zkEVM',
|
|
@@ -29523,14 +29658,29 @@ exports.chains = {
|
|
|
29523
29658
|
16601: {
|
|
29524
29659
|
name: '0G-Galileo-Testnet',
|
|
29525
29660
|
chain: '0G-Testnet',
|
|
29526
|
-
|
|
29527
|
-
|
|
29661
|
+
status: 'deprecated',
|
|
29662
|
+
rpc: [],
|
|
29663
|
+
faucets: [],
|
|
29528
29664
|
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
|
29529
29665
|
infoURL: 'https://0g.ai',
|
|
29530
29666
|
shortName: '0gai-galileo-testnet',
|
|
29531
29667
|
chainId: 16601,
|
|
29532
29668
|
networkId: 16601,
|
|
29533
29669
|
icon: '0gai',
|
|
29670
|
+
explorers: [],
|
|
29671
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
|
|
29672
|
+
},
|
|
29673
|
+
16602: {
|
|
29674
|
+
name: '0G-Testnet-Galileo',
|
|
29675
|
+
chain: '0G-Testnet',
|
|
29676
|
+
rpc: ['https://evmrpc-testnet.0g.ai'],
|
|
29677
|
+
faucets: ['https://faucet.0g.ai'],
|
|
29678
|
+
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
29679
|
+
infoURL: 'https://0g.ai',
|
|
29680
|
+
shortName: '0g-testnet-galileo',
|
|
29681
|
+
chainId: 16602,
|
|
29682
|
+
networkId: 16602,
|
|
29683
|
+
icon: '0g',
|
|
29534
29684
|
explorers: [
|
|
29535
29685
|
{
|
|
29536
29686
|
name: '0G BlockChain Explorer',
|
|
@@ -29538,7 +29688,7 @@ exports.chains = {
|
|
|
29538
29688
|
standard: 'EIP3091'
|
|
29539
29689
|
}
|
|
29540
29690
|
],
|
|
29541
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
29691
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m'
|
|
29542
29692
|
},
|
|
29543
29693
|
16661: {
|
|
29544
29694
|
name: '0G Mainnet',
|
|
@@ -29551,7 +29701,13 @@ exports.chains = {
|
|
|
29551
29701
|
chainId: 16661,
|
|
29552
29702
|
networkId: 16661,
|
|
29553
29703
|
icon: '0g',
|
|
29554
|
-
explorers: [
|
|
29704
|
+
explorers: [
|
|
29705
|
+
{
|
|
29706
|
+
name: '0G BlockChain Explorer',
|
|
29707
|
+
url: 'https://chainscan.0g.ai',
|
|
29708
|
+
standard: 'EIP3091'
|
|
29709
|
+
}
|
|
29710
|
+
],
|
|
29555
29711
|
iconURL: 'https://ipfs.io/ipfs/bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m'
|
|
29556
29712
|
},
|
|
29557
29713
|
16688: {
|
|
@@ -33585,6 +33741,7 @@ exports.chains = {
|
|
|
33585
33741
|
chain: 'CELO',
|
|
33586
33742
|
networkId: 44787,
|
|
33587
33743
|
slip44: 1,
|
|
33744
|
+
status: 'deprecated',
|
|
33588
33745
|
nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
|
|
33589
33746
|
rpc: [
|
|
33590
33747
|
'https://alfajores-forno.celo-testnet.org',
|
|
@@ -34505,7 +34662,7 @@ exports.chains = {
|
|
|
34505
34662
|
standard: 'EIP3091'
|
|
34506
34663
|
}
|
|
34507
34664
|
],
|
|
34508
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
34665
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiefr7p63cufa53rylql4megu6mbe2fksl45fkbo4jkpt2pyy3q5xm'
|
|
34509
34666
|
},
|
|
34510
34667
|
52225: {
|
|
34511
34668
|
name: 'Cytonic Settlement Layer Testnet',
|
|
@@ -35713,6 +35870,7 @@ exports.chains = {
|
|
|
35713
35870
|
chain: 'CELO',
|
|
35714
35871
|
networkId: 62320,
|
|
35715
35872
|
slip44: 1,
|
|
35873
|
+
status: 'deprecated',
|
|
35716
35874
|
nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
|
|
35717
35875
|
rpc: ['https://baklava-forno.celo-testnet.org'],
|
|
35718
35876
|
faucets: [
|
|
@@ -35959,6 +36117,11 @@ exports.chains = {
|
|
|
35959
36117
|
name: 'Scolscan Explorer',
|
|
35960
36118
|
url: 'https://explorer.scolcoin.com',
|
|
35961
36119
|
standard: 'EIP3091'
|
|
36120
|
+
},
|
|
36121
|
+
{
|
|
36122
|
+
name: 'Scolcoin Explorer',
|
|
36123
|
+
url: 'https://explorador.scolcoin.com',
|
|
36124
|
+
standard: 'EIP3091'
|
|
35962
36125
|
}
|
|
35963
36126
|
],
|
|
35964
36127
|
iconURL: 'https://ipfs.io/ipfs/QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt'
|
|
@@ -37995,6 +38158,28 @@ exports.chains = {
|
|
|
37995
38158
|
],
|
|
37996
38159
|
iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
|
|
37997
38160
|
},
|
|
38161
|
+
91342: {
|
|
38162
|
+
name: 'GIWA Sepolia Testnet',
|
|
38163
|
+
chain: 'ETH',
|
|
38164
|
+
rpc: ['https://sepolia-rpc.giwa.io'],
|
|
38165
|
+
faucets: ['https://faucet.giwa.io'],
|
|
38166
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
38167
|
+
infoURL: 'https://giwa.io',
|
|
38168
|
+
shortName: 'giwasepolia',
|
|
38169
|
+
chainId: 91342,
|
|
38170
|
+
networkId: 91342,
|
|
38171
|
+
slip44: 1,
|
|
38172
|
+
icon: 'giwaTestnet',
|
|
38173
|
+
explorers: [
|
|
38174
|
+
{
|
|
38175
|
+
name: 'GIWA Sepolia Blockscout',
|
|
38176
|
+
url: 'https://sepolia-explorer.giwa.io',
|
|
38177
|
+
icon: 'blockscout',
|
|
38178
|
+
standard: 'EIP3091'
|
|
38179
|
+
}
|
|
38180
|
+
],
|
|
38181
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreie3xhbmcwv5qqopq7ak5n5wmqncy6ewnxgi772vytmssmqrubngbm'
|
|
38182
|
+
},
|
|
37998
38183
|
91715: {
|
|
37999
38184
|
name: 'Combo Testnet',
|
|
38000
38185
|
chain: 'Combo',
|
|
@@ -38375,6 +38560,58 @@ exports.chains = {
|
|
|
38375
38560
|
],
|
|
38376
38561
|
iconURL: 'https://ipfs.io/ipfs/QmfVnJSmiB1Ss3Sfhgc9JsZAbQ2RAofsgzYB1VqUNKNgLH'
|
|
38377
38562
|
},
|
|
38563
|
+
97476: {
|
|
38564
|
+
name: 'Doma Testnet',
|
|
38565
|
+
title: 'Doma Testnet',
|
|
38566
|
+
chain: 'ETH',
|
|
38567
|
+
rpc: ['https://rpc-testnet.doma.xyz'],
|
|
38568
|
+
faucets: [],
|
|
38569
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
38570
|
+
infoURL: 'https://doma.xyz',
|
|
38571
|
+
shortName: 'doma-testnet',
|
|
38572
|
+
chainId: 97476,
|
|
38573
|
+
networkId: 97476,
|
|
38574
|
+
icon: 'doma',
|
|
38575
|
+
status: 'active',
|
|
38576
|
+
explorers: [
|
|
38577
|
+
{
|
|
38578
|
+
name: 'Doma Testnet Explorer',
|
|
38579
|
+
url: 'https://explorer-testnet.doma.xyz',
|
|
38580
|
+
standard: 'EIP3091',
|
|
38581
|
+
icon: 'doma'
|
|
38582
|
+
}
|
|
38583
|
+
],
|
|
38584
|
+
parent: {
|
|
38585
|
+
type: 'L2',
|
|
38586
|
+
chain: 'eip155-11155111',
|
|
38587
|
+
bridges: [{ url: 'https://bridge-testnet.doma.xyz' }]
|
|
38588
|
+
},
|
|
38589
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4'
|
|
38590
|
+
},
|
|
38591
|
+
97477: {
|
|
38592
|
+
name: 'Doma',
|
|
38593
|
+
title: 'Doma',
|
|
38594
|
+
chain: 'ETH',
|
|
38595
|
+
rpc: ['https://rpc.doma.xyz'],
|
|
38596
|
+
faucets: [],
|
|
38597
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
38598
|
+
infoURL: 'https://doma.xyz',
|
|
38599
|
+
shortName: 'doma',
|
|
38600
|
+
chainId: 97477,
|
|
38601
|
+
networkId: 97477,
|
|
38602
|
+
icon: 'doma',
|
|
38603
|
+
status: 'active',
|
|
38604
|
+
explorers: [
|
|
38605
|
+
{
|
|
38606
|
+
name: 'Doma Explorer',
|
|
38607
|
+
url: 'https://explorer.doma.xyz',
|
|
38608
|
+
standard: 'EIP3091',
|
|
38609
|
+
icon: 'doma'
|
|
38610
|
+
}
|
|
38611
|
+
],
|
|
38612
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
38613
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4'
|
|
38614
|
+
},
|
|
38378
38615
|
97531: {
|
|
38379
38616
|
name: 'Green Chain Testnet',
|
|
38380
38617
|
chain: 'Green Chain',
|
|
@@ -40561,6 +40798,27 @@ exports.chains = {
|
|
|
40561
40798
|
chainId: 200000,
|
|
40562
40799
|
networkId: 200000
|
|
40563
40800
|
},
|
|
40801
|
+
200024: {
|
|
40802
|
+
name: 'NitroGraph Testnet',
|
|
40803
|
+
chain: 'NOS',
|
|
40804
|
+
rpc: ['https://rpc-testnet.nitrograph.foundation'],
|
|
40805
|
+
icon: 'nitrograph',
|
|
40806
|
+
slip44: 1,
|
|
40807
|
+
faucets: ['https://faucet-testnet.nitrograph.foundation'],
|
|
40808
|
+
infoURL: 'https://docs.nitrograph.com',
|
|
40809
|
+
chainId: 200024,
|
|
40810
|
+
networkId: 200024,
|
|
40811
|
+
shortName: 'nitro-testnet',
|
|
40812
|
+
explorers: [
|
|
40813
|
+
{
|
|
40814
|
+
url: 'https://explorer-testnet.nitrograph.foundation',
|
|
40815
|
+
name: 'NitroGraphTestnetInfo',
|
|
40816
|
+
standard: 'EIP3091'
|
|
40817
|
+
}
|
|
40818
|
+
],
|
|
40819
|
+
nativeCurrency: { name: 'Nitro', symbol: 'NOS', decimals: 18 },
|
|
40820
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiglhsp6p2jthyaballkavwmpxwgenktcid6zy5cusd5bg6qafw7wy'
|
|
40821
|
+
},
|
|
40564
40822
|
200101: {
|
|
40565
40823
|
name: 'Milkomeda C1 Testnet',
|
|
40566
40824
|
chain: 'milkTAda',
|
|
@@ -41975,7 +42233,7 @@ exports.chains = {
|
|
|
41975
42233
|
iconURL: 'https://ipfs.io/ipfs/QmZN3AzgetKvuTnZvsPPYTvtcsPa73ScGdTguXGHxc2CpN'
|
|
41976
42234
|
},
|
|
41977
42235
|
327126: {
|
|
41978
|
-
name: 'WABA Chain
|
|
42236
|
+
name: 'WABA Chain Mainnet',
|
|
41979
42237
|
chain: 'WABA Mainnet',
|
|
41980
42238
|
icon: 'waba',
|
|
41981
42239
|
rpc: ['https://rpc.wabaworld.com'],
|
|
@@ -42321,6 +42579,58 @@ exports.chains = {
|
|
|
42321
42579
|
],
|
|
42322
42580
|
iconURL: 'https://ipfs.io/ipfs/QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW'
|
|
42323
42581
|
},
|
|
42582
|
+
380929: {
|
|
42583
|
+
name: 'Silent Data Mainnet',
|
|
42584
|
+
chain: 'Silent Data',
|
|
42585
|
+
rpc: ['https://mainnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}'],
|
|
42586
|
+
faucets: [],
|
|
42587
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42588
|
+
infoURL: 'https://www.silentdata.com',
|
|
42589
|
+
shortName: 'silent-data-mainnet',
|
|
42590
|
+
chainId: 380929,
|
|
42591
|
+
networkId: 380929,
|
|
42592
|
+
icon: 'silentdata',
|
|
42593
|
+
explorers: [
|
|
42594
|
+
{
|
|
42595
|
+
name: 'Silent Data Mainnet Explorer',
|
|
42596
|
+
url: 'https://explorer-mainnet.rollup.silentdata.com',
|
|
42597
|
+
icon: 'silentdata',
|
|
42598
|
+
standard: 'EIP3091'
|
|
42599
|
+
}
|
|
42600
|
+
],
|
|
42601
|
+
parent: {
|
|
42602
|
+
type: 'L2',
|
|
42603
|
+
chain: 'eip155-1',
|
|
42604
|
+
bridges: [{ url: 'https://bridge-mainnet.rollup.silentdata.com' }]
|
|
42605
|
+
},
|
|
42606
|
+
iconURL: 'https://ipfs.io/ipfs/QmYcpfy4jVw2VKa63jzjYHEXLr3ytGjYKgTNNmoC7ejxyi'
|
|
42607
|
+
},
|
|
42608
|
+
381185: {
|
|
42609
|
+
name: 'Silent Data Testnet',
|
|
42610
|
+
chain: 'Silent Data',
|
|
42611
|
+
rpc: ['https://testnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}'],
|
|
42612
|
+
faucets: [],
|
|
42613
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42614
|
+
infoURL: 'https://www.silentdata.com',
|
|
42615
|
+
shortName: 'silent-data-testnet',
|
|
42616
|
+
chainId: 381185,
|
|
42617
|
+
networkId: 381185,
|
|
42618
|
+
icon: 'silentdata-testnet',
|
|
42619
|
+
explorers: [
|
|
42620
|
+
{
|
|
42621
|
+
name: 'Silent Data Testnet Explorer',
|
|
42622
|
+
url: 'https://explorer-testnet.rollup.silentdata.com',
|
|
42623
|
+
icon: 'silentdata-testnet',
|
|
42624
|
+
standard: 'EIP3091'
|
|
42625
|
+
}
|
|
42626
|
+
],
|
|
42627
|
+
parent: {
|
|
42628
|
+
type: 'L2',
|
|
42629
|
+
chain: 'eip155-11155111',
|
|
42630
|
+
bridges: [{ url: 'https://bridge-testnet.rollup.silentdata.com' }]
|
|
42631
|
+
},
|
|
42632
|
+
iconURL: 'https://ipfs.io/ipfs/QmVmh384UGF5ecanRufkxNXdDb5ps1HKfJnAYjUjR2A8QB'
|
|
42633
|
+
},
|
|
42324
42634
|
381931: {
|
|
42325
42635
|
name: 'Metal C-Chain',
|
|
42326
42636
|
chain: 'Metal',
|
|
@@ -42861,22 +43171,16 @@ exports.chains = {
|
|
|
42861
43171
|
name: 'Autonomys Taurus Testnet',
|
|
42862
43172
|
chain: 'autonomys-taurus-testnet',
|
|
42863
43173
|
rpc: ['https://auto-evm.taurus.autonomys.xyz/ws'],
|
|
43174
|
+
status: 'deprecated',
|
|
42864
43175
|
icon: 'autonomys',
|
|
42865
43176
|
faucets: [],
|
|
42866
43177
|
nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
|
|
42867
43178
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42868
43179
|
infoURL: 'https://www.autonomys.xyz',
|
|
42869
|
-
shortName: 'ATN',
|
|
43180
|
+
shortName: 'ATN-deprecated',
|
|
42870
43181
|
chainId: 490000,
|
|
42871
43182
|
networkId: 490000,
|
|
42872
|
-
explorers: [
|
|
42873
|
-
{
|
|
42874
|
-
name: 'Autonomys Taurus Testnet Explorer',
|
|
42875
|
-
url: 'https://blockscout.taurus.autonomys.xyz',
|
|
42876
|
-
icon: 'blockscout',
|
|
42877
|
-
standard: 'EIP3091'
|
|
42878
|
-
}
|
|
42879
|
-
],
|
|
43183
|
+
explorers: [],
|
|
42880
43184
|
iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
|
|
42881
43185
|
},
|
|
42882
43186
|
490092: {
|
|
@@ -43977,26 +44281,39 @@ exports.chains = {
|
|
|
43977
44281
|
]
|
|
43978
44282
|
},
|
|
43979
44283
|
763374: {
|
|
44284
|
+
name: 'Surge deprecated Testnet',
|
|
44285
|
+
chain: 'Surge deprecated Testnet',
|
|
44286
|
+
status: 'deprecated',
|
|
44287
|
+
rpc: [],
|
|
44288
|
+
faucets: [],
|
|
44289
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
44290
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
44291
|
+
infoURL: '',
|
|
44292
|
+
shortName: 'surge-deprecated-testnet',
|
|
44293
|
+
chainId: 763374,
|
|
44294
|
+
networkId: 763374,
|
|
44295
|
+
icon: 'surge-testnet',
|
|
44296
|
+
explorers: [],
|
|
44297
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreianxdx5j3ybmryz7n7fngycnmyihoi3jjerby2xtahahsw5kgz3qa'
|
|
44298
|
+
},
|
|
44299
|
+
763375: {
|
|
43980
44300
|
name: 'Surge Testnet',
|
|
43981
44301
|
chain: 'Surge Testnet',
|
|
43982
|
-
rpc: [
|
|
43983
|
-
'https://l2-rpc.surge.staging-nethermind.xyz',
|
|
43984
|
-
'wss://l2-rpc.surge.staging-nethermind.xyz'
|
|
43985
|
-
],
|
|
44302
|
+
rpc: ['https://l2-rpc.hoodi.surge.wtf', 'wss://l2-ws.hoodi.surge.wtf'],
|
|
43986
44303
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
43987
44304
|
faucets: [],
|
|
43988
44305
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
43989
44306
|
infoURL: 'https://surge.wtf',
|
|
43990
44307
|
shortName: 'surge-testnet',
|
|
43991
|
-
chainId:
|
|
43992
|
-
networkId:
|
|
44308
|
+
chainId: 763375,
|
|
44309
|
+
networkId: 763375,
|
|
43993
44310
|
icon: 'surge-testnet',
|
|
43994
44311
|
explorers: [
|
|
43995
44312
|
{
|
|
43996
44313
|
name: 'blockscout',
|
|
43997
|
-
url: 'https://explorer.
|
|
44314
|
+
url: 'https://explorer.hoodi.surge.wtf',
|
|
43998
44315
|
standard: 'EIP3091',
|
|
43999
|
-
icon: '
|
|
44316
|
+
icon: 'blockscout'
|
|
44000
44317
|
}
|
|
44001
44318
|
],
|
|
44002
44319
|
iconURL: 'https://ipfs.io/ipfs/bafkreianxdx5j3ybmryz7n7fngycnmyihoi3jjerby2xtahahsw5kgz3qa'
|
|
@@ -45927,7 +46244,7 @@ exports.chains = {
|
|
|
45927
46244
|
standard: 'EIP3091'
|
|
45928
46245
|
}
|
|
45929
46246
|
],
|
|
45930
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
46247
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiefr7p63cufa53rylql4megu6mbe2fksl45fkbo4jkpt2pyy3q5xm'
|
|
45931
46248
|
},
|
|
45932
46249
|
5318008: {
|
|
45933
46250
|
name: 'Reactive Kopli',
|
|
@@ -46036,9 +46353,9 @@ exports.chains = {
|
|
|
46036
46353
|
5734951: {
|
|
46037
46354
|
name: 'Jovay Mainnet',
|
|
46038
46355
|
chain: 'ETH',
|
|
46039
|
-
status: '
|
|
46356
|
+
status: 'active',
|
|
46040
46357
|
rpc: [
|
|
46041
|
-
'https://
|
|
46358
|
+
'https://rpc.jovay.io',
|
|
46042
46359
|
'https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}',
|
|
46043
46360
|
'wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}'
|
|
46044
46361
|
],
|
|
@@ -46052,7 +46369,7 @@ exports.chains = {
|
|
|
46052
46369
|
explorers: [
|
|
46053
46370
|
{
|
|
46054
46371
|
name: 'Jovay Explorer',
|
|
46055
|
-
url: 'https://explorer.jovay.io',
|
|
46372
|
+
url: 'https://explorer.jovay.io/l2',
|
|
46056
46373
|
standard: 'none'
|
|
46057
46374
|
}
|
|
46058
46375
|
],
|
|
@@ -46697,7 +47014,7 @@ exports.chains = {
|
|
|
46697
47014
|
networkId: 11142220,
|
|
46698
47015
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
46699
47016
|
slip44: 60,
|
|
46700
|
-
nativeCurrency: { name: 'CELO
|
|
47017
|
+
nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
|
|
46701
47018
|
parent: {
|
|
46702
47019
|
type: 'L2',
|
|
46703
47020
|
chain: 'eip155-11155111',
|
|
@@ -46890,22 +47207,17 @@ exports.chains = {
|
|
|
46890
47207
|
]
|
|
46891
47208
|
},
|
|
46892
47209
|
12052024: {
|
|
46893
|
-
name: 'Memento Testnet',
|
|
47210
|
+
name: 'Memento Testnet (deprecated)',
|
|
46894
47211
|
chain: 'Memento',
|
|
46895
|
-
rpc: [
|
|
47212
|
+
rpc: [],
|
|
46896
47213
|
faucets: [],
|
|
47214
|
+
status: 'deprecated',
|
|
46897
47215
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46898
47216
|
infoURL: '',
|
|
46899
47217
|
shortName: 'memento-test',
|
|
46900
47218
|
chainId: 12052024,
|
|
46901
47219
|
networkId: 12052024,
|
|
46902
|
-
explorers: [
|
|
46903
|
-
{
|
|
46904
|
-
name: 'Tracehawk',
|
|
46905
|
-
url: 'https://test-explorer.mementoblockchain.com',
|
|
46906
|
-
standard: 'none'
|
|
46907
|
-
}
|
|
46908
|
-
]
|
|
47220
|
+
explorers: []
|
|
46909
47221
|
},
|
|
46910
47222
|
12227331: {
|
|
46911
47223
|
name: 'NeoX Testnet T3',
|
|
@@ -48092,14 +48404,9 @@ exports.chains = {
|
|
|
48092
48404
|
},
|
|
48093
48405
|
65100004: {
|
|
48094
48406
|
name: 'Autonity Piccadilly (Tiber) Testnet',
|
|
48407
|
+
status: 'deprecated',
|
|
48095
48408
|
chain: 'AUT',
|
|
48096
|
-
rpc: [
|
|
48097
|
-
'https://autonity.rpc.web3cdn.network/testnet',
|
|
48098
|
-
'wss://autonity.rpc.web3cdn.network/testnet/ws',
|
|
48099
|
-
'https://autonity-piccadilly.rpc.subquery.network/public',
|
|
48100
|
-
'https://piccadilly.autonity-apis.com',
|
|
48101
|
-
'wss://piccadilly-ws.autonity-apis.com'
|
|
48102
|
-
],
|
|
48409
|
+
rpc: [],
|
|
48103
48410
|
faucets: [],
|
|
48104
48411
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
48105
48412
|
infoURL: 'https://autonity.org/',
|
|
@@ -48108,13 +48415,7 @@ exports.chains = {
|
|
|
48108
48415
|
networkId: 65100004,
|
|
48109
48416
|
slip44: 1,
|
|
48110
48417
|
icon: 'autonity',
|
|
48111
|
-
explorers: [
|
|
48112
|
-
{
|
|
48113
|
-
name: 'autonity-blockscout',
|
|
48114
|
-
url: 'https://piccadilly.autonity.org',
|
|
48115
|
-
standard: 'EIP3091'
|
|
48116
|
-
}
|
|
48117
|
-
],
|
|
48418
|
+
explorers: [],
|
|
48118
48419
|
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
48119
48420
|
},
|
|
48120
48421
|
66666666: {
|
|
@@ -50206,6 +50507,27 @@ exports.chains = {
|
|
|
50206
50507
|
],
|
|
50207
50508
|
iconURL: 'https://ipfs.io/ipfs/QmUbWVHDrD4TUj6pCwPt9eXJ1GK8nomHMDMq8DJ2KNeV7Y'
|
|
50208
50509
|
},
|
|
50510
|
+
3448148188: {
|
|
50511
|
+
name: 'Tron Nile',
|
|
50512
|
+
chain: 'TRON',
|
|
50513
|
+
rpc: ['https://nile.trongrid.io/jsonrpc'],
|
|
50514
|
+
faucets: [],
|
|
50515
|
+
nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
|
|
50516
|
+
infoURL: 'https://tron.network',
|
|
50517
|
+
shortName: 'tron-nile',
|
|
50518
|
+
chainId: 3448148188,
|
|
50519
|
+
networkId: 3448148188,
|
|
50520
|
+
icon: 'tron',
|
|
50521
|
+
explorers: [
|
|
50522
|
+
{
|
|
50523
|
+
name: 'nile tronscan',
|
|
50524
|
+
url: 'https://nile.tronscan.org',
|
|
50525
|
+
icon: 'tron',
|
|
50526
|
+
standard: 'none'
|
|
50527
|
+
}
|
|
50528
|
+
],
|
|
50529
|
+
iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
|
|
50530
|
+
},
|
|
50209
50531
|
4216137055: {
|
|
50210
50532
|
name: 'OneLedger Testnet Frankenstein',
|
|
50211
50533
|
chain: 'OLT',
|