@revoke.cash/chains 8.0.0 → 10.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 +679 -53
- package/dist/src/enums.d.ts +54 -6
- package/dist/src/enums.js +54 -6
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -27,6 +27,12 @@ exports.chains = {
|
|
|
27
27
|
name: 'etherscan',
|
|
28
28
|
url: 'https://etherscan.io',
|
|
29
29
|
standard: 'EIP3091'
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
name: 'blockscout',
|
|
33
|
+
url: 'https://eth.blockscout.com',
|
|
34
|
+
icon: 'blockscout',
|
|
35
|
+
standard: 'EIP3091'
|
|
30
36
|
}
|
|
31
37
|
]
|
|
32
38
|
},
|
|
@@ -124,6 +130,12 @@ exports.chains = {
|
|
|
124
130
|
name: 'etherscan-goerli',
|
|
125
131
|
url: 'https://goerli.etherscan.io',
|
|
126
132
|
standard: 'EIP3091'
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
name: 'blockscout-goerli',
|
|
136
|
+
url: 'https://eth-goerli.blockscout.com',
|
|
137
|
+
icon: 'blockscout',
|
|
138
|
+
standard: 'EIP3091'
|
|
127
139
|
}
|
|
128
140
|
]
|
|
129
141
|
},
|
|
@@ -194,7 +206,7 @@ exports.chains = {
|
|
|
194
206
|
10: {
|
|
195
207
|
name: 'OP Mainnet',
|
|
196
208
|
chain: 'ETH',
|
|
197
|
-
rpc: ['https://mainnet.optimism.io
|
|
209
|
+
rpc: ['https://mainnet.optimism.io', 'https://optimism.publicnode.com'],
|
|
198
210
|
faucets: [],
|
|
199
211
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
200
212
|
infoURL: 'https://optimism.io',
|
|
@@ -206,6 +218,12 @@ exports.chains = {
|
|
|
206
218
|
name: 'etherscan',
|
|
207
219
|
url: 'https://optimistic.etherscan.io',
|
|
208
220
|
standard: 'EIP3091'
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
name: 'blockscout',
|
|
224
|
+
url: 'https://optimism.blockscout.com',
|
|
225
|
+
icon: 'blockscout',
|
|
226
|
+
standard: 'EIP3091'
|
|
209
227
|
}
|
|
210
228
|
]
|
|
211
229
|
},
|
|
@@ -432,7 +450,7 @@ exports.chains = {
|
|
|
432
450
|
redFlags: ['reusedChainId']
|
|
433
451
|
},
|
|
434
452
|
25: {
|
|
435
|
-
name: 'Cronos Mainnet
|
|
453
|
+
name: 'Cronos Mainnet',
|
|
436
454
|
chain: 'CRO',
|
|
437
455
|
rpc: ['https://evm.cronos.org', 'https://cronos-evm.publicnode.com'],
|
|
438
456
|
features: [{ name: 'EIP1559' }],
|
|
@@ -1410,7 +1428,7 @@ exports.chains = {
|
|
|
1410
1428
|
75: {
|
|
1411
1429
|
name: 'Decimal Smart Chain Mainnet',
|
|
1412
1430
|
chain: 'DSC',
|
|
1413
|
-
rpc: ['https://node.decimalchain.com/web3'],
|
|
1431
|
+
rpc: ['https://node.decimalchain.com/web3/'],
|
|
1414
1432
|
faucets: [],
|
|
1415
1433
|
nativeCurrency: { name: 'Decimal', symbol: 'DEL', decimals: 18 },
|
|
1416
1434
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -1458,7 +1476,8 @@ exports.chains = {
|
|
|
1458
1476
|
{
|
|
1459
1477
|
name: 'blockscout',
|
|
1460
1478
|
url: 'https://blockscout.com/poa/sokol',
|
|
1461
|
-
|
|
1479
|
+
icon: 'blockscout',
|
|
1480
|
+
standard: 'EIP3091'
|
|
1462
1481
|
}
|
|
1463
1482
|
]
|
|
1464
1483
|
},
|
|
@@ -1518,22 +1537,32 @@ exports.chains = {
|
|
|
1518
1537
|
]
|
|
1519
1538
|
},
|
|
1520
1539
|
81: {
|
|
1521
|
-
name: '
|
|
1522
|
-
chain: '
|
|
1523
|
-
rpc: [
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1540
|
+
name: 'Japan Open Chain Mainnet',
|
|
1541
|
+
chain: 'JOC',
|
|
1542
|
+
rpc: [
|
|
1543
|
+
'https://rpc-1.japanopenchain.org:8545',
|
|
1544
|
+
'https://rpc-2.japanopenchain.org:8545'
|
|
1545
|
+
],
|
|
1546
|
+
faucets: [],
|
|
1547
|
+
nativeCurrency: {
|
|
1548
|
+
name: 'Japan Open Chain Token',
|
|
1549
|
+
symbol: 'JOC',
|
|
1550
|
+
decimals: 18
|
|
1551
|
+
},
|
|
1552
|
+
infoURL: 'https://www.japanopenchain.org/',
|
|
1553
|
+
shortName: 'joc',
|
|
1527
1554
|
chainId: 81,
|
|
1528
1555
|
networkId: 81,
|
|
1529
|
-
|
|
1556
|
+
icon: 'joc',
|
|
1530
1557
|
explorers: [
|
|
1531
1558
|
{
|
|
1532
|
-
name: '
|
|
1533
|
-
url: 'https://
|
|
1534
|
-
standard: 'EIP3091'
|
|
1559
|
+
name: 'Block Explorer',
|
|
1560
|
+
url: 'https://explorer.japanopenchain.org',
|
|
1561
|
+
standard: 'EIP3091',
|
|
1562
|
+
icon: 'joc'
|
|
1535
1563
|
}
|
|
1536
|
-
]
|
|
1564
|
+
],
|
|
1565
|
+
redFlags: ['reusedChainId']
|
|
1537
1566
|
},
|
|
1538
1567
|
82: {
|
|
1539
1568
|
name: 'Meter Mainnet',
|
|
@@ -1888,7 +1917,8 @@ exports.chains = {
|
|
|
1888
1917
|
{
|
|
1889
1918
|
name: 'blockscout',
|
|
1890
1919
|
url: 'https://blockscout.com/poa/core',
|
|
1891
|
-
|
|
1920
|
+
icon: 'blockscout',
|
|
1921
|
+
standard: 'EIP3091'
|
|
1892
1922
|
}
|
|
1893
1923
|
]
|
|
1894
1924
|
},
|
|
@@ -1926,7 +1956,7 @@ exports.chains = {
|
|
|
1926
1956
|
},
|
|
1927
1957
|
{
|
|
1928
1958
|
name: 'blockscout',
|
|
1929
|
-
url: 'https://blockscout.com
|
|
1959
|
+
url: 'https://gnosis.blockscout.com',
|
|
1930
1960
|
icon: 'blockscout',
|
|
1931
1961
|
standard: 'EIP3091'
|
|
1932
1962
|
}
|
|
@@ -3015,6 +3045,25 @@ exports.chains = {
|
|
|
3015
3045
|
chainId: 208,
|
|
3016
3046
|
networkId: 208
|
|
3017
3047
|
},
|
|
3048
|
+
210: {
|
|
3049
|
+
name: 'Bitnet',
|
|
3050
|
+
chain: 'BTN',
|
|
3051
|
+
icon: 'bitnet',
|
|
3052
|
+
rpc: ['https://rpc.bitnet.money', 'https://rpc.btnscan.com'],
|
|
3053
|
+
faucets: [],
|
|
3054
|
+
nativeCurrency: { name: 'Bitnet', symbol: 'BTN', decimals: 18 },
|
|
3055
|
+
infoURL: 'https://bitnet.money',
|
|
3056
|
+
shortName: 'BTN',
|
|
3057
|
+
chainId: 210,
|
|
3058
|
+
networkId: 210,
|
|
3059
|
+
explorers: [
|
|
3060
|
+
{
|
|
3061
|
+
name: 'Bitnet Explorer',
|
|
3062
|
+
url: 'https://btnscan.com',
|
|
3063
|
+
standard: 'EIP3091'
|
|
3064
|
+
}
|
|
3065
|
+
]
|
|
3066
|
+
},
|
|
3018
3067
|
211: {
|
|
3019
3068
|
name: 'Freight Trust Network',
|
|
3020
3069
|
chain: 'EDI',
|
|
@@ -3842,6 +3891,12 @@ exports.chains = {
|
|
|
3842
3891
|
url: 'https://shiden.subscan.io',
|
|
3843
3892
|
standard: 'none',
|
|
3844
3893
|
icon: 'subscan'
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
name: 'blockscout',
|
|
3897
|
+
url: 'https://blockscout.com/shiden',
|
|
3898
|
+
icon: 'blockscout',
|
|
3899
|
+
standard: 'EIP3091'
|
|
3845
3900
|
}
|
|
3846
3901
|
]
|
|
3847
3902
|
},
|
|
@@ -3942,7 +3997,11 @@ exports.chains = {
|
|
|
3942
3997
|
chainId: 369,
|
|
3943
3998
|
networkId: 369,
|
|
3944
3999
|
infoURL: 'https://pulsechain.com/',
|
|
3945
|
-
rpc: [
|
|
4000
|
+
rpc: [
|
|
4001
|
+
'https://rpc.pulsechain.com',
|
|
4002
|
+
'wss://rpc.pulsechain.com',
|
|
4003
|
+
'https://pulsechain.publicnode.com'
|
|
4004
|
+
],
|
|
3946
4005
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3947
4006
|
faucets: [],
|
|
3948
4007
|
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
|
@@ -4018,6 +4077,26 @@ exports.chains = {
|
|
|
4018
4077
|
}
|
|
4019
4078
|
]
|
|
4020
4079
|
},
|
|
4080
|
+
411: {
|
|
4081
|
+
name: 'Pepe Chain Mainnet',
|
|
4082
|
+
chain: 'PC',
|
|
4083
|
+
status: 'active',
|
|
4084
|
+
icon: 'pepechain',
|
|
4085
|
+
rpc: ['https://rpc.pepe-chain.vip'],
|
|
4086
|
+
faucets: [],
|
|
4087
|
+
nativeCurrency: { name: 'Pepe', symbol: 'PEPE', decimals: 18 },
|
|
4088
|
+
infoURL: 'https://pepe-chain.vip',
|
|
4089
|
+
shortName: 'pepe',
|
|
4090
|
+
chainId: 411,
|
|
4091
|
+
networkId: 411,
|
|
4092
|
+
explorers: [
|
|
4093
|
+
{
|
|
4094
|
+
name: 'pepechain explorer',
|
|
4095
|
+
url: 'https://explorer.pepe-chain.vip',
|
|
4096
|
+
standard: 'EIP3091'
|
|
4097
|
+
}
|
|
4098
|
+
]
|
|
4099
|
+
},
|
|
4021
4100
|
416: {
|
|
4022
4101
|
name: 'SX Network Mainnet',
|
|
4023
4102
|
chain: 'SX',
|
|
@@ -4063,13 +4142,24 @@ exports.chains = {
|
|
|
4063
4142
|
420: {
|
|
4064
4143
|
name: 'Optimism Goerli Testnet',
|
|
4065
4144
|
chain: 'ETH',
|
|
4066
|
-
rpc: [
|
|
4145
|
+
rpc: [
|
|
4146
|
+
'https://goerli.optimism.io',
|
|
4147
|
+
'https://optimism-goerli.publicnode.com'
|
|
4148
|
+
],
|
|
4067
4149
|
faucets: [],
|
|
4068
4150
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
4069
4151
|
infoURL: 'https://optimism.io',
|
|
4070
4152
|
shortName: 'ogor',
|
|
4071
4153
|
chainId: 420,
|
|
4072
|
-
networkId: 420
|
|
4154
|
+
networkId: 420,
|
|
4155
|
+
explorers: [
|
|
4156
|
+
{
|
|
4157
|
+
name: 'blockscout',
|
|
4158
|
+
url: 'https://optimism-goerli.blockscout.com',
|
|
4159
|
+
icon: 'blockscout',
|
|
4160
|
+
standard: 'EIP3091'
|
|
4161
|
+
}
|
|
4162
|
+
]
|
|
4073
4163
|
},
|
|
4074
4164
|
424: {
|
|
4075
4165
|
name: 'PGN (Public Goods Network)',
|
|
@@ -4115,6 +4205,30 @@ exports.chains = {
|
|
|
4115
4205
|
}
|
|
4116
4206
|
]
|
|
4117
4207
|
},
|
|
4208
|
+
443: {
|
|
4209
|
+
name: 'Obscuro Testnet',
|
|
4210
|
+
title: 'Obscuro Sepolia Rollup Testnet',
|
|
4211
|
+
chainId: 443,
|
|
4212
|
+
shortName: 'obs-testnet',
|
|
4213
|
+
chain: 'ETH',
|
|
4214
|
+
networkId: 443,
|
|
4215
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
4216
|
+
rpc: ['https://testnet.obscu.ro'],
|
|
4217
|
+
faucets: [],
|
|
4218
|
+
infoURL: 'https://obscu.ro',
|
|
4219
|
+
explorers: [
|
|
4220
|
+
{
|
|
4221
|
+
name: 'Obscuro Sepolia Rollup Explorer',
|
|
4222
|
+
url: 'https://testnet.obscuroscan.io',
|
|
4223
|
+
standard: 'none'
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
parent: {
|
|
4227
|
+
type: 'L2',
|
|
4228
|
+
chain: 'eip155-5',
|
|
4229
|
+
bridges: [{ url: 'https://bridge.obscu.ro' }]
|
|
4230
|
+
}
|
|
4231
|
+
},
|
|
4118
4232
|
444: {
|
|
4119
4233
|
name: 'Frenchain Testnet',
|
|
4120
4234
|
chain: 'tfren',
|
|
@@ -4464,6 +4578,12 @@ exports.chains = {
|
|
|
4464
4578
|
url: 'https://astar.subscan.io',
|
|
4465
4579
|
standard: 'none',
|
|
4466
4580
|
icon: 'subscan'
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
name: 'blockscout',
|
|
4584
|
+
url: 'https://blockscout.com/astar',
|
|
4585
|
+
icon: 'blockscout',
|
|
4586
|
+
standard: 'EIP3091'
|
|
4467
4587
|
}
|
|
4468
4588
|
]
|
|
4469
4589
|
},
|
|
@@ -4544,6 +4664,26 @@ exports.chains = {
|
|
|
4544
4664
|
chainId: 600,
|
|
4545
4665
|
networkId: 600
|
|
4546
4666
|
},
|
|
4667
|
+
601: {
|
|
4668
|
+
name: 'PEER Testnet',
|
|
4669
|
+
chain: 'PEER',
|
|
4670
|
+
rpc: ['http://testnet-polka-host-232813573.us-west-1.elb.amazonaws.com'],
|
|
4671
|
+
faucets: ['https://testnet.peer.inc'],
|
|
4672
|
+
nativeCurrency: { name: 'PEER Token', symbol: 'PEER', decimals: 18 },
|
|
4673
|
+
infoURL: 'https://peer.inc',
|
|
4674
|
+
shortName: 'PEER',
|
|
4675
|
+
chainId: 601,
|
|
4676
|
+
networkId: 601,
|
|
4677
|
+
icon: 'peer',
|
|
4678
|
+
explorers: [
|
|
4679
|
+
{
|
|
4680
|
+
name: 'PEER Explorer',
|
|
4681
|
+
url: 'https://testnet.peer.inc',
|
|
4682
|
+
standard: 'none',
|
|
4683
|
+
icon: 'peer'
|
|
4684
|
+
}
|
|
4685
|
+
]
|
|
4686
|
+
},
|
|
4547
4687
|
614: {
|
|
4548
4688
|
name: 'Graphlinq Blockchain Mainnet',
|
|
4549
4689
|
chain: 'GLQ Blockchain',
|
|
@@ -4783,6 +4923,24 @@ exports.chains = {
|
|
|
4783
4923
|
}
|
|
4784
4924
|
]
|
|
4785
4925
|
},
|
|
4926
|
+
742: {
|
|
4927
|
+
name: 'Script Testnet',
|
|
4928
|
+
chain: 'SPAY',
|
|
4929
|
+
rpc: ['https://testeth-rpc-api.script.tv/rpc'],
|
|
4930
|
+
faucets: [],
|
|
4931
|
+
nativeCurrency: { name: 'Script', symbol: 'SPAY', decimals: 18 },
|
|
4932
|
+
infoURL: 'https://token.script.tv',
|
|
4933
|
+
shortName: 'SPAY',
|
|
4934
|
+
chainId: 742,
|
|
4935
|
+
networkId: 742,
|
|
4936
|
+
explorers: [
|
|
4937
|
+
{
|
|
4938
|
+
name: 'Script Explorer',
|
|
4939
|
+
url: 'https://explorer.script.tv',
|
|
4940
|
+
standard: 'none'
|
|
4941
|
+
}
|
|
4942
|
+
]
|
|
4943
|
+
},
|
|
4786
4944
|
766: {
|
|
4787
4945
|
name: 'QL1',
|
|
4788
4946
|
chain: 'QOM',
|
|
@@ -5317,6 +5475,30 @@ exports.chains = {
|
|
|
5317
5475
|
explorers: [],
|
|
5318
5476
|
status: 'incubating'
|
|
5319
5477
|
},
|
|
5478
|
+
919: {
|
|
5479
|
+
name: 'Mode Testnet',
|
|
5480
|
+
chain: 'ETH',
|
|
5481
|
+
rpc: ['https://sepolia.mode.network'],
|
|
5482
|
+
faucets: ['https://sepoliafaucet.com/'],
|
|
5483
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
5484
|
+
infoURL: 'https://docs.mode.network/',
|
|
5485
|
+
shortName: 'modesep',
|
|
5486
|
+
chainId: 919,
|
|
5487
|
+
networkId: 919,
|
|
5488
|
+
icon: 'modeTestnet',
|
|
5489
|
+
explorers: [
|
|
5490
|
+
{
|
|
5491
|
+
name: 'modescout',
|
|
5492
|
+
url: 'https://sepolia.explorer.mode.network',
|
|
5493
|
+
standard: 'none'
|
|
5494
|
+
}
|
|
5495
|
+
],
|
|
5496
|
+
parent: {
|
|
5497
|
+
type: 'L2',
|
|
5498
|
+
chain: 'eip155-11155111',
|
|
5499
|
+
bridges: [{ url: 'https://bridge.mode.network/' }]
|
|
5500
|
+
}
|
|
5501
|
+
},
|
|
5320
5502
|
940: {
|
|
5321
5503
|
name: 'PulseChain Testnet',
|
|
5322
5504
|
shortName: 'tpls',
|
|
@@ -5371,7 +5553,8 @@ exports.chains = {
|
|
|
5371
5553
|
infoURL: 'https://pulsechain.com',
|
|
5372
5554
|
rpc: [
|
|
5373
5555
|
'https://rpc.v4.testnet.pulsechain.com/',
|
|
5374
|
-
'wss://rpc.v4.testnet.pulsechain.com/'
|
|
5556
|
+
'wss://rpc.v4.testnet.pulsechain.com/',
|
|
5557
|
+
'https://pulsechain-testnet.publicnode.com'
|
|
5375
5558
|
],
|
|
5376
5559
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5377
5560
|
faucets: ['https://faucet.v4.testnet.pulsechain.com/'],
|
|
@@ -5504,6 +5687,25 @@ exports.chains = {
|
|
|
5504
5687
|
}
|
|
5505
5688
|
]
|
|
5506
5689
|
},
|
|
5690
|
+
990: {
|
|
5691
|
+
name: 'eLiberty Mainnet',
|
|
5692
|
+
chain: '$EL',
|
|
5693
|
+
icon: 'eLiberty',
|
|
5694
|
+
rpc: ['https://rpc.eliberty.ngo'],
|
|
5695
|
+
faucets: ['https://faucet.eliberty.ngo'],
|
|
5696
|
+
nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
|
|
5697
|
+
infoURL: 'https://eliberty.ngo',
|
|
5698
|
+
shortName: 'ELm',
|
|
5699
|
+
chainId: 990,
|
|
5700
|
+
networkId: 990,
|
|
5701
|
+
explorers: [
|
|
5702
|
+
{
|
|
5703
|
+
name: 'eLiberty Mainnet',
|
|
5704
|
+
url: 'https://explorer.eliberty.ngo',
|
|
5705
|
+
standard: 'EIP3091'
|
|
5706
|
+
}
|
|
5707
|
+
]
|
|
5708
|
+
},
|
|
5507
5709
|
997: {
|
|
5508
5710
|
name: '5ireChain Thunder',
|
|
5509
5711
|
chain: '5ireChain',
|
|
@@ -5859,6 +6061,26 @@ exports.chains = {
|
|
|
5859
6061
|
}
|
|
5860
6062
|
]
|
|
5861
6063
|
},
|
|
6064
|
+
1080: {
|
|
6065
|
+
name: 'Mintara Mainnet',
|
|
6066
|
+
title: 'Mintara Mainnet',
|
|
6067
|
+
chain: 'Mintara',
|
|
6068
|
+
icon: 'mintara',
|
|
6069
|
+
rpc: ['https://subnets.avax.network/mintara/mainnet/rpc'],
|
|
6070
|
+
faucets: [],
|
|
6071
|
+
nativeCurrency: { name: 'MINTARA', symbol: 'MNTR', decimals: 18 },
|
|
6072
|
+
infoURL: 'https://playthink.co.jp',
|
|
6073
|
+
shortName: 'mintara',
|
|
6074
|
+
chainId: 1080,
|
|
6075
|
+
networkId: 1080,
|
|
6076
|
+
explorers: [
|
|
6077
|
+
{
|
|
6078
|
+
name: 'explorer',
|
|
6079
|
+
url: 'https://subnets.avax.network/mintara',
|
|
6080
|
+
standard: 'EIP3091'
|
|
6081
|
+
}
|
|
6082
|
+
]
|
|
6083
|
+
},
|
|
5862
6084
|
1088: {
|
|
5863
6085
|
name: 'Metis Andromeda Mainnet',
|
|
5864
6086
|
chain: 'ETH',
|
|
@@ -6918,7 +7140,7 @@ exports.chains = {
|
|
|
6918
7140
|
1501: {
|
|
6919
7141
|
name: 'BEVM',
|
|
6920
7142
|
chain: 'ChainX',
|
|
6921
|
-
rpc: ['https://
|
|
7143
|
+
rpc: ['https://rpc-1.bevm.io/', 'https://rpc-2.bevm.io/'],
|
|
6922
7144
|
faucets: [],
|
|
6923
7145
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
6924
7146
|
infoURL: 'https://chainx.org',
|
|
@@ -6928,7 +7150,7 @@ exports.chains = {
|
|
|
6928
7150
|
explorers: [
|
|
6929
7151
|
{
|
|
6930
7152
|
name: 'bevm scan',
|
|
6931
|
-
url: 'https://
|
|
7153
|
+
url: 'https://scan.bevm.io',
|
|
6932
7154
|
standard: 'none'
|
|
6933
7155
|
}
|
|
6934
7156
|
]
|
|
@@ -6992,7 +7214,7 @@ exports.chains = {
|
|
|
6992
7214
|
title: 'Tenet Mainnet',
|
|
6993
7215
|
chain: 'TENET',
|
|
6994
7216
|
icon: 'tenet',
|
|
6995
|
-
rpc: ['https://rpc.tenet.org'],
|
|
7217
|
+
rpc: ['https://rpc.tenet.org', 'https://tenet-evm.publicnode.com'],
|
|
6996
7218
|
faucets: [],
|
|
6997
7219
|
nativeCurrency: { name: 'TENET', symbol: 'TENET', decimals: 18 },
|
|
6998
7220
|
infoURL: 'https://tenet.org/',
|
|
@@ -7125,7 +7347,14 @@ exports.chains = {
|
|
|
7125
7347
|
infoURL: 'https://blockchain.or.th',
|
|
7126
7348
|
shortName: 'TBSI',
|
|
7127
7349
|
chainId: 1707,
|
|
7128
|
-
networkId: 1707
|
|
7350
|
+
networkId: 1707,
|
|
7351
|
+
explorers: [
|
|
7352
|
+
{
|
|
7353
|
+
name: 'blockscout',
|
|
7354
|
+
url: 'https://exp.blockchain.or.th',
|
|
7355
|
+
standard: 'EIP3091'
|
|
7356
|
+
}
|
|
7357
|
+
]
|
|
7129
7358
|
},
|
|
7130
7359
|
1708: {
|
|
7131
7360
|
name: 'TBSI Testnet',
|
|
@@ -7137,7 +7366,14 @@ exports.chains = {
|
|
|
7137
7366
|
infoURL: 'https://blockchain.or.th',
|
|
7138
7367
|
shortName: 'tTBSI',
|
|
7139
7368
|
chainId: 1708,
|
|
7140
|
-
networkId: 1708
|
|
7369
|
+
networkId: 1708,
|
|
7370
|
+
explorers: [
|
|
7371
|
+
{
|
|
7372
|
+
name: 'blockscout',
|
|
7373
|
+
url: 'https://exp.testnet.blockchain.or.th',
|
|
7374
|
+
standard: 'EIP3091'
|
|
7375
|
+
}
|
|
7376
|
+
]
|
|
7141
7377
|
},
|
|
7142
7378
|
1718: {
|
|
7143
7379
|
name: 'Palette Chain Mainnet',
|
|
@@ -8022,7 +8258,7 @@ exports.chains = {
|
|
|
8022
8258
|
2047: {
|
|
8023
8259
|
name: 'Stratos Testnet',
|
|
8024
8260
|
chain: 'STOS',
|
|
8025
|
-
rpc: ['https://web3-
|
|
8261
|
+
rpc: ['https://web3-rpc-mesos.thestratos.org'],
|
|
8026
8262
|
faucets: [],
|
|
8027
8263
|
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
|
8028
8264
|
infoURL: 'https://www.thestratos.org',
|
|
@@ -8032,12 +8268,12 @@ exports.chains = {
|
|
|
8032
8268
|
explorers: [
|
|
8033
8269
|
{
|
|
8034
8270
|
name: 'Stratos EVM Explorer (Blockscout)',
|
|
8035
|
-
url: 'https://web3-
|
|
8271
|
+
url: 'https://web3-explorer-mesos.thestratos.org',
|
|
8036
8272
|
standard: 'none'
|
|
8037
8273
|
},
|
|
8038
8274
|
{
|
|
8039
8275
|
name: 'Stratos Cosmos Explorer (BigDipper)',
|
|
8040
|
-
url: 'https://big-dipper-
|
|
8276
|
+
url: 'https://big-dipper-mesos.thestratos.org',
|
|
8041
8277
|
standard: 'none'
|
|
8042
8278
|
}
|
|
8043
8279
|
]
|
|
@@ -8287,6 +8523,25 @@ exports.chains = {
|
|
|
8287
8523
|
}
|
|
8288
8524
|
]
|
|
8289
8525
|
},
|
|
8526
|
+
2202: {
|
|
8527
|
+
name: 'Antofy Mainnet',
|
|
8528
|
+
chain: 'ABN',
|
|
8529
|
+
icon: 'antofy',
|
|
8530
|
+
rpc: ['https://rpc.antofy.io'],
|
|
8531
|
+
faucets: ['https://faucet.antofy.io'],
|
|
8532
|
+
nativeCurrency: { name: 'Antofy', symbol: 'ABN', decimals: 18 },
|
|
8533
|
+
infoURL: 'https://antofy.io',
|
|
8534
|
+
shortName: 'ABNm',
|
|
8535
|
+
chainId: 2202,
|
|
8536
|
+
networkId: 2202,
|
|
8537
|
+
explorers: [
|
|
8538
|
+
{
|
|
8539
|
+
name: 'Antofy Mainnet',
|
|
8540
|
+
url: 'https://antofyscan.com',
|
|
8541
|
+
standard: 'EIP3091'
|
|
8542
|
+
}
|
|
8543
|
+
]
|
|
8544
|
+
},
|
|
8290
8545
|
2203: {
|
|
8291
8546
|
name: 'Bitcoin EVM',
|
|
8292
8547
|
chain: 'Bitcoin EVM',
|
|
@@ -8353,7 +8608,8 @@ exports.chains = {
|
|
|
8353
8608
|
'https://evm.kava.io',
|
|
8354
8609
|
'https://evm2.kava.io',
|
|
8355
8610
|
'wss://wevm.kava.io',
|
|
8356
|
-
'wss://wevm2.kava.io'
|
|
8611
|
+
'wss://wevm2.kava.io',
|
|
8612
|
+
'https://kava-evm.publicnode.com'
|
|
8357
8613
|
],
|
|
8358
8614
|
faucets: [],
|
|
8359
8615
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
|
@@ -9841,7 +10097,8 @@ exports.chains = {
|
|
|
9841
10097
|
5000: {
|
|
9842
10098
|
name: 'Mantle',
|
|
9843
10099
|
chain: 'ETH',
|
|
9844
|
-
|
|
10100
|
+
icon: 'mantle',
|
|
10101
|
+
rpc: ['https://rpc.mantle.xyz', 'https://mantle.publicnode.com'],
|
|
9845
10102
|
faucets: [],
|
|
9846
10103
|
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
|
9847
10104
|
infoURL: 'https://mantle.xyz',
|
|
@@ -9854,7 +10111,12 @@ exports.chains = {
|
|
|
9854
10111
|
url: 'https://explorer.mantle.xyz',
|
|
9855
10112
|
standard: 'EIP3091'
|
|
9856
10113
|
}
|
|
9857
|
-
]
|
|
10114
|
+
],
|
|
10115
|
+
parent: {
|
|
10116
|
+
type: 'L2',
|
|
10117
|
+
chain: 'eip155-1',
|
|
10118
|
+
bridges: [{ url: 'https://bridge.mantle.xyz' }]
|
|
10119
|
+
}
|
|
9858
10120
|
},
|
|
9859
10121
|
5001: {
|
|
9860
10122
|
name: 'Mantle Testnet',
|
|
@@ -9874,6 +10136,58 @@ exports.chains = {
|
|
|
9874
10136
|
}
|
|
9875
10137
|
]
|
|
9876
10138
|
},
|
|
10139
|
+
5002: {
|
|
10140
|
+
name: 'Treasurenet Mainnet Alpha',
|
|
10141
|
+
chain: 'Treasurenet Mainnet Alpha',
|
|
10142
|
+
icon: 'treasurenet',
|
|
10143
|
+
rpc: [
|
|
10144
|
+
'https://node0.treasurenet.io',
|
|
10145
|
+
'https://node1.treasurenet.io',
|
|
10146
|
+
'https://node2.treasurenet.io',
|
|
10147
|
+
'https://node3.treasurenet.io'
|
|
10148
|
+
],
|
|
10149
|
+
features: [{ name: 'EIP155' }],
|
|
10150
|
+
faucets: [],
|
|
10151
|
+
nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
|
|
10152
|
+
infoURL: 'https://www.treasurenet.io',
|
|
10153
|
+
shortName: 'treasurenet',
|
|
10154
|
+
chainId: 5002,
|
|
10155
|
+
networkId: 5002,
|
|
10156
|
+
explorers: [
|
|
10157
|
+
{
|
|
10158
|
+
name: 'Treasurenet EVM BlockExplorer',
|
|
10159
|
+
url: 'https://evmexplorer.treasurenet.io',
|
|
10160
|
+
icon: 'treasurenet',
|
|
10161
|
+
standard: 'none'
|
|
10162
|
+
}
|
|
10163
|
+
]
|
|
10164
|
+
},
|
|
10165
|
+
5005: {
|
|
10166
|
+
name: 'Treasurenet Testnet',
|
|
10167
|
+
chain: 'Treasurenet Testnet',
|
|
10168
|
+
icon: 'treasurenet',
|
|
10169
|
+
rpc: [
|
|
10170
|
+
'https://node0.testnet.treasurenet.io',
|
|
10171
|
+
'https://node1.testnet.treasurenet.io',
|
|
10172
|
+
'https://node2.testnet.treasurenet.io',
|
|
10173
|
+
'https://node3.testnet.treasurenet.io'
|
|
10174
|
+
],
|
|
10175
|
+
features: [{ name: 'EIP155' }],
|
|
10176
|
+
faucets: [],
|
|
10177
|
+
nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
|
|
10178
|
+
infoURL: 'https://www.testnet.treasurenet.io',
|
|
10179
|
+
shortName: 'tntest',
|
|
10180
|
+
chainId: 5005,
|
|
10181
|
+
networkId: 5005,
|
|
10182
|
+
explorers: [
|
|
10183
|
+
{
|
|
10184
|
+
name: 'Treasurenet EVM BlockExplorer',
|
|
10185
|
+
url: 'https://evmexplorer.testnet.treasurenet.io',
|
|
10186
|
+
icon: 'treasurenet',
|
|
10187
|
+
standard: 'none'
|
|
10188
|
+
}
|
|
10189
|
+
]
|
|
10190
|
+
},
|
|
9877
10191
|
5165: {
|
|
9878
10192
|
name: 'Fastex Chain (Bahamut)',
|
|
9879
10193
|
title: 'Bahamut mainnet Sahara',
|
|
@@ -10038,6 +10352,17 @@ exports.chains = {
|
|
|
10038
10352
|
}
|
|
10039
10353
|
]
|
|
10040
10354
|
},
|
|
10355
|
+
5616: {
|
|
10356
|
+
name: 'Arcturus Chain Testnet',
|
|
10357
|
+
chain: 'ARCTURUS',
|
|
10358
|
+
rpc: ['http://185.99.196.3:8545'],
|
|
10359
|
+
faucets: [],
|
|
10360
|
+
nativeCurrency: { name: 'Test Arct', symbol: 'tARCT', decimals: 18 },
|
|
10361
|
+
infoURL: 'https://arcturuschain.io',
|
|
10362
|
+
shortName: 'ARCT',
|
|
10363
|
+
chainId: 5616,
|
|
10364
|
+
networkId: 5616
|
|
10365
|
+
},
|
|
10041
10366
|
5700: {
|
|
10042
10367
|
name: 'Syscoin Tanenbaum Testnet',
|
|
10043
10368
|
chain: 'SYS',
|
|
@@ -10344,7 +10669,10 @@ exports.chains = {
|
|
|
10344
10669
|
6688: {
|
|
10345
10670
|
name: 'IRIShub',
|
|
10346
10671
|
chain: 'IRIShub',
|
|
10347
|
-
rpc: [
|
|
10672
|
+
rpc: [
|
|
10673
|
+
'https://evmrpc.irishub-1.irisnet.org',
|
|
10674
|
+
'https://iris-evm.publicnode.com'
|
|
10675
|
+
],
|
|
10348
10676
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10349
10677
|
faucets: [],
|
|
10350
10678
|
nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
|
|
@@ -10456,6 +10784,12 @@ exports.chains = {
|
|
|
10456
10784
|
name: 'ZetaChain Athens Testnet Explorer',
|
|
10457
10785
|
url: 'https://explorer.athens.zetachain.com',
|
|
10458
10786
|
standard: 'none'
|
|
10787
|
+
},
|
|
10788
|
+
{
|
|
10789
|
+
name: 'blockscout',
|
|
10790
|
+
url: 'https://zetachain-athens-3.blockscout.com',
|
|
10791
|
+
icon: 'blockscout',
|
|
10792
|
+
standard: 'EIP3091'
|
|
10459
10793
|
}
|
|
10460
10794
|
]
|
|
10461
10795
|
},
|
|
@@ -10535,6 +10869,28 @@ exports.chains = {
|
|
|
10535
10869
|
explorers: [],
|
|
10536
10870
|
status: 'incubating'
|
|
10537
10871
|
},
|
|
10872
|
+
7332: {
|
|
10873
|
+
name: 'Horizen EON',
|
|
10874
|
+
shortName: 'EON',
|
|
10875
|
+
chain: 'EON',
|
|
10876
|
+
icon: 'eon',
|
|
10877
|
+
rpc: ['https://eon-rpc.horizenlabs.io/ethv1'],
|
|
10878
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10879
|
+
faucets: [],
|
|
10880
|
+
nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
|
|
10881
|
+
infoURL: 'https://horizen.io/',
|
|
10882
|
+
chainId: 7332,
|
|
10883
|
+
networkId: 7332,
|
|
10884
|
+
slip44: 121,
|
|
10885
|
+
explorers: [
|
|
10886
|
+
{
|
|
10887
|
+
name: 'Horizen EON Block Explorer',
|
|
10888
|
+
url: 'https://eon-explorer.horizenlabs.io',
|
|
10889
|
+
icon: 'eon',
|
|
10890
|
+
standard: 'EIP3091'
|
|
10891
|
+
}
|
|
10892
|
+
]
|
|
10893
|
+
},
|
|
10538
10894
|
7341: {
|
|
10539
10895
|
name: 'Shyft Mainnet',
|
|
10540
10896
|
chain: 'SHYFT',
|
|
@@ -10788,6 +11144,26 @@ exports.chains = {
|
|
|
10788
11144
|
}
|
|
10789
11145
|
]
|
|
10790
11146
|
},
|
|
11147
|
+
7895: {
|
|
11148
|
+
name: 'ARDENIUM Athena',
|
|
11149
|
+
chain: 'ATHENA',
|
|
11150
|
+
rpc: ['https://rpc-athena.ardescan.com/'],
|
|
11151
|
+
faucets: ['https://faucet-athena.ardescan.com/'],
|
|
11152
|
+
nativeCurrency: { name: 'ARD', symbol: 'tARD', decimals: 18 },
|
|
11153
|
+
infoURL: 'https://ardenium.org',
|
|
11154
|
+
shortName: 'ard',
|
|
11155
|
+
chainId: 7895,
|
|
11156
|
+
networkId: 7895,
|
|
11157
|
+
icon: 'ard',
|
|
11158
|
+
explorers: [
|
|
11159
|
+
{
|
|
11160
|
+
name: 'ARDENIUM Athena Explorer',
|
|
11161
|
+
icon: 'ard',
|
|
11162
|
+
url: 'https://testnet.ardscan.com',
|
|
11163
|
+
standard: 'none'
|
|
11164
|
+
}
|
|
11165
|
+
]
|
|
11166
|
+
},
|
|
10791
11167
|
7979: {
|
|
10792
11168
|
name: 'DOS Chain',
|
|
10793
11169
|
chain: 'DOS',
|
|
@@ -11139,7 +11515,7 @@ exports.chains = {
|
|
|
11139
11515
|
8453: {
|
|
11140
11516
|
name: 'Base',
|
|
11141
11517
|
chain: 'ETH',
|
|
11142
|
-
rpc: ['https://
|
|
11518
|
+
rpc: ['https://mainnet.base.org/'],
|
|
11143
11519
|
faucets: [],
|
|
11144
11520
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11145
11521
|
infoURL: 'https://base.org',
|
|
@@ -11152,7 +11528,8 @@ exports.chains = {
|
|
|
11152
11528
|
{
|
|
11153
11529
|
name: 'basescout',
|
|
11154
11530
|
url: 'https://base.blockscout.com',
|
|
11155
|
-
|
|
11531
|
+
icon: 'blockscout',
|
|
11532
|
+
standard: 'EIP3091'
|
|
11156
11533
|
}
|
|
11157
11534
|
],
|
|
11158
11535
|
status: 'active'
|
|
@@ -11559,6 +11936,25 @@ exports.chains = {
|
|
|
11559
11936
|
explorers: [],
|
|
11560
11937
|
status: 'deprecated'
|
|
11561
11938
|
},
|
|
11939
|
+
9223: {
|
|
11940
|
+
name: 'Codefin Mainnet',
|
|
11941
|
+
chain: 'COF',
|
|
11942
|
+
icon: 'codefin',
|
|
11943
|
+
rpc: ['https://chain-rpc.codefin.pro'],
|
|
11944
|
+
faucets: [],
|
|
11945
|
+
nativeCurrency: { name: 'Codefin', symbol: 'COF', decimals: 18 },
|
|
11946
|
+
infoURL: 'https://network.codefin.pro',
|
|
11947
|
+
shortName: 'COF',
|
|
11948
|
+
chainId: 9223,
|
|
11949
|
+
networkId: 9223,
|
|
11950
|
+
explorers: [
|
|
11951
|
+
{
|
|
11952
|
+
name: 'Codefin Net Explorer',
|
|
11953
|
+
url: 'https://explorer.codefin.pro',
|
|
11954
|
+
standard: 'EIP3091'
|
|
11955
|
+
}
|
|
11956
|
+
]
|
|
11957
|
+
},
|
|
11562
11958
|
9339: {
|
|
11563
11959
|
name: 'Dogcoin Testnet',
|
|
11564
11960
|
chain: 'DOGS',
|
|
@@ -11749,6 +12145,44 @@ exports.chains = {
|
|
|
11749
12145
|
networkId: 9792,
|
|
11750
12146
|
explorers: []
|
|
11751
12147
|
},
|
|
12148
|
+
9977: {
|
|
12149
|
+
name: 'Mind Smart Chain Testnet',
|
|
12150
|
+
chain: 'tMIND',
|
|
12151
|
+
icon: 'mindchain',
|
|
12152
|
+
rpc: ['https://testnet-msc.mindchain.info/'],
|
|
12153
|
+
faucets: ['https://faucet.mindchain.info/'],
|
|
12154
|
+
nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
|
|
12155
|
+
infoURL: 'https://mindscan.info',
|
|
12156
|
+
shortName: 'tMIND',
|
|
12157
|
+
chainId: 9977,
|
|
12158
|
+
networkId: 9977,
|
|
12159
|
+
explorers: [
|
|
12160
|
+
{
|
|
12161
|
+
name: 'Mind Chain explorer',
|
|
12162
|
+
url: 'https://testnet.mindscan.info',
|
|
12163
|
+
standard: 'EIP3091'
|
|
12164
|
+
}
|
|
12165
|
+
]
|
|
12166
|
+
},
|
|
12167
|
+
9996: {
|
|
12168
|
+
name: 'Mind Smart Chain Mainnet',
|
|
12169
|
+
chain: 'MIND',
|
|
12170
|
+
icon: 'mindchain',
|
|
12171
|
+
rpc: ['https://rpc-msc.mindchain.info/', 'https://seednode.mindchain.info'],
|
|
12172
|
+
faucets: [],
|
|
12173
|
+
nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
|
|
12174
|
+
infoURL: 'https://mindscan.info',
|
|
12175
|
+
shortName: 'MIND',
|
|
12176
|
+
chainId: 9996,
|
|
12177
|
+
networkId: 9996,
|
|
12178
|
+
explorers: [
|
|
12179
|
+
{
|
|
12180
|
+
name: 'Mind Chain explorer',
|
|
12181
|
+
url: 'https://mainnet.mindscan.info',
|
|
12182
|
+
standard: 'EIP3091'
|
|
12183
|
+
}
|
|
12184
|
+
]
|
|
12185
|
+
},
|
|
11752
12186
|
9997: {
|
|
11753
12187
|
name: 'AltLayer Testnet',
|
|
11754
12188
|
chain: 'ETH',
|
|
@@ -11821,7 +12255,10 @@ exports.chains = {
|
|
|
11821
12255
|
icon: 'gonchain',
|
|
11822
12256
|
rpc: [
|
|
11823
12257
|
'https://node1.testnet.gaiaopen.network',
|
|
11824
|
-
'
|
|
12258
|
+
'https://node1.mainnet.gon.network',
|
|
12259
|
+
'https://node2.mainnet.gon.network',
|
|
12260
|
+
'https://node3.mainnet.gon.network',
|
|
12261
|
+
'https://node4.mainnet.gon.network'
|
|
11825
12262
|
],
|
|
11826
12263
|
faucets: [],
|
|
11827
12264
|
nativeCurrency: { name: 'Gon Token', symbol: 'GT', decimals: 18 },
|
|
@@ -11880,10 +12317,16 @@ exports.chains = {
|
|
|
11880
12317
|
networkId: 10200,
|
|
11881
12318
|
explorers: [
|
|
11882
12319
|
{
|
|
11883
|
-
name: 'blockscout',
|
|
12320
|
+
name: 'blockscout-chiadochain',
|
|
11884
12321
|
url: 'https://blockscout.chiadochain.net',
|
|
11885
12322
|
icon: 'blockscout',
|
|
11886
12323
|
standard: 'EIP3091'
|
|
12324
|
+
},
|
|
12325
|
+
{
|
|
12326
|
+
name: 'blockscout',
|
|
12327
|
+
url: 'https://gnosis-chiado.blockscout.com',
|
|
12328
|
+
icon: 'blockscout',
|
|
12329
|
+
standard: 'EIP3091'
|
|
11887
12330
|
}
|
|
11888
12331
|
]
|
|
11889
12332
|
},
|
|
@@ -12112,7 +12555,7 @@ exports.chains = {
|
|
|
12112
12555
|
11235: {
|
|
12113
12556
|
name: 'Haqq Network',
|
|
12114
12557
|
chain: 'Haqq',
|
|
12115
|
-
rpc: ['https://rpc.eth.haqq.network'],
|
|
12558
|
+
rpc: ['https://rpc.eth.haqq.network', 'https://haqq-evm.publicnode.com'],
|
|
12116
12559
|
faucets: [],
|
|
12117
12560
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
|
12118
12561
|
infoURL: 'https://islamiccoin.net',
|
|
@@ -12690,6 +13133,26 @@ exports.chains = {
|
|
|
12690
13133
|
}
|
|
12691
13134
|
]
|
|
12692
13135
|
},
|
|
13136
|
+
18122: {
|
|
13137
|
+
name: 'Smart Trade Networks',
|
|
13138
|
+
chain: 'Smart Trade Networks',
|
|
13139
|
+
rpc: ['https://beefledgerwallet.com:8544'],
|
|
13140
|
+
faucets: [],
|
|
13141
|
+
nativeCurrency: { name: 'STN', symbol: 'STN', decimals: 18 },
|
|
13142
|
+
infoURL: 'https://www.smarttradenetworks.com',
|
|
13143
|
+
shortName: 'STN',
|
|
13144
|
+
chainId: 18122,
|
|
13145
|
+
networkId: 18122,
|
|
13146
|
+
icon: 'stn',
|
|
13147
|
+
explorers: [
|
|
13148
|
+
{
|
|
13149
|
+
name: 'stnscan',
|
|
13150
|
+
url: 'https://stnscan.com',
|
|
13151
|
+
icon: 'stn',
|
|
13152
|
+
standard: 'none'
|
|
13153
|
+
}
|
|
13154
|
+
]
|
|
13155
|
+
},
|
|
12693
13156
|
18159: {
|
|
12694
13157
|
name: 'Proof Of Memes',
|
|
12695
13158
|
title: 'Proof Of Memes Mainnet',
|
|
@@ -13496,7 +13959,8 @@ exports.chains = {
|
|
|
13496
13959
|
rpc: [
|
|
13497
13960
|
'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
|
13498
13961
|
'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
|
|
13499
|
-
'https://arb1.arbitrum.io/rpc'
|
|
13962
|
+
'https://arb1.arbitrum.io/rpc',
|
|
13963
|
+
'https://arbitrum-one.publicnode.com'
|
|
13500
13964
|
],
|
|
13501
13965
|
faucets: [],
|
|
13502
13966
|
explorers: [
|
|
@@ -13525,7 +13989,10 @@ exports.chains = {
|
|
|
13525
13989
|
chain: 'ETH',
|
|
13526
13990
|
networkId: 42170,
|
|
13527
13991
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13528
|
-
rpc: [
|
|
13992
|
+
rpc: [
|
|
13993
|
+
'https://nova.arbitrum.io/rpc',
|
|
13994
|
+
'https://arbitrum-nova.publicnode.com'
|
|
13995
|
+
],
|
|
13529
13996
|
faucets: [],
|
|
13530
13997
|
explorers: [
|
|
13531
13998
|
{
|
|
@@ -13606,6 +14073,26 @@ exports.chains = {
|
|
|
13606
14073
|
}
|
|
13607
14074
|
]
|
|
13608
14075
|
},
|
|
14076
|
+
42888: {
|
|
14077
|
+
name: 'Kinto Testnet',
|
|
14078
|
+
title: 'Kinto Testnet',
|
|
14079
|
+
chain: 'ETH',
|
|
14080
|
+
rpc: ['http://35.215.120.180:8545'],
|
|
14081
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14082
|
+
faucets: [],
|
|
14083
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14084
|
+
infoURL: 'https://ethereum.org',
|
|
14085
|
+
shortName: 'keth',
|
|
14086
|
+
chainId: 42888,
|
|
14087
|
+
networkId: 42888,
|
|
14088
|
+
explorers: [
|
|
14089
|
+
{
|
|
14090
|
+
name: 'kintoscan',
|
|
14091
|
+
url: 'http://35.215.120.180:4000',
|
|
14092
|
+
standard: 'EIP3091'
|
|
14093
|
+
}
|
|
14094
|
+
]
|
|
14095
|
+
},
|
|
13609
14096
|
43110: {
|
|
13610
14097
|
name: 'Athereum',
|
|
13611
14098
|
chain: 'ATH',
|
|
@@ -14125,7 +14612,7 @@ exports.chains = {
|
|
|
14125
14612
|
'https://rpc.goerli.linea.build',
|
|
14126
14613
|
'wss://rpc.goerli.linea.build',
|
|
14127
14614
|
'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
14128
|
-
'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
|
|
14615
|
+
'wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}'
|
|
14129
14616
|
],
|
|
14130
14617
|
faucets: ['https://faucetlink.to/goerli'],
|
|
14131
14618
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -14145,7 +14632,13 @@ exports.chains = {
|
|
|
14145
14632
|
},
|
|
14146
14633
|
explorers: [
|
|
14147
14634
|
{
|
|
14148
|
-
name: '
|
|
14635
|
+
name: 'Etherscan',
|
|
14636
|
+
url: 'https://goerli.lineascan.build',
|
|
14637
|
+
standard: 'EIP3091',
|
|
14638
|
+
icon: 'linea'
|
|
14639
|
+
},
|
|
14640
|
+
{
|
|
14641
|
+
name: 'Blockscout',
|
|
14149
14642
|
url: 'https://explorer.goerli.linea.build',
|
|
14150
14643
|
standard: 'EIP3091',
|
|
14151
14644
|
icon: 'linea'
|
|
@@ -14153,6 +14646,44 @@ exports.chains = {
|
|
|
14153
14646
|
],
|
|
14154
14647
|
status: 'active'
|
|
14155
14648
|
},
|
|
14649
|
+
59144: {
|
|
14650
|
+
name: 'Linea',
|
|
14651
|
+
title: 'Linea Mainnet',
|
|
14652
|
+
chain: 'ETH',
|
|
14653
|
+
rpc: [
|
|
14654
|
+
'https://rpc.linea.build',
|
|
14655
|
+
'wss://rpc.linea.build',
|
|
14656
|
+
'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
|
14657
|
+
'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
|
|
14658
|
+
],
|
|
14659
|
+
faucets: [],
|
|
14660
|
+
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
14661
|
+
infoURL: 'https://linea.build',
|
|
14662
|
+
shortName: 'linea',
|
|
14663
|
+
chainId: 59144,
|
|
14664
|
+
networkId: 59144,
|
|
14665
|
+
icon: 'linea',
|
|
14666
|
+
parent: {
|
|
14667
|
+
type: 'L2',
|
|
14668
|
+
chain: 'eip155-1',
|
|
14669
|
+
bridges: [{ url: 'https://bridge.linea.build' }]
|
|
14670
|
+
},
|
|
14671
|
+
explorers: [
|
|
14672
|
+
{
|
|
14673
|
+
name: 'Etherscan',
|
|
14674
|
+
url: 'https://lineascan.build',
|
|
14675
|
+
standard: 'EIP3091',
|
|
14676
|
+
icon: 'linea'
|
|
14677
|
+
},
|
|
14678
|
+
{
|
|
14679
|
+
name: 'Blockscout',
|
|
14680
|
+
url: 'https://explorer.linea.build',
|
|
14681
|
+
standard: 'EIP3091',
|
|
14682
|
+
icon: 'linea'
|
|
14683
|
+
}
|
|
14684
|
+
],
|
|
14685
|
+
status: 'active'
|
|
14686
|
+
},
|
|
14156
14687
|
60000: {
|
|
14157
14688
|
name: 'Thinkium Testnet Chain 0',
|
|
14158
14689
|
chain: 'Thinkium',
|
|
@@ -14901,7 +15432,8 @@ exports.chains = {
|
|
|
14901
15432
|
{
|
|
14902
15433
|
name: 'basescout',
|
|
14903
15434
|
url: 'https://base-goerli.blockscout.com',
|
|
14904
|
-
|
|
15435
|
+
icon: 'blockscout',
|
|
15436
|
+
standard: 'EIP3091'
|
|
14905
15437
|
}
|
|
14906
15438
|
]
|
|
14907
15439
|
},
|
|
@@ -15070,6 +15602,25 @@ exports.chains = {
|
|
|
15070
15602
|
],
|
|
15071
15603
|
status: 'deprecated'
|
|
15072
15604
|
},
|
|
15605
|
+
99099: {
|
|
15606
|
+
name: 'eLiberty Testnet',
|
|
15607
|
+
chain: '$EL',
|
|
15608
|
+
icon: 'eLiberty',
|
|
15609
|
+
rpc: ['https://testnet-rpc.eliberty.ngo'],
|
|
15610
|
+
faucets: ['https://faucet.eliberty.ngo'],
|
|
15611
|
+
nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
|
|
15612
|
+
infoURL: 'https://eliberty.ngo',
|
|
15613
|
+
shortName: 'ELt',
|
|
15614
|
+
chainId: 99099,
|
|
15615
|
+
networkId: 99099,
|
|
15616
|
+
explorers: [
|
|
15617
|
+
{
|
|
15618
|
+
name: 'eLiberty Testnet',
|
|
15619
|
+
url: 'https://testnet.eliberty.ngo',
|
|
15620
|
+
standard: 'EIP3091'
|
|
15621
|
+
}
|
|
15622
|
+
]
|
|
15623
|
+
},
|
|
15073
15624
|
99998: {
|
|
15074
15625
|
name: 'UB Smart Chain(testnet)',
|
|
15075
15626
|
chain: 'USC',
|
|
@@ -15728,7 +16279,7 @@ exports.chains = {
|
|
|
15728
16279
|
]
|
|
15729
16280
|
},
|
|
15730
16281
|
167005: {
|
|
15731
|
-
name: 'Taiko
|
|
16282
|
+
name: 'Taiko Grimsvotn L2',
|
|
15732
16283
|
chain: 'ETH',
|
|
15733
16284
|
status: 'active',
|
|
15734
16285
|
icon: 'taiko',
|
|
@@ -15736,7 +16287,7 @@ exports.chains = {
|
|
|
15736
16287
|
faucets: [],
|
|
15737
16288
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15738
16289
|
infoURL: 'https://taiko.xyz',
|
|
15739
|
-
shortName: 'taiko-
|
|
16290
|
+
shortName: 'taiko-l2',
|
|
15740
16291
|
chainId: 167005,
|
|
15741
16292
|
networkId: 167005,
|
|
15742
16293
|
explorers: [
|
|
@@ -15747,6 +16298,26 @@ exports.chains = {
|
|
|
15747
16298
|
}
|
|
15748
16299
|
]
|
|
15749
16300
|
},
|
|
16301
|
+
167006: {
|
|
16302
|
+
name: 'Taiko Eldfell L3',
|
|
16303
|
+
chain: 'ETH',
|
|
16304
|
+
status: 'active',
|
|
16305
|
+
icon: 'taiko',
|
|
16306
|
+
rpc: ['https://rpc.l3test.taiko.xyz'],
|
|
16307
|
+
faucets: [],
|
|
16308
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16309
|
+
infoURL: 'https://taiko.xyz',
|
|
16310
|
+
shortName: 'taiko-l3',
|
|
16311
|
+
chainId: 167006,
|
|
16312
|
+
networkId: 167006,
|
|
16313
|
+
explorers: [
|
|
16314
|
+
{
|
|
16315
|
+
name: 'blockscout',
|
|
16316
|
+
url: 'https://explorer.l3test.taiko.xyz',
|
|
16317
|
+
standard: 'EIP3091'
|
|
16318
|
+
}
|
|
16319
|
+
]
|
|
16320
|
+
},
|
|
15750
16321
|
188881: {
|
|
15751
16322
|
name: 'Condor Test Network',
|
|
15752
16323
|
chain: 'CONDOR',
|
|
@@ -15893,7 +16464,7 @@ exports.chains = {
|
|
|
15893
16464
|
202020: {
|
|
15894
16465
|
name: 'Decimal Smart Chain Testnet',
|
|
15895
16466
|
chain: 'tDSC',
|
|
15896
|
-
rpc: ['https://testnet-val.decimalchain.com/web3'],
|
|
16467
|
+
rpc: ['https://testnet-val.decimalchain.com/web3/'],
|
|
15897
16468
|
faucets: [],
|
|
15898
16469
|
nativeCurrency: { name: 'Decimal', symbol: 'tDEL', decimals: 18 },
|
|
15899
16470
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -15974,6 +16545,48 @@ exports.chains = {
|
|
|
15974
16545
|
}
|
|
15975
16546
|
]
|
|
15976
16547
|
},
|
|
16548
|
+
221230: {
|
|
16549
|
+
name: 'Reapchain Mainnet',
|
|
16550
|
+
chain: 'REAP',
|
|
16551
|
+
rpc: ['https://rpc.reapchain.org'],
|
|
16552
|
+
faucets: [],
|
|
16553
|
+
nativeCurrency: { name: 'Reap', symbol: 'REAP', decimals: 18 },
|
|
16554
|
+
features: [],
|
|
16555
|
+
infoURL: 'https://reapchain.com',
|
|
16556
|
+
shortName: 'reap',
|
|
16557
|
+
chainId: 221230,
|
|
16558
|
+
networkId: 221230,
|
|
16559
|
+
icon: 'reapchain',
|
|
16560
|
+
explorers: [
|
|
16561
|
+
{
|
|
16562
|
+
name: 'Reapchain Dashboard',
|
|
16563
|
+
url: 'https://dashboard.reapchain.org',
|
|
16564
|
+
icon: 'reapchain',
|
|
16565
|
+
standard: 'none'
|
|
16566
|
+
}
|
|
16567
|
+
]
|
|
16568
|
+
},
|
|
16569
|
+
221231: {
|
|
16570
|
+
name: 'Reapchain Testnet',
|
|
16571
|
+
chain: 'REAP',
|
|
16572
|
+
rpc: ['https://test-rpc.reapchain.org'],
|
|
16573
|
+
faucets: ['http://faucet.reapchain.com'],
|
|
16574
|
+
nativeCurrency: { name: 'test-Reap', symbol: 'tREAP', decimals: 18 },
|
|
16575
|
+
features: [],
|
|
16576
|
+
infoURL: 'https://reapchain.com',
|
|
16577
|
+
shortName: 'reap-testnet',
|
|
16578
|
+
chainId: 221231,
|
|
16579
|
+
networkId: 221231,
|
|
16580
|
+
icon: 'reapchain',
|
|
16581
|
+
explorers: [
|
|
16582
|
+
{
|
|
16583
|
+
name: 'Reapchain Testnet Dashboard',
|
|
16584
|
+
url: 'https://test-dashboard.reapchain.org',
|
|
16585
|
+
icon: 'reapchain',
|
|
16586
|
+
standard: 'none'
|
|
16587
|
+
}
|
|
16588
|
+
]
|
|
16589
|
+
},
|
|
15977
16590
|
224168: {
|
|
15978
16591
|
name: 'Taf ECO Chain Mainnet',
|
|
15979
16592
|
chain: 'Taf ECO Chain',
|
|
@@ -16443,7 +17056,10 @@ exports.chains = {
|
|
|
16443
17056
|
symbol: 'AGOR',
|
|
16444
17057
|
decimals: 18
|
|
16445
17058
|
},
|
|
16446
|
-
rpc: [
|
|
17059
|
+
rpc: [
|
|
17060
|
+
'https://goerli-rollup.arbitrum.io/rpc',
|
|
17061
|
+
'https://arbitrum-goerli.publicnode.com'
|
|
17062
|
+
],
|
|
16447
17063
|
faucets: [],
|
|
16448
17064
|
infoURL: 'https://arbitrum.io/',
|
|
16449
17065
|
explorers: [
|
|
@@ -16700,6 +17316,7 @@ exports.chains = {
|
|
|
16700
17316
|
534849: {
|
|
16701
17317
|
name: 'Shinarium Beta',
|
|
16702
17318
|
chain: 'Shinarium',
|
|
17319
|
+
icon: 'shinarium',
|
|
16703
17320
|
rpc: ['https://rpc.shinarium.org'],
|
|
16704
17321
|
faucets: ['https://faucet.shinarium.org'],
|
|
16705
17322
|
nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
|
|
@@ -17520,7 +18137,10 @@ exports.chains = {
|
|
|
17520
18137
|
rpc: [
|
|
17521
18138
|
'https://rpc.sepolia.org',
|
|
17522
18139
|
'https://rpc2.sepolia.org',
|
|
17523
|
-
'https://rpc-sepolia.rockx.com'
|
|
18140
|
+
'https://rpc-sepolia.rockx.com',
|
|
18141
|
+
'https://rpc.sepolia.ethpandaops.io',
|
|
18142
|
+
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
18143
|
+
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}'
|
|
17524
18144
|
],
|
|
17525
18145
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
17526
18146
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -17952,6 +18572,12 @@ exports.chains = {
|
|
|
17952
18572
|
name: 'neonscan',
|
|
17953
18573
|
url: 'https://devnet.neonscan.org',
|
|
17954
18574
|
standard: 'EIP3091'
|
|
18575
|
+
},
|
|
18576
|
+
{
|
|
18577
|
+
name: 'blockscout',
|
|
18578
|
+
url: 'https://neon-devnet.blockscout.com',
|
|
18579
|
+
icon: 'blockscout',
|
|
18580
|
+
standard: 'EIP3091'
|
|
17955
18581
|
}
|
|
17956
18582
|
]
|
|
17957
18583
|
},
|
|
@@ -17962,19 +18588,19 @@ exports.chains = {
|
|
|
17962
18588
|
faucets: [],
|
|
17963
18589
|
icon: 'neon',
|
|
17964
18590
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
17965
|
-
infoURL: 'https://
|
|
18591
|
+
infoURL: 'https://neonevm.org',
|
|
17966
18592
|
shortName: 'neonevm-mainnet',
|
|
17967
18593
|
chainId: 245022934,
|
|
17968
18594
|
networkId: 245022934,
|
|
17969
18595
|
explorers: [
|
|
17970
18596
|
{
|
|
17971
|
-
name: '
|
|
17972
|
-
url: 'https://
|
|
18597
|
+
name: 'neonscan',
|
|
18598
|
+
url: 'https://neonscan.org',
|
|
17973
18599
|
standard: 'EIP3091'
|
|
17974
18600
|
},
|
|
17975
18601
|
{
|
|
17976
|
-
name: '
|
|
17977
|
-
url: 'https://
|
|
18602
|
+
name: 'native',
|
|
18603
|
+
url: 'https://neon.blockscout.com',
|
|
17978
18604
|
standard: 'EIP3091'
|
|
17979
18605
|
}
|
|
17980
18606
|
]
|