@revoke.cash/chains 45.0.0 → 46.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 +550 -14
- package/dist/src/enums.d.ts +51 -1
- package/dist/src/enums.js +51 -1
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -949,8 +949,8 @@ exports.chains = {
|
|
|
949
949
|
networkId: 44,
|
|
950
950
|
explorers: [
|
|
951
951
|
{
|
|
952
|
-
name: '
|
|
953
|
-
url: 'https://crab.
|
|
952
|
+
name: 'blockscout',
|
|
953
|
+
url: 'https://crab-scan.darwinia.network',
|
|
954
954
|
standard: 'EIP3091'
|
|
955
955
|
}
|
|
956
956
|
]
|
|
@@ -4192,7 +4192,8 @@ exports.chains = {
|
|
|
4192
4192
|
'https://mainnet.b2-rpc.com',
|
|
4193
4193
|
'https://rpc.bsquared.network',
|
|
4194
4194
|
'https://b2-mainnet.alt.technology',
|
|
4195
|
-
'https://b2-mainnet-public.s.chainbase.com'
|
|
4195
|
+
'https://b2-mainnet-public.s.chainbase.com',
|
|
4196
|
+
'https://rpc.ankr.com/b2'
|
|
4196
4197
|
],
|
|
4197
4198
|
faucets: [],
|
|
4198
4199
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
@@ -5457,6 +5458,18 @@ exports.chains = {
|
|
|
5457
5458
|
],
|
|
5458
5459
|
iconURL: 'https://ipfs.io/ipfs/QmYmQAo5hSr16LDeSbWbXfKdF6qa2zCoK7e88r2f7RiFdt'
|
|
5459
5460
|
},
|
|
5461
|
+
360: {
|
|
5462
|
+
name: 'Shape',
|
|
5463
|
+
chain: 'ETH',
|
|
5464
|
+
rpc: [],
|
|
5465
|
+
faucets: [],
|
|
5466
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5467
|
+
infoURL: 'https://shape.us',
|
|
5468
|
+
shortName: 'shape',
|
|
5469
|
+
chainId: 360,
|
|
5470
|
+
networkId: 360,
|
|
5471
|
+
status: 'incubating'
|
|
5472
|
+
},
|
|
5460
5473
|
361: {
|
|
5461
5474
|
name: 'Theta Mainnet',
|
|
5462
5475
|
chain: 'Theta',
|
|
@@ -7066,6 +7079,29 @@ exports.chains = {
|
|
|
7066
7079
|
}
|
|
7067
7080
|
]
|
|
7068
7081
|
},
|
|
7082
|
+
701: {
|
|
7083
|
+
name: 'Darwinia Koi Testnet',
|
|
7084
|
+
chain: 'Darwinia Koi',
|
|
7085
|
+
rpc: ['https://koi-rpc.darwinia.network'],
|
|
7086
|
+
faucets: [],
|
|
7087
|
+
nativeCurrency: {
|
|
7088
|
+
name: 'Koi Network Native Token',
|
|
7089
|
+
symbol: 'KRING',
|
|
7090
|
+
decimals: 18
|
|
7091
|
+
},
|
|
7092
|
+
infoURL: 'https://darwinia.network/',
|
|
7093
|
+
shortName: 'darwinia-koi',
|
|
7094
|
+
chainId: 701,
|
|
7095
|
+
networkId: 701,
|
|
7096
|
+
slip44: 1,
|
|
7097
|
+
explorers: [
|
|
7098
|
+
{
|
|
7099
|
+
name: 'blockscout',
|
|
7100
|
+
url: 'https://koi-scan.darwinia.network',
|
|
7101
|
+
standard: 'EIP3091'
|
|
7102
|
+
}
|
|
7103
|
+
]
|
|
7104
|
+
},
|
|
7069
7105
|
707: {
|
|
7070
7106
|
name: 'BlockChain Station Mainnet',
|
|
7071
7107
|
chain: 'BCS',
|
|
@@ -9285,7 +9321,11 @@ exports.chains = {
|
|
|
9285
9321
|
name: 'B2 Testnet',
|
|
9286
9322
|
title: 'B2 Testnet',
|
|
9287
9323
|
chain: 'Habitat',
|
|
9288
|
-
rpc: [
|
|
9324
|
+
rpc: [
|
|
9325
|
+
'https://b2-testnet.alt.technology',
|
|
9326
|
+
'https://rpc.ankr.com/b2_testnet',
|
|
9327
|
+
'https://testnet-rpc.bsquared.network'
|
|
9328
|
+
],
|
|
9289
9329
|
faucets: [],
|
|
9290
9330
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
9291
9331
|
infoURL: 'https://www.bsquared.network',
|
|
@@ -9559,6 +9599,30 @@ exports.chains = {
|
|
|
9559
9599
|
],
|
|
9560
9600
|
iconURL: 'https://ipfs.io/ipfs/bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi'
|
|
9561
9601
|
},
|
|
9602
|
+
1200: {
|
|
9603
|
+
name: 'Cuckoo Chain',
|
|
9604
|
+
title: 'Cuckoo Chain',
|
|
9605
|
+
chain: 'CuckooAI',
|
|
9606
|
+
icon: 'cuckoo-ai',
|
|
9607
|
+
rpc: [
|
|
9608
|
+
'https://mainnet-rpc.cuckoo.network',
|
|
9609
|
+
'wss://mainnet-rpc.cuckoo.network'
|
|
9610
|
+
],
|
|
9611
|
+
faucets: [],
|
|
9612
|
+
nativeCurrency: { name: 'CuckooAI', symbol: 'CAI', decimals: 18 },
|
|
9613
|
+
infoURL: 'https://cuckoo.network',
|
|
9614
|
+
shortName: 'cai',
|
|
9615
|
+
chainId: 1200,
|
|
9616
|
+
networkId: 1200,
|
|
9617
|
+
explorers: [
|
|
9618
|
+
{
|
|
9619
|
+
name: 'Cuckoo Chain Explorer',
|
|
9620
|
+
url: 'https://mainnet-scan.cuckoo.network',
|
|
9621
|
+
standard: 'EIP3091'
|
|
9622
|
+
}
|
|
9623
|
+
],
|
|
9624
|
+
iconURL: 'https://ipfs.io/ipfs/QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us'
|
|
9625
|
+
},
|
|
9562
9626
|
1201: {
|
|
9563
9627
|
name: 'Evanesco Testnet',
|
|
9564
9628
|
chain: 'Evanesco Testnet',
|
|
@@ -9614,6 +9678,30 @@ exports.chains = {
|
|
|
9614
9678
|
],
|
|
9615
9679
|
iconURL: 'https://ipfs.io/ipfs/QmVFWTqfqnMXbiPKpDFucE9QSQ1SVsUWs4HxBqRGjgQCbu'
|
|
9616
9680
|
},
|
|
9681
|
+
1210: {
|
|
9682
|
+
name: 'Cuckoo Sepolia',
|
|
9683
|
+
title: 'Cuckoo AI Testnet Sepolia',
|
|
9684
|
+
chain: 'CuckooAI',
|
|
9685
|
+
icon: 'cuckoo-ai',
|
|
9686
|
+
rpc: [
|
|
9687
|
+
'https://testnet-rpc.cuckoo.network',
|
|
9688
|
+
'wss://testnet-rpc.cuckoo.network'
|
|
9689
|
+
],
|
|
9690
|
+
faucets: ['https://cuckoo.network/portal/faucet/'],
|
|
9691
|
+
nativeCurrency: { name: 'CuckooAI', symbol: 'CAI', decimals: 18 },
|
|
9692
|
+
infoURL: 'https://cuckoo.network',
|
|
9693
|
+
shortName: 'caisepolia',
|
|
9694
|
+
chainId: 1210,
|
|
9695
|
+
networkId: 1210,
|
|
9696
|
+
explorers: [
|
|
9697
|
+
{
|
|
9698
|
+
name: 'Cuckoo Sepolia Explorer',
|
|
9699
|
+
url: 'https://testnet-scan.cuckoo.network',
|
|
9700
|
+
standard: 'EIP3091'
|
|
9701
|
+
}
|
|
9702
|
+
],
|
|
9703
|
+
iconURL: 'https://ipfs.io/ipfs/QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us'
|
|
9704
|
+
},
|
|
9617
9705
|
1213: {
|
|
9618
9706
|
name: 'Popcateum Mainnet',
|
|
9619
9707
|
chain: 'POPCATEUM',
|
|
@@ -9667,15 +9755,16 @@ exports.chains = {
|
|
|
9667
9755
|
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
9668
9756
|
},
|
|
9669
9757
|
1224: {
|
|
9670
|
-
name: 'Hybrid Testnet',
|
|
9758
|
+
name: 'Hybrid Testnet (Deprecated)',
|
|
9671
9759
|
chain: 'HYB',
|
|
9672
9760
|
icon: 'hybridIcon',
|
|
9673
9761
|
rpc: ['https://testnet-rpc.buildonhybrid.com'],
|
|
9674
9762
|
faucets: [],
|
|
9675
9763
|
nativeCurrency: { name: 'Hybrid', symbol: 'HYB', decimals: 18 },
|
|
9676
9764
|
infoURL: 'https://buildonhybrid.com',
|
|
9677
|
-
shortName: '
|
|
9765
|
+
shortName: 'hyb_deprecated',
|
|
9678
9766
|
chainId: 1224,
|
|
9767
|
+
status: 'deprecated',
|
|
9679
9768
|
networkId: 1224,
|
|
9680
9769
|
explorers: [
|
|
9681
9770
|
{
|
|
@@ -9686,6 +9775,30 @@ exports.chains = {
|
|
|
9686
9775
|
],
|
|
9687
9776
|
iconURL: 'https://ipfs.io/ipfs/QmdGfvH9qfvbMXYKosS1nHbw3q5UtFJky4hdMDmmKDTx8Y'
|
|
9688
9777
|
},
|
|
9778
|
+
1225: {
|
|
9779
|
+
name: 'Hybrid Testnet',
|
|
9780
|
+
chain: 'HYB',
|
|
9781
|
+
icon: 'hybridIcon',
|
|
9782
|
+
rpc: [
|
|
9783
|
+
'https://hybrid-testnet.rpc.caldera.xyz/http',
|
|
9784
|
+
'wss://hybrid-testnet.rpc.caldera.xyz/ws'
|
|
9785
|
+
],
|
|
9786
|
+
faucets: [],
|
|
9787
|
+
nativeCurrency: { name: 'Hybrid', symbol: 'HYB', decimals: 18 },
|
|
9788
|
+
infoURL: 'https://buildonhybrid.com',
|
|
9789
|
+
shortName: 'hyb',
|
|
9790
|
+
chainId: 1225,
|
|
9791
|
+
networkId: 1225,
|
|
9792
|
+
explorers: [
|
|
9793
|
+
{
|
|
9794
|
+
name: 'Hybrid Testnet',
|
|
9795
|
+
url: 'https://explorer.buildonhybrid.com',
|
|
9796
|
+
standard: 'EIP3091'
|
|
9797
|
+
}
|
|
9798
|
+
],
|
|
9799
|
+
status: 'active',
|
|
9800
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGfvH9qfvbMXYKosS1nHbw3q5UtFJky4hdMDmmKDTx8Y'
|
|
9801
|
+
},
|
|
9689
9802
|
1229: {
|
|
9690
9803
|
name: 'Exzo Network Mainnet',
|
|
9691
9804
|
chain: 'EXZO',
|
|
@@ -10199,6 +10312,29 @@ exports.chains = {
|
|
|
10199
10312
|
],
|
|
10200
10313
|
iconURL: 'https://ipfs.io/ipfs/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy'
|
|
10201
10314
|
},
|
|
10315
|
+
1328: {
|
|
10316
|
+
name: 'Sei Testnet',
|
|
10317
|
+
chain: 'Sei',
|
|
10318
|
+
rpc: [
|
|
10319
|
+
'https://evm-rpc-testnet.sei-apis.com',
|
|
10320
|
+
'wss://evm-ws-testnet.sei-apis.com'
|
|
10321
|
+
],
|
|
10322
|
+
faucets: ['https://atlantic-2.app.sei.io/faucet'],
|
|
10323
|
+
nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
|
|
10324
|
+
infoURL: 'https://www.sei.io',
|
|
10325
|
+
shortName: 'sei-testnet',
|
|
10326
|
+
chainId: 1328,
|
|
10327
|
+
networkId: 1328,
|
|
10328
|
+
icon: 'sei',
|
|
10329
|
+
explorers: [
|
|
10330
|
+
{
|
|
10331
|
+
name: 'Seitrace',
|
|
10332
|
+
url: 'https://seitrace.com',
|
|
10333
|
+
standard: 'EIP3091'
|
|
10334
|
+
}
|
|
10335
|
+
],
|
|
10336
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih3l3iisplmikofkbfyimqlox7nmixzlkzhjoewmpi4jbqitwryoa'
|
|
10337
|
+
},
|
|
10202
10338
|
1329: {
|
|
10203
10339
|
name: 'Sei Network',
|
|
10204
10340
|
chain: 'Sei',
|
|
@@ -12013,6 +12149,26 @@ exports.chains = {
|
|
|
12013
12149
|
],
|
|
12014
12150
|
iconURL: 'https://ipfs.io/ipfs/Qmbwi5FoJdL6HuFmQGQu1sdyoGrSuj45H12tMNTnpRAmLw'
|
|
12015
12151
|
},
|
|
12152
|
+
1997: {
|
|
12153
|
+
name: 'Kyoto',
|
|
12154
|
+
chain: 'KYOTO',
|
|
12155
|
+
rpc: ['https://rpc.kyotochain.io'],
|
|
12156
|
+
faucets: [],
|
|
12157
|
+
nativeCurrency: { name: 'Kyoto', symbol: 'KYOTO', decimals: 18 },
|
|
12158
|
+
features: [{ name: 'EIP155' }],
|
|
12159
|
+
infoURL: 'https://kyotoprotocol.io',
|
|
12160
|
+
shortName: 'kyoto',
|
|
12161
|
+
chainId: 1997,
|
|
12162
|
+
networkId: 1997,
|
|
12163
|
+
slip44: 1,
|
|
12164
|
+
explorers: [
|
|
12165
|
+
{
|
|
12166
|
+
name: 'Kyotoscan',
|
|
12167
|
+
url: 'https://kyotoscan.io',
|
|
12168
|
+
standard: 'EIP3091'
|
|
12169
|
+
}
|
|
12170
|
+
]
|
|
12171
|
+
},
|
|
12016
12172
|
1998: {
|
|
12017
12173
|
name: 'Kyoto Testnet',
|
|
12018
12174
|
chain: 'KYOTO',
|
|
@@ -12103,6 +12259,26 @@ exports.chains = {
|
|
|
12103
12259
|
],
|
|
12104
12260
|
iconURL: 'https://ipfs.io/ipfs/QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd'
|
|
12105
12261
|
},
|
|
12262
|
+
2004: {
|
|
12263
|
+
name: 'MetaLink Network',
|
|
12264
|
+
chain: 'MetaLink',
|
|
12265
|
+
rpc: ['http://77.237.237.69:9933'],
|
|
12266
|
+
icon: 'metaLink',
|
|
12267
|
+
faucets: [],
|
|
12268
|
+
shortName: 'mtl',
|
|
12269
|
+
nativeCurrency: { name: 'MetaLink', symbol: 'MTL', decimals: 18 },
|
|
12270
|
+
infoURL: 'http://totwo3.com:3000',
|
|
12271
|
+
chainId: 2004,
|
|
12272
|
+
networkId: 2004,
|
|
12273
|
+
explorers: [
|
|
12274
|
+
{
|
|
12275
|
+
name: 'MetaScan',
|
|
12276
|
+
url: 'http://twoto3.com:3000',
|
|
12277
|
+
standard: 'none'
|
|
12278
|
+
}
|
|
12279
|
+
],
|
|
12280
|
+
iconURL: 'https://ipfs.io/ipfs/QmfSXRkDPSwt7heQ24pDtWKN6vvervEaTJHmueyRp1mpg1'
|
|
12281
|
+
},
|
|
12106
12282
|
2008: {
|
|
12107
12283
|
name: 'CloudWalk Testnet',
|
|
12108
12284
|
chain: 'CloudWalk Testnet',
|
|
@@ -12883,7 +13059,10 @@ exports.chains = {
|
|
|
12883
13059
|
2136: {
|
|
12884
13060
|
name: 'BigShortBets Testnet',
|
|
12885
13061
|
chain: 'BIGSB Testnet',
|
|
12886
|
-
rpc: [
|
|
13062
|
+
rpc: [
|
|
13063
|
+
'https://test-market.bigsb.network',
|
|
13064
|
+
'wss://test-market.bigsb.network'
|
|
13065
|
+
],
|
|
12887
13066
|
faucets: [],
|
|
12888
13067
|
nativeCurrency: { name: 'Dolarz', symbol: 'Dolarz', decimals: 18 },
|
|
12889
13068
|
infoURL: 'https://bigshortbets.com/',
|
|
@@ -13947,6 +14126,48 @@ exports.chains = {
|
|
|
13947
14126
|
],
|
|
13948
14127
|
iconURL: 'https://ipfs.io/ipfs/QmNeELax6vjkR9WZVmtggk8cam9xHVABZ4WvQyqkGCJ5qf'
|
|
13949
14128
|
},
|
|
14129
|
+
2648: {
|
|
14130
|
+
name: 'AILayer Testnet',
|
|
14131
|
+
chain: 'AILayer',
|
|
14132
|
+
rpc: ['https://testnet-rpc.ailayer.xyz', 'wss://testnet-rpc.ailayer.xyz'],
|
|
14133
|
+
faucets: [],
|
|
14134
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
14135
|
+
infoURL: 'https://ailayer.xyz/',
|
|
14136
|
+
shortName: 'ailayer-testnet',
|
|
14137
|
+
chainId: 2648,
|
|
14138
|
+
networkId: 2648,
|
|
14139
|
+
icon: 'ailayer',
|
|
14140
|
+
explorers: [
|
|
14141
|
+
{
|
|
14142
|
+
name: 'blockscout',
|
|
14143
|
+
url: 'https://testnet-explorer.ailayer.xyz',
|
|
14144
|
+
icon: 'ailayer',
|
|
14145
|
+
standard: 'EIP3091'
|
|
14146
|
+
}
|
|
14147
|
+
],
|
|
14148
|
+
iconURL: 'https://ipfs.io/ipfs/QmYoqc8rm8PrBg9jqfpsrxd6zdPEqDozbyNVMkBo3QMAFP'
|
|
14149
|
+
},
|
|
14150
|
+
2649: {
|
|
14151
|
+
name: 'AILayer Mainnet',
|
|
14152
|
+
chain: 'AILayer',
|
|
14153
|
+
rpc: ['https://mainnet-rpc.ailayer.xyz', 'wss://mainnet-rpc.ailayer.xyz'],
|
|
14154
|
+
faucets: [],
|
|
14155
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
14156
|
+
infoURL: 'https://ailayer.xyz/',
|
|
14157
|
+
shortName: 'ailayer-mainnet',
|
|
14158
|
+
chainId: 2649,
|
|
14159
|
+
networkId: 2649,
|
|
14160
|
+
icon: 'ailayer',
|
|
14161
|
+
explorers: [
|
|
14162
|
+
{
|
|
14163
|
+
name: 'blockscout',
|
|
14164
|
+
url: 'https://mainnet-explorer.ailayer.xyz',
|
|
14165
|
+
icon: 'ailayer',
|
|
14166
|
+
standard: 'EIP3091'
|
|
14167
|
+
}
|
|
14168
|
+
],
|
|
14169
|
+
iconURL: 'https://ipfs.io/ipfs/QmYoqc8rm8PrBg9jqfpsrxd6zdPEqDozbyNVMkBo3QMAFP'
|
|
14170
|
+
},
|
|
13950
14171
|
2662: {
|
|
13951
14172
|
name: 'APEX',
|
|
13952
14173
|
status: 'incubating',
|
|
@@ -14675,6 +14896,28 @@ exports.chains = {
|
|
|
14675
14896
|
],
|
|
14676
14897
|
iconURL: 'https://ipfs.io/ipfs/QmT2RotFAn8edji6FqBiP1TpTb1EFqHr28qbQGoRaJ9nTN'
|
|
14677
14898
|
},
|
|
14899
|
+
3490: {
|
|
14900
|
+
name: 'GTCSCAN',
|
|
14901
|
+
chain: 'GTC',
|
|
14902
|
+
icon: 'gtc',
|
|
14903
|
+
rpc: ['https://gtc-dataseed.gtcscan.io/'],
|
|
14904
|
+
faucets: [],
|
|
14905
|
+
nativeCurrency: { name: 'GTC', symbol: 'GTC', decimals: 18 },
|
|
14906
|
+
infoURL: 'https://gtcscan.io/',
|
|
14907
|
+
shortName: 'gtc',
|
|
14908
|
+
chainId: 3490,
|
|
14909
|
+
networkId: 3490,
|
|
14910
|
+
slip44: 1,
|
|
14911
|
+
explorers: [
|
|
14912
|
+
{
|
|
14913
|
+
name: 'GTCScan Explorer',
|
|
14914
|
+
url: 'https://gtcscan.io',
|
|
14915
|
+
standard: 'none',
|
|
14916
|
+
icon: 'gtc'
|
|
14917
|
+
}
|
|
14918
|
+
],
|
|
14919
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiaaq7gogws6uqcvo6imxbxfgpdhewybh7bxgtfny2i2as5nidbdje'
|
|
14920
|
+
},
|
|
14678
14921
|
3500: {
|
|
14679
14922
|
name: 'Paribu Net Testnet',
|
|
14680
14923
|
chain: 'PRB',
|
|
@@ -14815,6 +15058,7 @@ exports.chains = {
|
|
|
14815
15058
|
3639: {
|
|
14816
15059
|
name: 'iChain Network',
|
|
14817
15060
|
chain: 'iChain',
|
|
15061
|
+
icon: 'iChain',
|
|
14818
15062
|
rpc: ['https://rpc.ichainscan.com'],
|
|
14819
15063
|
faucets: [],
|
|
14820
15064
|
nativeCurrency: { name: 'ISLAMICOIN', symbol: 'ISLAMI', decimals: 18 },
|
|
@@ -14828,7 +15072,28 @@ exports.chains = {
|
|
|
14828
15072
|
url: 'https://ichainscan.com',
|
|
14829
15073
|
standard: 'EIP3091'
|
|
14830
15074
|
}
|
|
14831
|
-
]
|
|
15075
|
+
],
|
|
15076
|
+
iconURL: 'https://ipfs.io/ipfs/QmcumhDxUyoLTHkcMKgPqkpGnnjwSTqE2KGFnDXXFY8mMo'
|
|
15077
|
+
},
|
|
15078
|
+
3645: {
|
|
15079
|
+
name: 'iChain Testnet',
|
|
15080
|
+
chain: 'iChain Testnet',
|
|
15081
|
+
icon: 'iChain',
|
|
15082
|
+
rpc: ['https://istanbul.ichainscan.com'],
|
|
15083
|
+
faucets: [],
|
|
15084
|
+
nativeCurrency: { name: 'ISLAMICOIN', symbol: 'ISLAMI', decimals: 18 },
|
|
15085
|
+
infoURL: 'https://islamicoin.finance',
|
|
15086
|
+
shortName: 'ISLAMIT',
|
|
15087
|
+
chainId: 3645,
|
|
15088
|
+
networkId: 3645,
|
|
15089
|
+
explorers: [
|
|
15090
|
+
{
|
|
15091
|
+
name: 'iChainscan',
|
|
15092
|
+
url: 'https://test.ichainscan.com',
|
|
15093
|
+
standard: 'EIP3091'
|
|
15094
|
+
}
|
|
15095
|
+
],
|
|
15096
|
+
iconURL: 'https://ipfs.io/ipfs/QmcumhDxUyoLTHkcMKgPqkpGnnjwSTqE2KGFnDXXFY8mMo'
|
|
14832
15097
|
},
|
|
14833
15098
|
3666: {
|
|
14834
15099
|
name: 'Jouleverse Mainnet',
|
|
@@ -15394,6 +15659,28 @@ exports.chains = {
|
|
|
15394
15659
|
}
|
|
15395
15660
|
]
|
|
15396
15661
|
},
|
|
15662
|
+
4058: {
|
|
15663
|
+
name: 'Bahamut ocean',
|
|
15664
|
+
title: 'Bahamut ocean',
|
|
15665
|
+
chain: 'Bahamut',
|
|
15666
|
+
icon: 'bahamut',
|
|
15667
|
+
rpc: ['https://rpc1.ocean.bahamutchain.com'],
|
|
15668
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15669
|
+
faucets: [],
|
|
15670
|
+
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
|
15671
|
+
shortName: 'ocean',
|
|
15672
|
+
infoURL: 'https://bahamut.io',
|
|
15673
|
+
chainId: 4058,
|
|
15674
|
+
networkId: 4058,
|
|
15675
|
+
explorers: [
|
|
15676
|
+
{
|
|
15677
|
+
name: 'blockscout',
|
|
15678
|
+
url: 'https://ocean.ftnscan.com',
|
|
15679
|
+
standard: 'none'
|
|
15680
|
+
}
|
|
15681
|
+
],
|
|
15682
|
+
iconURL: 'https://ipfs.io/ipfs/QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP'
|
|
15683
|
+
},
|
|
15397
15684
|
4061: {
|
|
15398
15685
|
name: 'Nahmii 3 Mainnet',
|
|
15399
15686
|
chain: 'Nahmii',
|
|
@@ -15615,10 +15902,11 @@ exports.chains = {
|
|
|
15615
15902
|
name: 'CrossFi Testnet',
|
|
15616
15903
|
title: 'CrossFi Testnet',
|
|
15617
15904
|
chain: 'XFI',
|
|
15905
|
+
icon: 'crossfi',
|
|
15618
15906
|
rpc: ['https://rpc.testnet.ms'],
|
|
15619
15907
|
faucets: [],
|
|
15620
15908
|
nativeCurrency: { name: 'XFI', symbol: 'XFI', decimals: 18 },
|
|
15621
|
-
infoURL: 'https://crossfi.org
|
|
15909
|
+
infoURL: 'https://crossfi.org',
|
|
15622
15910
|
shortName: 'crossfi-testnet',
|
|
15623
15911
|
chainId: 4157,
|
|
15624
15912
|
networkId: 4157,
|
|
@@ -15626,10 +15914,12 @@ exports.chains = {
|
|
|
15626
15914
|
explorers: [
|
|
15627
15915
|
{
|
|
15628
15916
|
name: 'CrossFi Testnet Scan',
|
|
15629
|
-
url: 'https://
|
|
15630
|
-
standard: 'EIP3091'
|
|
15917
|
+
url: 'https://test.xfiscan.com',
|
|
15918
|
+
standard: 'EIP3091',
|
|
15919
|
+
icon: 'crossfi'
|
|
15631
15920
|
}
|
|
15632
|
-
]
|
|
15921
|
+
],
|
|
15922
|
+
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
15633
15923
|
},
|
|
15634
15924
|
4181: {
|
|
15635
15925
|
name: 'PHI Network V1',
|
|
@@ -17476,6 +17766,19 @@ exports.chains = {
|
|
|
17476
17766
|
],
|
|
17477
17767
|
iconURL: 'https://ipfs.io/ipfs/QmTKgKs7kJiWDhdjbELE4Y2HVZ36KS4bYkNCbXdsXk66sW'
|
|
17478
17768
|
},
|
|
17769
|
+
6699: {
|
|
17770
|
+
name: 'OX Chain',
|
|
17771
|
+
title: 'OX Chain',
|
|
17772
|
+
chain: 'OX',
|
|
17773
|
+
rpc: ['https://rpc.oxscan.io'],
|
|
17774
|
+
faucets: [],
|
|
17775
|
+
nativeCurrency: { name: 'OX', symbol: 'OX', decimals: 18 },
|
|
17776
|
+
infoURL: 'https://ox.fun/chain',
|
|
17777
|
+
shortName: 'ox-chain',
|
|
17778
|
+
chainId: 6699,
|
|
17779
|
+
networkId: 6699,
|
|
17780
|
+
status: 'incubating'
|
|
17781
|
+
},
|
|
17479
17782
|
6701: {
|
|
17480
17783
|
name: 'PAXB Mainnet',
|
|
17481
17784
|
chain: 'PAXB',
|
|
@@ -20152,6 +20455,26 @@ exports.chains = {
|
|
|
20152
20455
|
],
|
|
20153
20456
|
iconURL: 'https://ipfs.io/ipfs/QmRR4v6h6z21BpgS9xY3ExLB4Gkmm3i3dJWQx27oTGifq8'
|
|
20154
20457
|
},
|
|
20458
|
+
9981: {
|
|
20459
|
+
name: 'Volley Mainnet',
|
|
20460
|
+
chain: 'Volley',
|
|
20461
|
+
icon: 'volley',
|
|
20462
|
+
rpc: ['https://main-rpc.volleychain.com'],
|
|
20463
|
+
faucets: [],
|
|
20464
|
+
nativeCurrency: { name: 'V2X', symbol: 'V2X', decimals: 18 },
|
|
20465
|
+
infoURL: 'https://www.volleychain.com',
|
|
20466
|
+
shortName: 'volley-mainnet',
|
|
20467
|
+
chainId: 9981,
|
|
20468
|
+
networkId: 9981,
|
|
20469
|
+
explorers: [
|
|
20470
|
+
{
|
|
20471
|
+
name: 'Volley Mainnet Explorer',
|
|
20472
|
+
url: 'https://volleyscan.io',
|
|
20473
|
+
standard: 'EIP3091'
|
|
20474
|
+
}
|
|
20475
|
+
],
|
|
20476
|
+
iconURL: 'https://ipfs.io/ipfs/Qmd8hyeNQ2zvJh6b1F1A7ujKaDAoznqA9ejH2RJdRaimUk'
|
|
20477
|
+
},
|
|
20155
20478
|
9990: {
|
|
20156
20479
|
name: 'Agung Network',
|
|
20157
20480
|
chain: 'Agung',
|
|
@@ -20973,6 +21296,24 @@ exports.chains = {
|
|
|
20973
21296
|
],
|
|
20974
21297
|
iconURL: 'https://ipfs.io/ipfs/QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3'
|
|
20975
21298
|
},
|
|
21299
|
+
11822: {
|
|
21300
|
+
name: 'Artela Testnet',
|
|
21301
|
+
chain: 'Artela',
|
|
21302
|
+
rpc: ['https://betanet-rpc1.artela.network'],
|
|
21303
|
+
faucets: [],
|
|
21304
|
+
nativeCurrency: { name: 'ART', symbol: 'ART', decimals: 18 },
|
|
21305
|
+
infoURL: 'https://artela.network/',
|
|
21306
|
+
shortName: 'Artela',
|
|
21307
|
+
chainId: 11822,
|
|
21308
|
+
networkId: 11822,
|
|
21309
|
+
explorers: [
|
|
21310
|
+
{
|
|
21311
|
+
name: 'ArtelaScan',
|
|
21312
|
+
url: 'https://betanet-scan.artela.network',
|
|
21313
|
+
standard: 'EIP3091'
|
|
21314
|
+
}
|
|
21315
|
+
]
|
|
21316
|
+
},
|
|
20976
21317
|
11888: {
|
|
20977
21318
|
status: 'deprecated',
|
|
20978
21319
|
name: 'Santiment Intelligence Network DEPRECATED',
|
|
@@ -21651,6 +21992,24 @@ exports.chains = {
|
|
|
21651
21992
|
],
|
|
21652
21993
|
iconURL: 'https://ipfs.io/ipfs/bafkreidjhjv7uu7if745ys7ari3ka75spm2hqyr5po66sbe7kqsfk7ahua'
|
|
21653
21994
|
},
|
|
21995
|
+
14801: {
|
|
21996
|
+
name: 'Vana Satori Testnet',
|
|
21997
|
+
chain: 'Satori',
|
|
21998
|
+
rpc: ['http://rpc.satori.vana.org'],
|
|
21999
|
+
faucets: ['https://faucet.vana.org'],
|
|
22000
|
+
nativeCurrency: { name: 'DAT', symbol: 'DAT', decimals: 18 },
|
|
22001
|
+
infoURL: 'https://satori.vana.org',
|
|
22002
|
+
shortName: 'satori',
|
|
22003
|
+
chainId: 14801,
|
|
22004
|
+
networkId: 14801,
|
|
22005
|
+
explorers: [
|
|
22006
|
+
{
|
|
22007
|
+
name: 'satoriscan',
|
|
22008
|
+
url: 'https://satori.vanascan.io',
|
|
22009
|
+
standard: 'EIP3091'
|
|
22010
|
+
}
|
|
22011
|
+
]
|
|
22012
|
+
},
|
|
21654
22013
|
14853: {
|
|
21655
22014
|
name: 'Humanode Testnet 5 Israfel',
|
|
21656
22015
|
chain: 'Humanode Testnet 5',
|
|
@@ -23860,6 +24219,26 @@ exports.chains = {
|
|
|
23860
24219
|
}
|
|
23861
24220
|
]
|
|
23862
24221
|
},
|
|
24222
|
+
33103: {
|
|
24223
|
+
name: 'Zilliqa 2 EVM proto-testnet',
|
|
24224
|
+
chain: 'ZIL',
|
|
24225
|
+
rpc: ['https://api.zq2-prototestnet.zilliqa.com'],
|
|
24226
|
+
faucets: ['https://faucet.zq2-prototestnet.zilliqa.com'],
|
|
24227
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
24228
|
+
infoURL: 'https://www.zilliqa.com/',
|
|
24229
|
+
shortName: 'zq2-proto-testnet',
|
|
24230
|
+
chainId: 33103,
|
|
24231
|
+
networkId: 33103,
|
|
24232
|
+
icon: 'zilliqa',
|
|
24233
|
+
explorers: [
|
|
24234
|
+
{
|
|
24235
|
+
name: 'Zilliqa 2 EVM proto-testnet explorer',
|
|
24236
|
+
url: 'https://explorer.zq2-prototestnet.zilliqa.com',
|
|
24237
|
+
standard: 'EIP3091'
|
|
24238
|
+
}
|
|
24239
|
+
],
|
|
24240
|
+
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
24241
|
+
},
|
|
23863
24242
|
33133: {
|
|
23864
24243
|
name: 'Entangle Testnet',
|
|
23865
24244
|
chain: 'NGL',
|
|
@@ -25047,6 +25426,32 @@ exports.chains = {
|
|
|
25047
25426
|
],
|
|
25048
25427
|
iconURL: 'https://ipfs.io/ipfs/QmXYSMyMnMvBf2F1ih6dTcRVUhmMnpzvmuP7vieLjmNQo5'
|
|
25049
25428
|
},
|
|
25429
|
+
53302: {
|
|
25430
|
+
name: 'Superseed Sepolia Testnet',
|
|
25431
|
+
chain: 'ETH',
|
|
25432
|
+
rpc: ['https://sepolia.superseed.xyz', 'wss://sepolia.superseed.xyz'],
|
|
25433
|
+
faucets: ['https://sepoliafaucet.com'],
|
|
25434
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25435
|
+
infoURL: 'https://www.superseed.xyz',
|
|
25436
|
+
shortName: 'seedsep',
|
|
25437
|
+
chainId: 53302,
|
|
25438
|
+
networkId: 53302,
|
|
25439
|
+
slip44: 1,
|
|
25440
|
+
icon: 'seedTestnet',
|
|
25441
|
+
explorers: [
|
|
25442
|
+
{
|
|
25443
|
+
name: 'seedscout',
|
|
25444
|
+
url: 'https://sepolia-explorer.superseed.xyz',
|
|
25445
|
+
standard: 'EIP3091'
|
|
25446
|
+
}
|
|
25447
|
+
],
|
|
25448
|
+
parent: {
|
|
25449
|
+
type: 'L2',
|
|
25450
|
+
chain: 'eip155-11155111',
|
|
25451
|
+
bridges: [{ url: 'https://sepolia-bridge.superseed.xyz/' }]
|
|
25452
|
+
},
|
|
25453
|
+
iconURL: 'https://ipfs.io/ipfs/QmVa1MhJhixPzFfvhggQWg8hLtS77vg7QFvQtQGrXbVYSg'
|
|
25454
|
+
},
|
|
25050
25455
|
53457: {
|
|
25051
25456
|
name: 'DODOchain testnet',
|
|
25052
25457
|
title: 'DODOchain testnet',
|
|
@@ -25351,6 +25756,27 @@ exports.chains = {
|
|
|
25351
25756
|
}
|
|
25352
25757
|
]
|
|
25353
25758
|
},
|
|
25759
|
+
57451: {
|
|
25760
|
+
name: 'COINSEC Network',
|
|
25761
|
+
title: 'COINSEC Network',
|
|
25762
|
+
chain: 'coinsecnetwork',
|
|
25763
|
+
icon: 'coinsec',
|
|
25764
|
+
rpc: ['https://mainnet-rpc.coinsec.network'],
|
|
25765
|
+
faucets: [],
|
|
25766
|
+
nativeCurrency: { name: 'COINSEC', symbol: 'SEC', decimals: 18 },
|
|
25767
|
+
infoURL: 'https://explorer.coinsec.network/',
|
|
25768
|
+
shortName: 'coinsecnetwork',
|
|
25769
|
+
chainId: 57451,
|
|
25770
|
+
networkId: 57451,
|
|
25771
|
+
explorers: [
|
|
25772
|
+
{
|
|
25773
|
+
name: 'coinsecnetwork',
|
|
25774
|
+
url: 'https://explorer.coinsec.network',
|
|
25775
|
+
standard: 'EIP3091'
|
|
25776
|
+
}
|
|
25777
|
+
],
|
|
25778
|
+
iconURL: 'https://ipfs.io/ipfs/QmeUyBe58BPndt6SpH9Tn1a8AYpNtHbMVhVyZt8Ppc4HTB'
|
|
25779
|
+
},
|
|
25354
25780
|
58008: {
|
|
25355
25781
|
name: 'Sepolia PGN (Public Goods Network)',
|
|
25356
25782
|
chain: 'ETH',
|
|
@@ -26393,9 +26819,12 @@ exports.chains = {
|
|
|
26393
26819
|
name: 'BORAchain mainnet',
|
|
26394
26820
|
chain: 'BORA',
|
|
26395
26821
|
icon: 'bora',
|
|
26396
|
-
rpc: [
|
|
26822
|
+
rpc: [
|
|
26823
|
+
'https://public-node.api.boraportal.com/bora/mainnet',
|
|
26824
|
+
'https://public-node.api.boraportal.io/bora/mainnet'
|
|
26825
|
+
],
|
|
26397
26826
|
faucets: [],
|
|
26398
|
-
nativeCurrency: { name: '
|
|
26827
|
+
nativeCurrency: { name: 'BORA', symbol: 'BORA', decimals: 18 },
|
|
26399
26828
|
infoURL: 'https://www.boraportal.com',
|
|
26400
26829
|
shortName: 'BORAchain',
|
|
26401
26830
|
chainId: 77001,
|
|
@@ -26675,6 +27104,30 @@ exports.chains = {
|
|
|
26675
27104
|
],
|
|
26676
27105
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
26677
27106
|
},
|
|
27107
|
+
80084: {
|
|
27108
|
+
name: 'Berachain bArtio',
|
|
27109
|
+
chain: 'Berachain bArtio',
|
|
27110
|
+
rpc: [
|
|
27111
|
+
'https://bartio.rpc.berachain.com',
|
|
27112
|
+
'https://bera-testnet.nodeinfra.com'
|
|
27113
|
+
],
|
|
27114
|
+
faucets: ['https://bartio.faucet.berachain.com'],
|
|
27115
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
|
27116
|
+
infoURL: 'https://www.berachain.com',
|
|
27117
|
+
shortName: 'berachainbArtio',
|
|
27118
|
+
chainId: 80084,
|
|
27119
|
+
networkId: 80084,
|
|
27120
|
+
icon: 'berachain',
|
|
27121
|
+
explorers: [
|
|
27122
|
+
{
|
|
27123
|
+
name: 'Beratrail',
|
|
27124
|
+
url: 'https://bartio.beratrail.io',
|
|
27125
|
+
icon: 'berachain',
|
|
27126
|
+
standard: 'none'
|
|
27127
|
+
}
|
|
27128
|
+
],
|
|
27129
|
+
iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
|
|
27130
|
+
},
|
|
26678
27131
|
80085: {
|
|
26679
27132
|
name: 'Berachain Artio',
|
|
26680
27133
|
chain: 'Berachain Artio',
|
|
@@ -30281,6 +30734,26 @@ exports.chains = {
|
|
|
30281
30734
|
}
|
|
30282
30735
|
]
|
|
30283
30736
|
},
|
|
30737
|
+
490000: {
|
|
30738
|
+
name: 'Autonomys Testnet Nova Domain',
|
|
30739
|
+
chain: 'TATC',
|
|
30740
|
+
rpc: ['https://nova-0.gemini-3h.subspace.network/ws'],
|
|
30741
|
+
faucets: [],
|
|
30742
|
+
nativeCurrency: { name: 'Test Auto Coin', symbol: 'TATC', decimals: 18 },
|
|
30743
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
30744
|
+
infoURL: 'https://www.autonomys.net',
|
|
30745
|
+
shortName: 'ATN',
|
|
30746
|
+
chainId: 490000,
|
|
30747
|
+
networkId: 490000,
|
|
30748
|
+
explorers: [
|
|
30749
|
+
{
|
|
30750
|
+
name: 'astral',
|
|
30751
|
+
url: 'https://nova.subspace.network',
|
|
30752
|
+
icon: 'blockscout',
|
|
30753
|
+
standard: 'EIP3091'
|
|
30754
|
+
}
|
|
30755
|
+
]
|
|
30756
|
+
},
|
|
30284
30757
|
504441: {
|
|
30285
30758
|
name: 'Playdapp Network',
|
|
30286
30759
|
chain: 'PDA',
|
|
@@ -30521,6 +30994,28 @@ exports.chains = {
|
|
|
30521
30994
|
],
|
|
30522
30995
|
iconURL: 'https://ipfs.io/ipfs/QmPmZ6vgtdMG7jttVZQUobF96Sva1noi5Fsi28V1Eck6eC'
|
|
30523
30996
|
},
|
|
30997
|
+
555555: {
|
|
30998
|
+
name: 'Pentagon Testnet',
|
|
30999
|
+
chain: 'Pentagon',
|
|
31000
|
+
rpc: ['https://rpc-testnet.pentagon.games'],
|
|
31001
|
+
faucets: ['https://bridge-testnet.pentagon.games'],
|
|
31002
|
+
nativeCurrency: { name: 'Pentagon', symbol: 'PEN', decimals: 18 },
|
|
31003
|
+
icon: 'pentagon',
|
|
31004
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31005
|
+
infoURL: 'https://pentagon.games',
|
|
31006
|
+
shortName: 'pentagon-testnet',
|
|
31007
|
+
chainId: 555555,
|
|
31008
|
+
networkId: 555555,
|
|
31009
|
+
explorers: [
|
|
31010
|
+
{
|
|
31011
|
+
name: 'Pentagon Testnet Explorer',
|
|
31012
|
+
url: 'https://explorer-testnet.pentagon.games',
|
|
31013
|
+
icon: 'pentagon',
|
|
31014
|
+
standard: 'EIP3091'
|
|
31015
|
+
}
|
|
31016
|
+
],
|
|
31017
|
+
iconURL: 'https://ipfs.io/ipfs/QmfU7W3Tm3tGWgnHBTG9vjB4PXGMvcL7Cq8R6MaSaC33DC'
|
|
31018
|
+
},
|
|
30524
31019
|
555666: {
|
|
30525
31020
|
name: 'Eclipse Testnet',
|
|
30526
31021
|
chain: 'ECLIPSE',
|
|
@@ -30637,6 +31132,27 @@ exports.chains = {
|
|
|
30637
31132
|
],
|
|
30638
31133
|
iconURL: 'https://ipfs.io/ipfs/bafkreibqe2mgiqezi24sx272kunqt6pv7uzxhpkxuobvpbsptce3q6nn5i'
|
|
30639
31134
|
},
|
|
31135
|
+
656476: {
|
|
31136
|
+
name: 'Open Campus Codex',
|
|
31137
|
+
chain: 'Open Campus Codex',
|
|
31138
|
+
icon: 'open-campus-codex',
|
|
31139
|
+
rpc: ['https://rpc.open-campus-codex.gelato.digital'],
|
|
31140
|
+
faucets: [],
|
|
31141
|
+
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
|
31142
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/open-campus-codex',
|
|
31143
|
+
shortName: 'open-campus-codex',
|
|
31144
|
+
chainId: 656476,
|
|
31145
|
+
networkId: 656476,
|
|
31146
|
+
explorers: [
|
|
31147
|
+
{
|
|
31148
|
+
name: 'Open Campus Codex',
|
|
31149
|
+
url: 'https://opencampus-codex.blockscout.com',
|
|
31150
|
+
icon: 'open-campus-codex',
|
|
31151
|
+
standard: 'none'
|
|
31152
|
+
}
|
|
31153
|
+
],
|
|
31154
|
+
iconURL: 'https://ipfs.io/ipfs/QmXbz7VEYvf6NVHezuBy5HpJTCiagEThBxxdDdfVXNQ8Bt'
|
|
31155
|
+
},
|
|
30640
31156
|
660279: {
|
|
30641
31157
|
name: 'Xai Mainnet',
|
|
30642
31158
|
chainId: 660279,
|
|
@@ -31481,6 +31997,26 @@ exports.chains = {
|
|
|
31481
31997
|
],
|
|
31482
31998
|
iconURL: 'https://ipfs.io/ipfs/bafkreibnqdlwgotu4hwx6oeu4ye3huobr3eaiuvv55n5tolyxya2q7edmq'
|
|
31483
31999
|
},
|
|
32000
|
+
998899: {
|
|
32001
|
+
name: 'Supernet Testnet',
|
|
32002
|
+
title: 'Supernet Testnet',
|
|
32003
|
+
chain: 'Supernet Testnet',
|
|
32004
|
+
rpc: ['https://testnet-rpc.supernet.chaingames.io/'],
|
|
32005
|
+
faucets: ['https://faucet.chaingames.io'],
|
|
32006
|
+
nativeCurrency: { name: 'CHAIN', symbol: 'CHAIN', decimals: 18 },
|
|
32007
|
+
infoURL: '',
|
|
32008
|
+
shortName: 'supernetchain',
|
|
32009
|
+
chainId: 998899,
|
|
32010
|
+
networkId: 998899,
|
|
32011
|
+
slip44: 1,
|
|
32012
|
+
explorers: [
|
|
32013
|
+
{
|
|
32014
|
+
name: 'supernet-testnet-explorer',
|
|
32015
|
+
url: 'https://testnet-explorer.supernet.chaingames.io',
|
|
32016
|
+
standard: 'EIP3091'
|
|
32017
|
+
}
|
|
32018
|
+
]
|
|
32019
|
+
},
|
|
31484
32020
|
999999: {
|
|
31485
32021
|
name: 'AmChain',
|
|
31486
32022
|
title: 'AMC',
|