@revoke.cash/chains 75.1.0 → 76.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 +1356 -104
- package/dist/src/enums.d.ts +121 -7
- package/dist/src/enums.js +121 -7
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2927,17 +2927,17 @@ exports.chains = {
|
|
|
2927
2927
|
name: 'HashKey Chain Testnet',
|
|
2928
2928
|
title: 'HashKey Chain Testnet',
|
|
2929
2929
|
chain: 'HashKey Chain Testnet',
|
|
2930
|
-
rpc: ['https://
|
|
2930
|
+
rpc: ['https://testnet.hsk.xyz'],
|
|
2931
2931
|
faucets: [],
|
|
2932
2932
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
2933
|
-
infoURL: 'https://
|
|
2933
|
+
infoURL: 'https://hashkeychain.net',
|
|
2934
2934
|
shortName: 'HSKT',
|
|
2935
2935
|
chainId: 133,
|
|
2936
2936
|
networkId: 133,
|
|
2937
2937
|
explorers: [
|
|
2938
2938
|
{
|
|
2939
2939
|
name: 'blockscout',
|
|
2940
|
-
url: 'https://
|
|
2940
|
+
url: 'https://testnet-explorer.hsk.xyz',
|
|
2941
2941
|
icon: 'blockscout',
|
|
2942
2942
|
standard: 'EIP3091'
|
|
2943
2943
|
}
|
|
@@ -3020,18 +3020,13 @@ exports.chains = {
|
|
|
3020
3020
|
chain: 'Polygon',
|
|
3021
3021
|
icon: 'polygon',
|
|
3022
3022
|
rpc: [
|
|
3023
|
-
'https://polygon
|
|
3024
|
-
'
|
|
3025
|
-
'https://matic-mainnet.chainstacklabs.com',
|
|
3026
|
-
'https://rpc-mainnet.maticvigil.com',
|
|
3023
|
+
'https://polygon.drpc.org',
|
|
3024
|
+
'wss://polygon.drpc.org',
|
|
3027
3025
|
'https://rpc-mainnet.matic.quiknode.pro',
|
|
3028
|
-
'https://matic-mainnet-full-rpc.bwarelabs.com',
|
|
3029
3026
|
'https://polygon-bor-rpc.publicnode.com',
|
|
3030
3027
|
'wss://polygon-bor-rpc.publicnode.com',
|
|
3031
3028
|
'https://polygon.gateway.tenderly.co',
|
|
3032
|
-
'wss://polygon.gateway.tenderly.co'
|
|
3033
|
-
'https://polygon.drpc.org',
|
|
3034
|
-
'wss://polygon.drpc.org'
|
|
3029
|
+
'wss://polygon.gateway.tenderly.co'
|
|
3035
3030
|
],
|
|
3036
3031
|
faucets: [],
|
|
3037
3032
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -3047,9 +3042,8 @@ exports.chains = {
|
|
|
3047
3042
|
standard: 'EIP3091'
|
|
3048
3043
|
},
|
|
3049
3044
|
{
|
|
3050
|
-
name: '
|
|
3051
|
-
url: 'https://
|
|
3052
|
-
icon: 'dexguru',
|
|
3045
|
+
name: 'oklink',
|
|
3046
|
+
url: 'https://www.oklink.com/polygon',
|
|
3053
3047
|
standard: 'EIP3091'
|
|
3054
3048
|
}
|
|
3055
3049
|
],
|
|
@@ -3058,30 +3052,40 @@ exports.chains = {
|
|
|
3058
3052
|
138: {
|
|
3059
3053
|
name: 'Defi Oracle Meta Mainnet',
|
|
3060
3054
|
chain: 'dfiometa',
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3055
|
+
rpc: [
|
|
3056
|
+
'https://rpc-http-pub.d-bis.org',
|
|
3057
|
+
'wss://rpc-ws-pub.d-bis.org',
|
|
3058
|
+
'https://rpc.d-bis.org',
|
|
3059
|
+
'wss://rpc.d-bis.org',
|
|
3060
|
+
'https://rpc2.d-bis.org',
|
|
3061
|
+
'wss://ws.rpc.d-bis.org',
|
|
3062
|
+
'wss://ws.rpc2.d-bis.org',
|
|
3063
|
+
'https://rpc.public-0138.defi-oracle.io',
|
|
3064
|
+
'wss://rpc.public-0138.defi-oracle.io',
|
|
3065
|
+
'https://rpc.defi-oracle.io',
|
|
3066
|
+
'wss://wss.defi-oracle.io'
|
|
3067
|
+
],
|
|
3068
|
+
features: [
|
|
3069
|
+
{ name: 'EIP155' },
|
|
3070
|
+
{ name: 'EIP1559' },
|
|
3071
|
+
{ name: 'EIP2718' },
|
|
3072
|
+
{ name: 'EIP2930' }
|
|
3073
|
+
],
|
|
3064
3074
|
faucets: [],
|
|
3065
3075
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3066
|
-
infoURL: 'https://
|
|
3076
|
+
infoURL: 'https://d-bis.org',
|
|
3067
3077
|
shortName: 'dfio-meta-main',
|
|
3068
3078
|
chainId: 138,
|
|
3069
|
-
networkId:
|
|
3079
|
+
networkId: 138,
|
|
3070
3080
|
slip44: 60,
|
|
3071
3081
|
ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
|
|
3072
3082
|
explorers: [
|
|
3073
3083
|
{
|
|
3074
|
-
name: 'Blockscout
|
|
3075
|
-
url: 'https://
|
|
3076
|
-
standard: '
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
name: 'Quorum Explorer',
|
|
3080
|
-
url: 'https://explorer.defi-oracle.io',
|
|
3081
|
-
standard: 'none'
|
|
3084
|
+
name: 'Blockscout',
|
|
3085
|
+
url: 'https://explorer.d-bis.org',
|
|
3086
|
+
standard: 'EIP3091'
|
|
3082
3087
|
}
|
|
3083
|
-
]
|
|
3084
|
-
iconURL: 'https://ipfs.io/ipfs/QmYrMRnjQJcNkYq9AvZ2FQ9kzYj9szzP4YDmyNA1ybd8xE'
|
|
3088
|
+
]
|
|
3085
3089
|
},
|
|
3086
3090
|
139: {
|
|
3087
3091
|
name: 'WoopChain Mainnet',
|
|
@@ -7343,30 +7347,30 @@ exports.chains = {
|
|
|
7343
7347
|
iconURL: 'https://ipfs.io/ipfs/bafkreihs2nrnizpcuzjmuu2yi7wrtwd7qlqje46qnil5bnntfbfkb2roea'
|
|
7344
7348
|
},
|
|
7345
7349
|
463: {
|
|
7346
|
-
name: '
|
|
7347
|
-
chain: '
|
|
7348
|
-
icon: '
|
|
7350
|
+
name: 'Areum Network Mainnet',
|
|
7351
|
+
chain: 'Areum',
|
|
7352
|
+
icon: 'areum',
|
|
7349
7353
|
rpc: [
|
|
7350
|
-
'https://mainnet-rpc.
|
|
7351
|
-
'https://mainnet-rpc2.
|
|
7352
|
-
'https://mainnet-rpc3.
|
|
7353
|
-
'https://mainnet-rpc4.
|
|
7354
|
-
'https://mainnet-rpc5.
|
|
7354
|
+
'https://mainnet-rpc.areum.network',
|
|
7355
|
+
'https://mainnet-rpc2.areum.network',
|
|
7356
|
+
'https://mainnet-rpc3.areum.network',
|
|
7357
|
+
'https://mainnet-rpc4.areum.network',
|
|
7358
|
+
'https://mainnet-rpc5.areum.network'
|
|
7355
7359
|
],
|
|
7356
7360
|
faucets: [],
|
|
7357
|
-
nativeCurrency: { name: '
|
|
7358
|
-
infoURL: 'https://
|
|
7361
|
+
nativeCurrency: { name: 'Areum', symbol: 'AREA', decimals: 18 },
|
|
7362
|
+
infoURL: 'https://areum.network',
|
|
7359
7363
|
shortName: 'area',
|
|
7360
7364
|
chainId: 463,
|
|
7361
7365
|
networkId: 463,
|
|
7362
7366
|
explorers: [
|
|
7363
7367
|
{
|
|
7364
|
-
name: '
|
|
7365
|
-
url: 'https://
|
|
7368
|
+
name: 'Areum Explorer',
|
|
7369
|
+
url: 'https://explorer.areum.network',
|
|
7366
7370
|
standard: 'none'
|
|
7367
7371
|
}
|
|
7368
7372
|
],
|
|
7369
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
7373
|
+
iconURL: 'https://ipfs.io/ipfs/QmSeFxipmiL8vSCcyNwk8uiVSwmby2HfbhH4qxafJpLXEK'
|
|
7370
7374
|
},
|
|
7371
7375
|
466: {
|
|
7372
7376
|
name: 'AppChain',
|
|
@@ -8353,6 +8357,52 @@ exports.chains = {
|
|
|
8353
8357
|
}
|
|
8354
8358
|
]
|
|
8355
8359
|
},
|
|
8360
|
+
626: {
|
|
8361
|
+
name: 'BattleChain Mainnet',
|
|
8362
|
+
chain: 'ETH',
|
|
8363
|
+
rpc: [],
|
|
8364
|
+
faucets: [],
|
|
8365
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8366
|
+
infoURL: 'https://battlechain.com',
|
|
8367
|
+
shortName: 'battlechain',
|
|
8368
|
+
chainId: 626,
|
|
8369
|
+
networkId: 626,
|
|
8370
|
+
icon: 'battlechain',
|
|
8371
|
+
status: 'incubating',
|
|
8372
|
+
explorers: [],
|
|
8373
|
+
parent: {
|
|
8374
|
+
type: 'L2',
|
|
8375
|
+
chain: 'eip155-1',
|
|
8376
|
+
bridges: [{ url: 'https://portal.battlechain.com/bridge' }]
|
|
8377
|
+
},
|
|
8378
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiak3qxpg5epvquglvcxp2tqc3hth5wbqnztrncm6tdikxnhol4zqq'
|
|
8379
|
+
},
|
|
8380
|
+
627: {
|
|
8381
|
+
name: 'BattleChain Testnet',
|
|
8382
|
+
chain: 'ETH',
|
|
8383
|
+
rpc: ['https://testnet.battlechain.com'],
|
|
8384
|
+
faucets: [],
|
|
8385
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8386
|
+
infoURL: 'https://battlechain.com',
|
|
8387
|
+
shortName: 'battlechain-testnet',
|
|
8388
|
+
chainId: 627,
|
|
8389
|
+
networkId: 627,
|
|
8390
|
+
slip44: 1,
|
|
8391
|
+
icon: 'battlechain',
|
|
8392
|
+
explorers: [
|
|
8393
|
+
{
|
|
8394
|
+
name: 'BattleChain Explorer',
|
|
8395
|
+
url: 'https://explorer.testnet.battlechain.com',
|
|
8396
|
+
standard: 'EIP3091'
|
|
8397
|
+
}
|
|
8398
|
+
],
|
|
8399
|
+
parent: {
|
|
8400
|
+
type: 'L2',
|
|
8401
|
+
chain: 'eip155-11155111',
|
|
8402
|
+
bridges: [{ url: 'https://portal.battlechain.com/bridge' }]
|
|
8403
|
+
},
|
|
8404
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiak3qxpg5epvquglvcxp2tqc3hth5wbqnztrncm6tdikxnhol4zqq'
|
|
8405
|
+
},
|
|
8356
8406
|
632: {
|
|
8357
8407
|
name: 'NFB Chain',
|
|
8358
8408
|
chain: 'NFB Chain',
|
|
@@ -8983,6 +9033,28 @@ exports.chains = {
|
|
|
8983
9033
|
icon: 'vrcscan',
|
|
8984
9034
|
iconURL: 'https://ipfs.io/ipfs/QmasMkZJ6m7y77fgY6SooNnrH3Y4a3vVYNDWe9T3KusxeU'
|
|
8985
9035
|
},
|
|
9036
|
+
714: {
|
|
9037
|
+
name: 'Eden',
|
|
9038
|
+
chain: 'Eden',
|
|
9039
|
+
rpc: ['https://rpc.eden.gateway.fm'],
|
|
9040
|
+
faucets: [],
|
|
9041
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
|
9042
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9043
|
+
infoURL: 'https://celestia.org',
|
|
9044
|
+
shortName: 'eden',
|
|
9045
|
+
chainId: 714,
|
|
9046
|
+
networkId: 714,
|
|
9047
|
+
icon: 'eden',
|
|
9048
|
+
explorers: [
|
|
9049
|
+
{
|
|
9050
|
+
name: 'blockscout',
|
|
9051
|
+
url: 'https://eden.blockscout.com',
|
|
9052
|
+
icon: 'blockscout',
|
|
9053
|
+
standard: 'EIP3091'
|
|
9054
|
+
}
|
|
9055
|
+
],
|
|
9056
|
+
iconURL: 'https://ipfs.io/ipfs/QmYLEio4bAGi4W8pwLbUcXYJC5ui5gs1ePzJCziEniypyp'
|
|
9057
|
+
},
|
|
8986
9058
|
718: {
|
|
8987
9059
|
name: 'UXLINK ONE Mainnet',
|
|
8988
9060
|
chain: 'UXLINK ONE',
|
|
@@ -9052,6 +9124,30 @@ exports.chains = {
|
|
|
9052
9124
|
],
|
|
9053
9125
|
iconURL: 'https://ipfs.io/ipfs/QmZsp3gnmHCJPw3qReiqV8P8Ct5Eidib4E5jDNfBUxYEgP'
|
|
9054
9126
|
},
|
|
9127
|
+
723: {
|
|
9128
|
+
name: 'Bitasset Chain Mainnet',
|
|
9129
|
+
chain: 'BAC',
|
|
9130
|
+
rpc: ['https://rpc.bitassetchain.io'],
|
|
9131
|
+
faucets: [],
|
|
9132
|
+
nativeCurrency: {
|
|
9133
|
+
name: 'Bitasset Chain Native Token',
|
|
9134
|
+
symbol: 'BAC',
|
|
9135
|
+
decimals: 18
|
|
9136
|
+
},
|
|
9137
|
+
infoURL: 'https://bitassetchain.io',
|
|
9138
|
+
shortName: 'bac',
|
|
9139
|
+
chainId: 723,
|
|
9140
|
+
networkId: 723,
|
|
9141
|
+
icon: 'bac',
|
|
9142
|
+
explorers: [
|
|
9143
|
+
{
|
|
9144
|
+
name: 'bacscan',
|
|
9145
|
+
url: 'https://bacscan.net',
|
|
9146
|
+
standard: 'EIP3091'
|
|
9147
|
+
}
|
|
9148
|
+
],
|
|
9149
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicq4mloik6hz5ypyfjhgesrmqdzlvbnu7eitwgciq2eof64grc7da'
|
|
9150
|
+
},
|
|
9055
9151
|
727: {
|
|
9056
9152
|
name: 'Blucrates',
|
|
9057
9153
|
chain: 'BLU',
|
|
@@ -9984,6 +10080,29 @@ exports.chains = {
|
|
|
9984
10080
|
],
|
|
9985
10081
|
iconURL: 'https://ipfs.io/ipfs/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq'
|
|
9986
10082
|
},
|
|
10083
|
+
890: {
|
|
10084
|
+
name: 'Capital Exchange',
|
|
10085
|
+
chain: 'CXM',
|
|
10086
|
+
rpc: [
|
|
10087
|
+
'https://rpc.capitalexchange.net',
|
|
10088
|
+
'https://rpc.capitalexchangecrypto.com'
|
|
10089
|
+
],
|
|
10090
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10091
|
+
faucets: [],
|
|
10092
|
+
nativeCurrency: { name: 'Capital Exchange', symbol: 'CXM', decimals: 18 },
|
|
10093
|
+
infoURL: 'https://www.capitalexchange.markets',
|
|
10094
|
+
shortName: 'CXM',
|
|
10095
|
+
chainId: 890,
|
|
10096
|
+
networkId: 890,
|
|
10097
|
+
status: 'active',
|
|
10098
|
+
explorers: [
|
|
10099
|
+
{
|
|
10100
|
+
name: 'Capital Exchange EVM',
|
|
10101
|
+
url: 'https://explorer.capitalexchange.net',
|
|
10102
|
+
standard: 'EIP3091'
|
|
10103
|
+
}
|
|
10104
|
+
]
|
|
10105
|
+
},
|
|
9987
10106
|
898: {
|
|
9988
10107
|
name: 'MAXI Chain Testnet',
|
|
9989
10108
|
chain: 'MAXI',
|
|
@@ -11480,6 +11599,32 @@ exports.chains = {
|
|
|
11480
11599
|
],
|
|
11481
11600
|
iconURL: 'https://ipfs.io/ipfs/QmX6XuoQDTTjYqAmdNJiieLDZSwHHyUx44yQb4E3tmHmEA'
|
|
11482
11601
|
},
|
|
11602
|
+
1096: {
|
|
11603
|
+
name: 'Xenea Ubusuna',
|
|
11604
|
+
title: 'Xenea Ubusuna Testnet',
|
|
11605
|
+
chain: 'TXENE',
|
|
11606
|
+
rpc: ['https://rpc-ubusuna.xeneascan.com'],
|
|
11607
|
+
faucets: [],
|
|
11608
|
+
nativeCurrency: {
|
|
11609
|
+
name: 'Xenea Ubusuna Testnet Token',
|
|
11610
|
+
symbol: 'TXENE',
|
|
11611
|
+
decimals: 18
|
|
11612
|
+
},
|
|
11613
|
+
infoURL: 'https://xenea.io',
|
|
11614
|
+
shortName: 'Xenea',
|
|
11615
|
+
chainId: 1096,
|
|
11616
|
+
networkId: 1096,
|
|
11617
|
+
icon: 'xenea',
|
|
11618
|
+
explorers: [
|
|
11619
|
+
{
|
|
11620
|
+
name: 'Xenea Ubusuna Testnet Explorer',
|
|
11621
|
+
url: 'https://ubusuna.xeneascan.com',
|
|
11622
|
+
icon: 'xenea',
|
|
11623
|
+
standard: 'EIP3091'
|
|
11624
|
+
}
|
|
11625
|
+
],
|
|
11626
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic57mgyash2ydeim3erdf7xjrvajsrmelofbpkfvbo46cp7nlryxq'
|
|
11627
|
+
},
|
|
11483
11628
|
1099: {
|
|
11484
11629
|
name: 'MOAC mainnet',
|
|
11485
11630
|
chain: 'MOAC',
|
|
@@ -12983,6 +13128,28 @@ exports.chains = {
|
|
|
12983
13128
|
],
|
|
12984
13129
|
iconURL: 'https://ipfs.io/ipfs/QmbdpXXsDDtskhYSFVg3UZqFLcdVhcTKDD29CzKTpgCLCb'
|
|
12985
13130
|
},
|
|
13131
|
+
1306: {
|
|
13132
|
+
name: 'STO Chain',
|
|
13133
|
+
chain: 'STOC',
|
|
13134
|
+
icon: 'stoc',
|
|
13135
|
+
rpc: ['https://evm-stoc-mainnet.stochainscan.io'],
|
|
13136
|
+
faucets: [],
|
|
13137
|
+
nativeCurrency: { name: 'STOC', symbol: 'STOC', decimals: 18 },
|
|
13138
|
+
features: [{ name: 'EIP155' }],
|
|
13139
|
+
infoURL: 'https://www.stochain.io/',
|
|
13140
|
+
shortName: 'stoc',
|
|
13141
|
+
chainId: 1306,
|
|
13142
|
+
networkId: 1306,
|
|
13143
|
+
explorers: [
|
|
13144
|
+
{
|
|
13145
|
+
name: 'STO Chain Explorer',
|
|
13146
|
+
url: 'https://stochainscan.io/en',
|
|
13147
|
+
standard: 'none'
|
|
13148
|
+
}
|
|
13149
|
+
],
|
|
13150
|
+
status: 'active',
|
|
13151
|
+
iconURL: 'https://ipfs.io/ipfs/QmYtRbecDtw3z4bCdW2xeTp2XEze8sm3jhQUgxvgRijabb'
|
|
13152
|
+
},
|
|
12986
13153
|
1310: {
|
|
12987
13154
|
name: 'COINZAX',
|
|
12988
13155
|
chain: 'ZAX',
|
|
@@ -13149,12 +13316,12 @@ exports.chains = {
|
|
|
13149
13316
|
icon: 'sei',
|
|
13150
13317
|
explorers: [
|
|
13151
13318
|
{
|
|
13152
|
-
name: '
|
|
13153
|
-
url: 'https://
|
|
13319
|
+
name: 'Seiscan',
|
|
13320
|
+
url: 'https://testnet.seiscan.io',
|
|
13154
13321
|
standard: 'EIP3091'
|
|
13155
13322
|
}
|
|
13156
13323
|
],
|
|
13157
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
13324
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeierzqumyqtarwehonib2mkvg67lyhdypj4umrw7j667prejlorq7e'
|
|
13158
13325
|
},
|
|
13159
13326
|
1329: {
|
|
13160
13327
|
name: 'Sei Network',
|
|
@@ -13167,15 +13334,11 @@ exports.chains = {
|
|
|
13167
13334
|
chainId: 1329,
|
|
13168
13335
|
networkId: 1329,
|
|
13169
13336
|
slip44: 19000118,
|
|
13170
|
-
icon: '
|
|
13337
|
+
icon: 'sei',
|
|
13171
13338
|
explorers: [
|
|
13172
|
-
{
|
|
13173
|
-
name: 'Seitrace',
|
|
13174
|
-
url: 'https://seitrace.com',
|
|
13175
|
-
standard: 'EIP3091'
|
|
13176
|
-
}
|
|
13339
|
+
{ name: 'Seiscan', url: 'https://seiscan.io', standard: 'EIP3091' }
|
|
13177
13340
|
],
|
|
13178
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
13341
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeierzqumyqtarwehonib2mkvg67lyhdypj4umrw7j667prejlorq7e'
|
|
13179
13342
|
},
|
|
13180
13343
|
1336: {
|
|
13181
13344
|
name: 'Kii Testnet Oro',
|
|
@@ -13257,6 +13420,27 @@ exports.chains = {
|
|
|
13257
13420
|
],
|
|
13258
13421
|
iconURL: 'https://ipfs.io/ipfs/QmWNCNMtnJaphMJY3dbP2pXPLQG6xayhkc2JWahoXECgsG'
|
|
13259
13422
|
},
|
|
13423
|
+
1342: {
|
|
13424
|
+
name: 'BIE',
|
|
13425
|
+
chain: 'BIE',
|
|
13426
|
+
rpc: ['https://rpc.bie.ai', 'https://api.bie.ai'],
|
|
13427
|
+
faucets: ['https://app.bie.ai/faucet'],
|
|
13428
|
+
nativeCurrency: { name: 'BIE', symbol: 'BIE', decimals: 18 },
|
|
13429
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
13430
|
+
infoURL: 'https://bie.ai',
|
|
13431
|
+
shortName: 'bie',
|
|
13432
|
+
chainId: 1342,
|
|
13433
|
+
networkId: 1342,
|
|
13434
|
+
icon: 'bie',
|
|
13435
|
+
explorers: [
|
|
13436
|
+
{
|
|
13437
|
+
name: 'BIE Explorer',
|
|
13438
|
+
url: 'https://app.bie.ai/explorer',
|
|
13439
|
+
standard: 'EIP3091'
|
|
13440
|
+
}
|
|
13441
|
+
],
|
|
13442
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieqvjhjcwwz3m4r6hbiphst5zodbtou45gwkqlhh7uoh3vl5tkfem'
|
|
13443
|
+
},
|
|
13260
13444
|
1343: {
|
|
13261
13445
|
name: 'Blitz Subnet',
|
|
13262
13446
|
chain: 'BLITZ',
|
|
@@ -15975,6 +16159,28 @@ exports.chains = {
|
|
|
15975
16159
|
}
|
|
15976
16160
|
]
|
|
15977
16161
|
},
|
|
16162
|
+
1999: {
|
|
16163
|
+
name: 'STO Chain Testnet',
|
|
16164
|
+
chain: 'TSTOC',
|
|
16165
|
+
icon: 'stoc',
|
|
16166
|
+
rpc: ['https://evm-stoc-testnet.stochainscan.io'],
|
|
16167
|
+
faucets: ['https://testnet.stochainscan.io/en/request-faucet'],
|
|
16168
|
+
nativeCurrency: { name: 'TSTOC', symbol: 'TSTOC', decimals: 18 },
|
|
16169
|
+
features: [{ name: 'EIP155' }],
|
|
16170
|
+
infoURL: 'https://www.stochain.io/',
|
|
16171
|
+
shortName: 'tstoc',
|
|
16172
|
+
chainId: 1999,
|
|
16173
|
+
networkId: 1999,
|
|
16174
|
+
explorers: [
|
|
16175
|
+
{
|
|
16176
|
+
name: 'STO Chain Testnet Explorer',
|
|
16177
|
+
url: 'https://testnet.stochainscan.io/en',
|
|
16178
|
+
standard: 'none'
|
|
16179
|
+
}
|
|
16180
|
+
],
|
|
16181
|
+
status: 'active',
|
|
16182
|
+
iconURL: 'https://ipfs.io/ipfs/QmYtRbecDtw3z4bCdW2xeTp2XEze8sm3jhQUgxvgRijabb'
|
|
16183
|
+
},
|
|
15978
16184
|
2000: {
|
|
15979
16185
|
name: 'Dogechain Mainnet',
|
|
15980
16186
|
chain: 'DC',
|
|
@@ -16401,6 +16607,29 @@ exports.chains = {
|
|
|
16401
16607
|
}
|
|
16402
16608
|
]
|
|
16403
16609
|
},
|
|
16610
|
+
2028: {
|
|
16611
|
+
name: 'ArmaChain Testnet',
|
|
16612
|
+
chain: 'ARMA',
|
|
16613
|
+
rpc: ['https://rpc.armascan.io'],
|
|
16614
|
+
faucets: ['https://armafaucet.io'],
|
|
16615
|
+
nativeCurrency: { name: 'tARMA', symbol: 'tARMA', decimals: 18 },
|
|
16616
|
+
features: [{ name: 'EIP155' }],
|
|
16617
|
+
infoURL: 'https://armadex.io',
|
|
16618
|
+
shortName: 'arma-testnet',
|
|
16619
|
+
chainId: 2028,
|
|
16620
|
+
networkId: 2028,
|
|
16621
|
+
slip44: 1,
|
|
16622
|
+
icon: 'armachain',
|
|
16623
|
+
explorers: [
|
|
16624
|
+
{
|
|
16625
|
+
name: 'ArmaScan',
|
|
16626
|
+
url: 'https://armascan.io',
|
|
16627
|
+
icon: 'armachain',
|
|
16628
|
+
standard: 'EIP3091'
|
|
16629
|
+
}
|
|
16630
|
+
],
|
|
16631
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiepf5kexsms6hoco7zhyx7s53grhbedx5y2lv5tx7vbprvzz3bbpi'
|
|
16632
|
+
},
|
|
16404
16633
|
2031: {
|
|
16405
16634
|
name: 'Centrifuge',
|
|
16406
16635
|
chain: 'CFG',
|
|
@@ -16660,6 +16889,26 @@ exports.chains = {
|
|
|
16660
16889
|
],
|
|
16661
16890
|
iconURL: 'https://ipfs.io/ipfs/QmSQGKhhBpMTM7vYpGdgMTDFyzaAN3PGG5AnmWy7KQPdSn'
|
|
16662
16891
|
},
|
|
16892
|
+
2064: {
|
|
16893
|
+
name: 'MFX Network',
|
|
16894
|
+
chain: 'MFX',
|
|
16895
|
+
rpc: ['https://rpc.mfx.network/rpc'],
|
|
16896
|
+
faucets: [],
|
|
16897
|
+
nativeCurrency: { name: 'MFX', symbol: 'MFX', decimals: 18 },
|
|
16898
|
+
infoURL: 'https://docs.mfx.network/integration.html',
|
|
16899
|
+
shortName: 'mfx',
|
|
16900
|
+
chainId: 2064,
|
|
16901
|
+
networkId: 2064,
|
|
16902
|
+
icon: 'mfx',
|
|
16903
|
+
explorers: [
|
|
16904
|
+
{
|
|
16905
|
+
name: 'MFX Explorer',
|
|
16906
|
+
url: 'https://explorer.mfx.network',
|
|
16907
|
+
standard: 'EIP3091'
|
|
16908
|
+
}
|
|
16909
|
+
],
|
|
16910
|
+
iconURL: 'https://ipfs.io/ipfs/QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFW81ZMxj'
|
|
16911
|
+
},
|
|
16663
16912
|
2071: {
|
|
16664
16913
|
name: 'Metacces Mainnet',
|
|
16665
16914
|
chain: 'Metacces Mainnet',
|
|
@@ -17189,6 +17438,7 @@ exports.chains = {
|
|
|
17189
17438
|
chain: 'Bitcoin EVM',
|
|
17190
17439
|
rpc: ['https://connect.bitcoinevm.com'],
|
|
17191
17440
|
faucets: [],
|
|
17441
|
+
features: [{ name: 'EIP155' }],
|
|
17192
17442
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
17193
17443
|
infoURL: 'https://bitcoinevm.com',
|
|
17194
17444
|
shortName: 'BTC',
|
|
@@ -17197,13 +17447,14 @@ exports.chains = {
|
|
|
17197
17447
|
icon: 'ebtc',
|
|
17198
17448
|
explorers: [
|
|
17199
17449
|
{
|
|
17200
|
-
name: 'Explorer',
|
|
17450
|
+
name: 'Bitcoin EVM Explorer',
|
|
17201
17451
|
url: 'https://explorer.bitcoinevm.com',
|
|
17202
17452
|
icon: 'ebtc',
|
|
17203
|
-
standard: '
|
|
17453
|
+
standard: 'EIP3091'
|
|
17204
17454
|
}
|
|
17205
17455
|
],
|
|
17206
|
-
|
|
17456
|
+
status: 'active',
|
|
17457
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiegluowf5waysl7b6kqddtvlwpjq4n4x6scalkqjyb27nj36jg5tu'
|
|
17207
17458
|
},
|
|
17208
17459
|
2213: {
|
|
17209
17460
|
name: 'Evanesco Mainnet',
|
|
@@ -20301,20 +20552,22 @@ exports.chains = {
|
|
|
20301
20552
|
3939: {
|
|
20302
20553
|
name: 'DOS Testnet',
|
|
20303
20554
|
chain: 'DOS',
|
|
20304
|
-
rpc: ['https://test.doschain.com
|
|
20555
|
+
rpc: ['https://test.doschain.com'],
|
|
20556
|
+
features: [{ name: 'EIP1559' }],
|
|
20305
20557
|
faucets: [],
|
|
20306
20558
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
20307
|
-
infoURL: '
|
|
20308
|
-
shortName: '
|
|
20559
|
+
infoURL: 'https://doschain.com',
|
|
20560
|
+
shortName: 'dos-test',
|
|
20309
20561
|
chainId: 3939,
|
|
20310
20562
|
networkId: 3939,
|
|
20311
20563
|
slip44: 1,
|
|
20312
20564
|
icon: 'doschain',
|
|
20565
|
+
status: 'active',
|
|
20313
20566
|
explorers: [
|
|
20314
20567
|
{
|
|
20315
20568
|
name: 'DOScan-Test',
|
|
20316
20569
|
url: 'https://test.doscan.io',
|
|
20317
|
-
icon: '
|
|
20570
|
+
icon: 'doscan',
|
|
20318
20571
|
standard: 'EIP3091'
|
|
20319
20572
|
}
|
|
20320
20573
|
],
|
|
@@ -20944,6 +21197,20 @@ exports.chains = {
|
|
|
20944
21197
|
],
|
|
20945
21198
|
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
20946
21199
|
},
|
|
21200
|
+
4160: {
|
|
21201
|
+
name: 'Algorand',
|
|
21202
|
+
chain: 'ALGO',
|
|
21203
|
+
rpc: [],
|
|
21204
|
+
faucets: [],
|
|
21205
|
+
nativeCurrency: { name: 'Algo', symbol: 'ALGO', decimals: 6 },
|
|
21206
|
+
infoURL: 'https://algorand.co',
|
|
21207
|
+
shortName: 'algo',
|
|
21208
|
+
chainId: 4160,
|
|
21209
|
+
networkId: 4160,
|
|
21210
|
+
slip44: 283,
|
|
21211
|
+
status: 'active',
|
|
21212
|
+
explorers: []
|
|
21213
|
+
},
|
|
20947
21214
|
4162: {
|
|
20948
21215
|
name: 'SX Rollup',
|
|
20949
21216
|
chain: 'SX',
|
|
@@ -21178,6 +21445,30 @@ exports.chains = {
|
|
|
21178
21445
|
],
|
|
21179
21446
|
iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
|
|
21180
21447
|
},
|
|
21448
|
+
4270: {
|
|
21449
|
+
name: 'IKChain Testnet',
|
|
21450
|
+
chain: 'IKChain',
|
|
21451
|
+
icon: 'ikchain',
|
|
21452
|
+
rpc: ['https://testnet-rpc.ikchain.net'],
|
|
21453
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
21454
|
+
faucets: ['https://testnet-explorer.ikchain.net'],
|
|
21455
|
+
nativeCurrency: { name: 'IKCrypto', symbol: 'IKCr', decimals: 18 },
|
|
21456
|
+
infoURL: 'https://ikchain.net',
|
|
21457
|
+
shortName: 'ikchain-testnet',
|
|
21458
|
+
chainId: 4270,
|
|
21459
|
+
networkId: 4270,
|
|
21460
|
+
slip44: 1,
|
|
21461
|
+
status: 'active',
|
|
21462
|
+
explorers: [
|
|
21463
|
+
{
|
|
21464
|
+
name: 'IKChain Testnet Explorer',
|
|
21465
|
+
url: 'https://testnet-explorer.ikchain.net',
|
|
21466
|
+
icon: 'blockscout',
|
|
21467
|
+
standard: 'EIP3091'
|
|
21468
|
+
}
|
|
21469
|
+
],
|
|
21470
|
+
iconURL: 'https://ipfs.io/ipfs/QmVPaEp5ta37VH2UdzeMfW5pvt1fYJXctDGVNzEaCT3yYA'
|
|
21471
|
+
},
|
|
21181
21472
|
4321: {
|
|
21182
21473
|
name: 'Echos Chain',
|
|
21183
21474
|
chain: 'Echos',
|
|
@@ -22293,20 +22584,25 @@ exports.chains = {
|
|
|
22293
22584
|
iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
|
|
22294
22585
|
},
|
|
22295
22586
|
5124: {
|
|
22296
|
-
name: 'Seismic
|
|
22587
|
+
name: 'Seismic Testnet',
|
|
22297
22588
|
chain: 'Seismic',
|
|
22298
|
-
rpc: [
|
|
22299
|
-
|
|
22589
|
+
rpc: [
|
|
22590
|
+
'https://gcp-1.seismictest.net/rpc',
|
|
22591
|
+
'https://gcp-2.seismictest.net/rpc',
|
|
22592
|
+
'wss://gcp-1.seismictest.net/ws',
|
|
22593
|
+
'wss://gcp-2.seismictest.net/ws'
|
|
22594
|
+
],
|
|
22595
|
+
faucets: ['https://faucet.seismictest.net'],
|
|
22300
22596
|
nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
|
|
22301
22597
|
features: [{ name: 'EIP155' }],
|
|
22302
22598
|
infoURL: 'https://seismic.systems',
|
|
22303
|
-
shortName: 'seismic-
|
|
22599
|
+
shortName: 'seismic-testnet',
|
|
22304
22600
|
chainId: 5124,
|
|
22305
22601
|
networkId: 5124,
|
|
22306
22602
|
explorers: [
|
|
22307
22603
|
{
|
|
22308
|
-
name: 'Seismic
|
|
22309
|
-
url: 'https://
|
|
22604
|
+
name: 'Seismic Testnet Explorer',
|
|
22605
|
+
url: 'https://seismic-testnet.socialscan.io',
|
|
22310
22606
|
standard: 'EIP3091'
|
|
22311
22607
|
}
|
|
22312
22608
|
]
|
|
@@ -23521,6 +23817,23 @@ exports.chains = {
|
|
|
23521
23817
|
iconURL: 'https://ipfs.io/ipfs/QmbpQPpjKy1bkDmuzCSSE9iFTUK37AiWYgJbgN3Fr7MWYq'
|
|
23522
23818
|
},
|
|
23523
23819
|
6342: {
|
|
23820
|
+
name: 'MegaETH Testnet (Deprecated)',
|
|
23821
|
+
chain: 'ETH',
|
|
23822
|
+
nativeCurrency: {
|
|
23823
|
+
name: 'MegaETH Testnet Ether',
|
|
23824
|
+
symbol: 'ETH',
|
|
23825
|
+
decimals: 18
|
|
23826
|
+
},
|
|
23827
|
+
rpc: [],
|
|
23828
|
+
faucets: [],
|
|
23829
|
+
infoURL: 'https://testnet.megaeth.com',
|
|
23830
|
+
shortName: 'megatest-deprecated',
|
|
23831
|
+
chainId: 6342,
|
|
23832
|
+
networkId: 6342,
|
|
23833
|
+
slip44: 1,
|
|
23834
|
+
status: 'deprecated'
|
|
23835
|
+
},
|
|
23836
|
+
6343: {
|
|
23524
23837
|
name: 'MegaETH Testnet',
|
|
23525
23838
|
chain: 'ETH',
|
|
23526
23839
|
nativeCurrency: {
|
|
@@ -23532,8 +23845,8 @@ exports.chains = {
|
|
|
23532
23845
|
faucets: [],
|
|
23533
23846
|
infoURL: 'https://testnet.megaeth.com',
|
|
23534
23847
|
shortName: 'megatest',
|
|
23535
|
-
chainId:
|
|
23536
|
-
networkId:
|
|
23848
|
+
chainId: 6343,
|
|
23849
|
+
networkId: 6343,
|
|
23537
23850
|
slip44: 1
|
|
23538
23851
|
},
|
|
23539
23852
|
6363: {
|
|
@@ -24081,6 +24394,50 @@ exports.chains = {
|
|
|
24081
24394
|
],
|
|
24082
24395
|
iconURL: 'https://ipfs.io/ipfs/QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF'
|
|
24083
24396
|
},
|
|
24397
|
+
6940: {
|
|
24398
|
+
name: 'Monolythium Testnet',
|
|
24399
|
+
chain: 'LYTH',
|
|
24400
|
+
rpc: ['https://evm.testnet.mononodes.xyz'],
|
|
24401
|
+
faucets: [],
|
|
24402
|
+
nativeCurrency: { name: 'Lythium', symbol: 'LYTH', decimals: 18 },
|
|
24403
|
+
infoURL: 'https://monolythium.com',
|
|
24404
|
+
shortName: 'lyth-testnet',
|
|
24405
|
+
chainId: 6940,
|
|
24406
|
+
networkId: 6940,
|
|
24407
|
+
slip44: 1,
|
|
24408
|
+
icon: 'monolythium',
|
|
24409
|
+
features: [{ name: 'EIP155' }],
|
|
24410
|
+
explorers: [
|
|
24411
|
+
{
|
|
24412
|
+
name: 'Monoscan',
|
|
24413
|
+
url: 'https://testnet.monoscan.xyz',
|
|
24414
|
+
standard: 'EIP3091'
|
|
24415
|
+
}
|
|
24416
|
+
],
|
|
24417
|
+
iconURL: 'https://ipfs.io/ipfs/QmfU3EWipbkG4YtrdfbmGoinCgaxWLWbgvNT8Knp7J9GQZ'
|
|
24418
|
+
},
|
|
24419
|
+
6941: {
|
|
24420
|
+
name: 'Monolythium',
|
|
24421
|
+
chain: 'LYTH',
|
|
24422
|
+
rpc: ['https://evm.mainnet.mononodes.xyz'],
|
|
24423
|
+
faucets: [],
|
|
24424
|
+
nativeCurrency: { name: 'Lythium', symbol: 'LYTH', decimals: 18 },
|
|
24425
|
+
infoURL: 'https://monolythium.com',
|
|
24426
|
+
shortName: 'lyth',
|
|
24427
|
+
chainId: 6941,
|
|
24428
|
+
networkId: 6941,
|
|
24429
|
+
slip44: 60,
|
|
24430
|
+
icon: 'monolythium',
|
|
24431
|
+
features: [{ name: 'EIP155' }],
|
|
24432
|
+
explorers: [
|
|
24433
|
+
{
|
|
24434
|
+
name: 'Monoscan',
|
|
24435
|
+
url: 'https://monoscan.xyz',
|
|
24436
|
+
standard: 'EIP3091'
|
|
24437
|
+
}
|
|
24438
|
+
],
|
|
24439
|
+
iconURL: 'https://ipfs.io/ipfs/QmfU3EWipbkG4YtrdfbmGoinCgaxWLWbgvNT8Knp7J9GQZ'
|
|
24440
|
+
},
|
|
24084
24441
|
6942: {
|
|
24085
24442
|
name: 'Laika Mainnet',
|
|
24086
24443
|
chain: 'LAIKA',
|
|
@@ -25431,23 +25788,39 @@ exports.chains = {
|
|
|
25431
25788
|
name: 'DOS Chain',
|
|
25432
25789
|
chain: 'DOS',
|
|
25433
25790
|
rpc: ['https://main.doschain.com'],
|
|
25791
|
+
features: [{ name: 'EIP1559' }],
|
|
25434
25792
|
faucets: [],
|
|
25435
25793
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
25436
|
-
infoURL: 'https://doschain.
|
|
25794
|
+
infoURL: 'https://doschain.com',
|
|
25437
25795
|
shortName: 'dos',
|
|
25438
25796
|
chainId: 7979,
|
|
25439
25797
|
networkId: 7979,
|
|
25440
25798
|
icon: 'doschain',
|
|
25799
|
+
status: 'active',
|
|
25441
25800
|
explorers: [
|
|
25442
25801
|
{
|
|
25443
25802
|
name: 'DOScan',
|
|
25444
25803
|
url: 'https://doscan.io',
|
|
25445
|
-
icon: '
|
|
25804
|
+
icon: 'doscan',
|
|
25446
25805
|
standard: 'EIP3091'
|
|
25447
25806
|
}
|
|
25448
25807
|
],
|
|
25449
25808
|
iconURL: 'https://ipfs.io/ipfs/QmV2Nowzo81F6pi2qFcHePA4MwmmdMKBMUzBJUrxcymxx4'
|
|
25450
25809
|
},
|
|
25810
|
+
7991: {
|
|
25811
|
+
name: 'Peeryn',
|
|
25812
|
+
chain: 'PYN',
|
|
25813
|
+
rpc: [],
|
|
25814
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
25815
|
+
faucets: [],
|
|
25816
|
+
nativeCurrency: { name: 'Peeryn', symbol: 'PYN', decimals: 18 },
|
|
25817
|
+
infoURL: 'https://peeryn.com',
|
|
25818
|
+
shortName: 'pyn',
|
|
25819
|
+
chainId: 7991,
|
|
25820
|
+
networkId: 7991,
|
|
25821
|
+
status: 'incubating',
|
|
25822
|
+
explorers: []
|
|
25823
|
+
},
|
|
25451
25824
|
8000: {
|
|
25452
25825
|
name: 'Teleport',
|
|
25453
25826
|
chain: 'Teleport',
|
|
@@ -25503,6 +25876,25 @@ exports.chains = {
|
|
|
25503
25876
|
],
|
|
25504
25877
|
iconURL: 'https://ipfs.io/ipfs/QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz'
|
|
25505
25878
|
},
|
|
25879
|
+
8004: {
|
|
25880
|
+
name: 'ProbeChain Mainnet',
|
|
25881
|
+
chain: 'PROBE',
|
|
25882
|
+
rpc: ['https://proscan.pro/chain/rydberg-rpc'],
|
|
25883
|
+
faucets: [],
|
|
25884
|
+
nativeCurrency: { name: 'Probe', symbol: 'PROBE', decimals: 18 },
|
|
25885
|
+
features: [{ name: 'EIP155' }],
|
|
25886
|
+
infoURL: 'https://probechain.org',
|
|
25887
|
+
shortName: 'probe',
|
|
25888
|
+
chainId: 8004,
|
|
25889
|
+
networkId: 8004,
|
|
25890
|
+
explorers: [
|
|
25891
|
+
{
|
|
25892
|
+
name: 'ProScan',
|
|
25893
|
+
url: 'https://proscan.pro/rydberg',
|
|
25894
|
+
standard: 'none'
|
|
25895
|
+
}
|
|
25896
|
+
]
|
|
25897
|
+
},
|
|
25506
25898
|
8008: {
|
|
25507
25899
|
name: 'Polynomial',
|
|
25508
25900
|
chain: 'Polynomial',
|
|
@@ -26032,6 +26424,52 @@ exports.chains = {
|
|
|
26032
26424
|
],
|
|
26033
26425
|
iconURL: 'https://ipfs.io/ipfs/bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy'
|
|
26034
26426
|
},
|
|
26427
|
+
8282: {
|
|
26428
|
+
name: 'StableNet Mainnet',
|
|
26429
|
+
chain: 'StableNet',
|
|
26430
|
+
rpc: [],
|
|
26431
|
+
features: [
|
|
26432
|
+
{ name: 'EIP155' },
|
|
26433
|
+
{ name: 'EIP1559' },
|
|
26434
|
+
{ name: 'EIP7702' },
|
|
26435
|
+
{ name: 'EIP2930' }
|
|
26436
|
+
],
|
|
26437
|
+
faucets: [],
|
|
26438
|
+
nativeCurrency: { name: 'WKRC', symbol: 'WKRC', decimals: 18 },
|
|
26439
|
+
infoURL: 'https://stablenet.network',
|
|
26440
|
+
shortName: 'stablenet',
|
|
26441
|
+
chainId: 8282,
|
|
26442
|
+
networkId: 8282,
|
|
26443
|
+
status: 'incubating',
|
|
26444
|
+
explorers: []
|
|
26445
|
+
},
|
|
26446
|
+
8283: {
|
|
26447
|
+
name: 'StableNet Testnet',
|
|
26448
|
+
chain: 'StableNet',
|
|
26449
|
+
rpc: [
|
|
26450
|
+
'https://api.test.stablenet.network',
|
|
26451
|
+
'wss://ws.test.stablenet.network'
|
|
26452
|
+
],
|
|
26453
|
+
features: [
|
|
26454
|
+
{ name: 'EIP155' },
|
|
26455
|
+
{ name: 'EIP1559' },
|
|
26456
|
+
{ name: 'EIP7702' },
|
|
26457
|
+
{ name: 'EIP2930' }
|
|
26458
|
+
],
|
|
26459
|
+
faucets: ['https://faucet.stablenet.network'],
|
|
26460
|
+
nativeCurrency: { name: 'WKRC', symbol: 'WKRC', decimals: 18 },
|
|
26461
|
+
infoURL: 'https://stablenet.network',
|
|
26462
|
+
shortName: 'stablenet-testnet',
|
|
26463
|
+
chainId: 8283,
|
|
26464
|
+
networkId: 8283,
|
|
26465
|
+
explorers: [
|
|
26466
|
+
{
|
|
26467
|
+
name: 'StableNet Testnet Explorer',
|
|
26468
|
+
url: 'https://explorer.stablenet.network',
|
|
26469
|
+
standard: 'EIP3091'
|
|
26470
|
+
}
|
|
26471
|
+
]
|
|
26472
|
+
},
|
|
26035
26473
|
8285: {
|
|
26036
26474
|
name: 'KorthoTest',
|
|
26037
26475
|
chain: 'Kortho',
|
|
@@ -27206,8 +27644,15 @@ exports.chains = {
|
|
|
27206
27644
|
chainId: 9069,
|
|
27207
27645
|
networkId: 9069,
|
|
27208
27646
|
icon: 'apexfusion',
|
|
27209
|
-
explorers: [
|
|
27210
|
-
|
|
27647
|
+
explorers: [
|
|
27648
|
+
{
|
|
27649
|
+
name: 'apexfusion',
|
|
27650
|
+
url: 'https://explorer.nexus.mainnet.apexfusion.org',
|
|
27651
|
+
icon: 'apexfusion',
|
|
27652
|
+
standard: 'EIP3091'
|
|
27653
|
+
}
|
|
27654
|
+
],
|
|
27655
|
+
iconURL: 'https://ipfs.io/ipfs/QmNwCGNY4M1pxoNJ8j2f71sm4Z1Gbtre1vnhq3r2PmHw8B'
|
|
27211
27656
|
},
|
|
27212
27657
|
9070: {
|
|
27213
27658
|
name: 'Apex Fusion - Nexus testnet',
|
|
@@ -27233,7 +27678,7 @@ exports.chains = {
|
|
|
27233
27678
|
standard: 'EIP3091'
|
|
27234
27679
|
}
|
|
27235
27680
|
],
|
|
27236
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
27681
|
+
iconURL: 'https://ipfs.io/ipfs/QmNwCGNY4M1pxoNJ8j2f71sm4Z1Gbtre1vnhq3r2PmHw8B'
|
|
27237
27682
|
},
|
|
27238
27683
|
9090: {
|
|
27239
27684
|
name: 'Inco Gentry Testnet',
|
|
@@ -27513,6 +27958,28 @@ exports.chains = {
|
|
|
27513
27958
|
],
|
|
27514
27959
|
iconURL: 'https://ipfs.io/ipfs/bafkreidgb2du22hxgj23jhyi2gipiovejn75cp6agmrklhxclu63v5pjxu'
|
|
27515
27960
|
},
|
|
27961
|
+
9511: {
|
|
27962
|
+
name: 'Colossus Sepolia Testnet',
|
|
27963
|
+
chain: 'ETH',
|
|
27964
|
+
rpc: ['https://rpc.testnet.colossus.credit'],
|
|
27965
|
+
faucets: [],
|
|
27966
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
27967
|
+
icon: 'colossus',
|
|
27968
|
+
infoURL: 'https://www.colossus.credit/',
|
|
27969
|
+
shortName: 'colsep',
|
|
27970
|
+
chainId: 9511,
|
|
27971
|
+
networkId: 9511,
|
|
27972
|
+
slip44: 1,
|
|
27973
|
+
explorers: [
|
|
27974
|
+
{
|
|
27975
|
+
name: 'colossus-scout',
|
|
27976
|
+
url: 'https://explorer.testnet.colossus.credit',
|
|
27977
|
+
icon: 'blockscout',
|
|
27978
|
+
standard: 'EIP3091'
|
|
27979
|
+
}
|
|
27980
|
+
],
|
|
27981
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreielkfq7mjvjqjmjb3svbp32wwnul273logpvcwjxbzyujmcqengiu'
|
|
27982
|
+
},
|
|
27516
27983
|
9527: {
|
|
27517
27984
|
name: 'Rangers Protocol Testnet Robin',
|
|
27518
27985
|
chain: 'Rangers',
|
|
@@ -27733,6 +28200,19 @@ exports.chains = {
|
|
|
27733
28200
|
],
|
|
27734
28201
|
iconURL: 'https://ipfs.io/ipfs/QmT5gJ5weBiLT3GoYuF5yRTRLdPLCVZ3tXznfqW7M8fxgG'
|
|
27735
28202
|
},
|
|
28203
|
+
9770: {
|
|
28204
|
+
name: 'Nepachain',
|
|
28205
|
+
chain: 'Nepachain',
|
|
28206
|
+
faucets: [],
|
|
28207
|
+
rpc: ['https://network.nepachain.org', 'https://network.nepachain.com'],
|
|
28208
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP2930' }],
|
|
28209
|
+
nativeCurrency: { name: 'Nepacoin', symbol: 'NPC', decimals: 18 },
|
|
28210
|
+
infoURL: 'https://docs.nepachain.org/',
|
|
28211
|
+
shortName: 'Nepachain',
|
|
28212
|
+
chainId: 9770,
|
|
28213
|
+
networkId: 9770,
|
|
28214
|
+
explorers: []
|
|
28215
|
+
},
|
|
27736
28216
|
9779: {
|
|
27737
28217
|
name: 'PepeNetwork Mainnet',
|
|
27738
28218
|
chain: 'PepeNetwork',
|
|
@@ -28787,6 +29267,27 @@ exports.chains = {
|
|
|
28787
29267
|
],
|
|
28788
29268
|
iconURL: 'https://ipfs.io/ipfs/bafkreie3ba6ofosjqqiya6empkyw6u5xdrtcfzi2evvyt4u6utzeiezyhi'
|
|
28789
29269
|
},
|
|
29270
|
+
10791: {
|
|
29271
|
+
name: 'TrustBitcoin Mainnet',
|
|
29272
|
+
chain: 'TBC',
|
|
29273
|
+
rpc: ['https://rpc.trustbitcoin.io'],
|
|
29274
|
+
features: [{ name: 'EIP155' }],
|
|
29275
|
+
faucets: [],
|
|
29276
|
+
nativeCurrency: { name: 'TrustBitcoin', symbol: 'TBC', decimals: 18 },
|
|
29277
|
+
infoURL: 'https://trustbitcoin.io',
|
|
29278
|
+
shortName: 'trustbtc',
|
|
29279
|
+
chainId: 10791,
|
|
29280
|
+
networkId: 10791,
|
|
29281
|
+
icon: 'trustbitcoin',
|
|
29282
|
+
explorers: [
|
|
29283
|
+
{
|
|
29284
|
+
name: 'TrustBitcoin Scan',
|
|
29285
|
+
url: 'https://scan.trustbitcoin.io',
|
|
29286
|
+
standard: 'EIP3091'
|
|
29287
|
+
}
|
|
29288
|
+
],
|
|
29289
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeifkxfdmobbohipm6vviyhq5isvfxgk3pypdgfbl4wdceeraz7t33y'
|
|
29290
|
+
},
|
|
28790
29291
|
10823: {
|
|
28791
29292
|
name: 'CryptoCoinPay',
|
|
28792
29293
|
chain: 'CCP',
|
|
@@ -30684,13 +31185,15 @@ exports.chains = {
|
|
|
30684
31185
|
shortName: 'cph',
|
|
30685
31186
|
chainId: 16166,
|
|
30686
31187
|
networkId: 16166,
|
|
31188
|
+
icon: 'Cypherium',
|
|
30687
31189
|
explorers: [
|
|
30688
31190
|
{
|
|
30689
|
-
name: '
|
|
31191
|
+
name: 'Cypherium Explorer (Ethernal)',
|
|
30690
31192
|
url: 'https://cypherium.tryethernal.com',
|
|
30691
31193
|
standard: 'EIP3091'
|
|
30692
31194
|
}
|
|
30693
|
-
]
|
|
31195
|
+
],
|
|
31196
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiavnkwk6w3nwtu2c4cgbj5etjy27b7mbvycqgftyyhff2jzxh47ne'
|
|
30694
31197
|
},
|
|
30695
31198
|
16180: {
|
|
30696
31199
|
name: 'PLYR PHI',
|
|
@@ -31788,6 +32291,68 @@ exports.chains = {
|
|
|
31788
32291
|
infoURL: 'https://www.camelark.com',
|
|
31789
32292
|
iconURL: 'https://ipfs.io/ipfs/QmeJerrsURFNt2LL7DE7TxeunjrQXiuezdfHyqmsbwX3MZ'
|
|
31790
32293
|
},
|
|
32294
|
+
20010: {
|
|
32295
|
+
name: 'Mandala Chain',
|
|
32296
|
+
chain: 'MANDALA',
|
|
32297
|
+
icon: 'mandala',
|
|
32298
|
+
rpc: ['https://rpc1-mainnet.mandalachain.io'],
|
|
32299
|
+
faucets: [],
|
|
32300
|
+
nativeCurrency: { name: 'Kepeng', symbol: 'KPG', decimals: 18 },
|
|
32301
|
+
infoURL: 'https://mandalachain.io',
|
|
32302
|
+
shortName: 'mandala',
|
|
32303
|
+
chainId: 20010,
|
|
32304
|
+
networkId: 20010,
|
|
32305
|
+
explorers: [
|
|
32306
|
+
{
|
|
32307
|
+
name: 'Blockscout',
|
|
32308
|
+
url: 'https://explorer.mandalachain.io',
|
|
32309
|
+
icon: 'blockscout',
|
|
32310
|
+
standard: 'EIP3091'
|
|
32311
|
+
}
|
|
32312
|
+
],
|
|
32313
|
+
parent: {
|
|
32314
|
+
type: 'L2',
|
|
32315
|
+
chain: 'eip155-1',
|
|
32316
|
+
bridges: [
|
|
32317
|
+
{
|
|
32318
|
+
url: 'https://portal.arbitrum.io/bridge?destinationChain=mandala-chain&sanitized=true&sourceChain=ethereum'
|
|
32319
|
+
}
|
|
32320
|
+
]
|
|
32321
|
+
},
|
|
32322
|
+
status: 'active',
|
|
32323
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigldn5xo6jgdd23zbm4eq6e7hxvuzvfuek3i3bxecaofohcyecyei'
|
|
32324
|
+
},
|
|
32325
|
+
20011: {
|
|
32326
|
+
name: 'Mandala Chain Testnet',
|
|
32327
|
+
chain: 'MANDALA',
|
|
32328
|
+
icon: 'mandala',
|
|
32329
|
+
rpc: ['https://rpc1-testnet.mandalachain.io'],
|
|
32330
|
+
faucets: ['https://dripper.mandalachain.io'],
|
|
32331
|
+
nativeCurrency: { name: 'Kepeng Test', symbol: 'KPGT', decimals: 18 },
|
|
32332
|
+
infoURL: 'https://mandalachain.io',
|
|
32333
|
+
shortName: 'mandala-testnet',
|
|
32334
|
+
chainId: 20011,
|
|
32335
|
+
networkId: 20011,
|
|
32336
|
+
explorers: [
|
|
32337
|
+
{
|
|
32338
|
+
name: 'Blockscout',
|
|
32339
|
+
url: 'https://explorer.testnet.mandalachain.io',
|
|
32340
|
+
icon: 'blockscout',
|
|
32341
|
+
standard: 'EIP3091'
|
|
32342
|
+
}
|
|
32343
|
+
],
|
|
32344
|
+
parent: {
|
|
32345
|
+
type: 'L2',
|
|
32346
|
+
chain: 'eip155-11155111',
|
|
32347
|
+
bridges: [
|
|
32348
|
+
{
|
|
32349
|
+
url: 'https://portal.arbitrum.io/bridge?destinationChain=mandala-chain-testnet&sanitized=true&sourceChain=sepolia'
|
|
32350
|
+
}
|
|
32351
|
+
]
|
|
32352
|
+
},
|
|
32353
|
+
status: 'active',
|
|
32354
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigldn5xo6jgdd23zbm4eq6e7hxvuzvfuek3i3bxecaofohcyecyei'
|
|
32355
|
+
},
|
|
31791
32356
|
20041: {
|
|
31792
32357
|
name: 'Niza Chain Mainnet',
|
|
31793
32358
|
chain: 'NIZA',
|
|
@@ -32265,6 +32830,28 @@ exports.chains = {
|
|
|
32265
32830
|
],
|
|
32266
32831
|
iconURL: 'https://ipfs.io/ipfs/QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD'
|
|
32267
32832
|
},
|
|
32833
|
+
22888: {
|
|
32834
|
+
name: 'Access Network',
|
|
32835
|
+
chain: 'ACCESS',
|
|
32836
|
+
icon: 'access',
|
|
32837
|
+
chainId: 22888,
|
|
32838
|
+
shortName: 'access',
|
|
32839
|
+
networkId: 22888,
|
|
32840
|
+
nativeCurrency: { name: 'Access Coin', symbol: 'ACCESS', decimals: 18 },
|
|
32841
|
+
rpc: ['https://accesschain.org/rpc'],
|
|
32842
|
+
faucets: [],
|
|
32843
|
+
infoURL: 'https://accesschain.org',
|
|
32844
|
+
explorers: [
|
|
32845
|
+
{
|
|
32846
|
+
name: 'Access Network Explorer',
|
|
32847
|
+
url: 'https://accesschain.org/explorer',
|
|
32848
|
+
standard: 'EIP3091',
|
|
32849
|
+
icon: 'access'
|
|
32850
|
+
}
|
|
32851
|
+
],
|
|
32852
|
+
status: 'active',
|
|
32853
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifwuwf43ceqgb6hoavb4igpea5txc26dafm4pmuykdvrer5z6ess4'
|
|
32854
|
+
},
|
|
32268
32855
|
23006: {
|
|
32269
32856
|
name: 'Antofy Testnet',
|
|
32270
32857
|
chain: 'ABN',
|
|
@@ -32596,6 +33183,28 @@ exports.chains = {
|
|
|
32596
33183
|
}
|
|
32597
33184
|
]
|
|
32598
33185
|
},
|
|
33186
|
+
25363: {
|
|
33187
|
+
name: 'Fluent',
|
|
33188
|
+
chain: 'FLUENT',
|
|
33189
|
+
icon: 'fluent',
|
|
33190
|
+
rpc: ['https://rpc.fluent.xyz'],
|
|
33191
|
+
faucets: [],
|
|
33192
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
33193
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33194
|
+
infoURL: 'https://www.fluent.xyz/',
|
|
33195
|
+
shortName: 'fluent',
|
|
33196
|
+
chainId: 25363,
|
|
33197
|
+
networkId: 25363,
|
|
33198
|
+
explorers: [
|
|
33199
|
+
{
|
|
33200
|
+
name: 'Fluent Explorer',
|
|
33201
|
+
url: 'https://fluentscan.xyz',
|
|
33202
|
+
standard: 'EIP3091'
|
|
33203
|
+
}
|
|
33204
|
+
],
|
|
33205
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
33206
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifzrwo6ctcl3ns5y7jzo3y7lnpg6abfzjiojvbrgrfmwa2tsj4r2y'
|
|
33207
|
+
},
|
|
32599
33208
|
25821: {
|
|
32600
33209
|
name: 'H2 Chain Testnet Lambda',
|
|
32601
33210
|
chain: 'H2',
|
|
@@ -32717,6 +33326,50 @@ exports.chains = {
|
|
|
32717
33326
|
],
|
|
32718
33327
|
iconURL: 'https://ipfs.io/ipfs/Qme5iDsQTDfLbyXS6iUEmvL4pWTPEiXc5kqFs7jjthqCWP'
|
|
32719
33328
|
},
|
|
33329
|
+
26217: {
|
|
33330
|
+
name: 'Integra',
|
|
33331
|
+
chain: 'Integra',
|
|
33332
|
+
rpc: ['https://evm.integralayer.com'],
|
|
33333
|
+
faucets: [],
|
|
33334
|
+
nativeCurrency: { name: 'Integra', symbol: 'IRL', decimals: 18 },
|
|
33335
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33336
|
+
infoURL: 'https://integralayer.com',
|
|
33337
|
+
shortName: 'integra',
|
|
33338
|
+
chainId: 26217,
|
|
33339
|
+
networkId: 26217,
|
|
33340
|
+
explorers: [
|
|
33341
|
+
{
|
|
33342
|
+
name: 'Integra Explorer',
|
|
33343
|
+
url: 'https://scan.integralayer.com',
|
|
33344
|
+
standard: 'EIP3091'
|
|
33345
|
+
},
|
|
33346
|
+
{
|
|
33347
|
+
name: 'Integra Blockscout',
|
|
33348
|
+
url: 'https://blockscout.integralayer.com',
|
|
33349
|
+
standard: 'EIP3091'
|
|
33350
|
+
}
|
|
33351
|
+
]
|
|
33352
|
+
},
|
|
33353
|
+
26218: {
|
|
33354
|
+
name: 'Integra Testnet Ormos',
|
|
33355
|
+
chain: 'Integra',
|
|
33356
|
+
rpc: ['https://ormos.integralayer.com/rpc'],
|
|
33357
|
+
faucets: [],
|
|
33358
|
+
nativeCurrency: { name: 'Integra', symbol: 'IRL', decimals: 18 },
|
|
33359
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33360
|
+
infoURL: 'https://integralayer.com',
|
|
33361
|
+
shortName: 'integra-testnet',
|
|
33362
|
+
chainId: 26218,
|
|
33363
|
+
networkId: 26218,
|
|
33364
|
+
slip44: 1,
|
|
33365
|
+
explorers: [
|
|
33366
|
+
{
|
|
33367
|
+
name: 'Integra Testnet Blockscout',
|
|
33368
|
+
url: 'https://testnet.blockscout.integralayer.com',
|
|
33369
|
+
standard: 'EIP3091'
|
|
33370
|
+
}
|
|
33371
|
+
]
|
|
33372
|
+
},
|
|
32720
33373
|
26482: {
|
|
32721
33374
|
name: 'DucatusX Testnet',
|
|
32722
33375
|
chain: 'DUCX',
|
|
@@ -33408,7 +34061,7 @@ exports.chains = {
|
|
|
33408
34061
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33409
34062
|
status: 'active',
|
|
33410
34063
|
redFlags: [],
|
|
33411
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
34064
|
+
iconURL: 'https://ipfs.io/ipfs/QmRWav2UtqKXi4kCL2qC69SKxFbzhLQ75iwbbCcPDPxooC'
|
|
33412
34065
|
},
|
|
33413
34066
|
31102: {
|
|
33414
34067
|
name: 'Ethersocial Network',
|
|
@@ -34369,6 +35022,48 @@ exports.chains = {
|
|
|
34369
35022
|
],
|
|
34370
35023
|
iconURL: 'https://ipfs.io/ipfs/QmXR5e5SDABWfQn6XT9uMsVYAo5Bv7vUv4jVs8DFqatZWG'
|
|
34371
35024
|
},
|
|
35025
|
+
38833: {
|
|
35026
|
+
name: 'Igra Network',
|
|
35027
|
+
chain: 'IGRA',
|
|
35028
|
+
icon: 'igra',
|
|
35029
|
+
rpc: ['https://rpc.igralabs.com:8545'],
|
|
35030
|
+
faucets: [],
|
|
35031
|
+
nativeCurrency: { name: 'iKAS', symbol: 'iKAS', decimals: 18 },
|
|
35032
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
35033
|
+
infoURL: 'https://igralabs.com',
|
|
35034
|
+
shortName: 'igra',
|
|
35035
|
+
chainId: 38833,
|
|
35036
|
+
networkId: 38833,
|
|
35037
|
+
explorers: [
|
|
35038
|
+
{
|
|
35039
|
+
name: 'Igra Explorer',
|
|
35040
|
+
url: 'https://explorer.igralabs.com',
|
|
35041
|
+
standard: 'EIP3091'
|
|
35042
|
+
}
|
|
35043
|
+
],
|
|
35044
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3cgckp9SJy4EyauAFJjE6CZ6seZ6YaBxk5tXmmAiTzh'
|
|
35045
|
+
},
|
|
35046
|
+
38836: {
|
|
35047
|
+
name: 'Igra Testnet',
|
|
35048
|
+
chain: 'IGRA',
|
|
35049
|
+
icon: 'igra',
|
|
35050
|
+
rpc: ['https://galleon-testnet.igralabs.com:8545'],
|
|
35051
|
+
faucets: [],
|
|
35052
|
+
nativeCurrency: { name: 'iKAS', symbol: 'iKAS', decimals: 18 },
|
|
35053
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
35054
|
+
infoURL: 'https://igralabs.com',
|
|
35055
|
+
shortName: 'igra-galleon-testnet',
|
|
35056
|
+
chainId: 38836,
|
|
35057
|
+
networkId: 38836,
|
|
35058
|
+
explorers: [
|
|
35059
|
+
{
|
|
35060
|
+
name: 'Igra Galleon Testnet Explorer',
|
|
35061
|
+
url: 'https://explorer.galleon-testnet.igralabs.com',
|
|
35062
|
+
standard: 'EIP3091'
|
|
35063
|
+
}
|
|
35064
|
+
],
|
|
35065
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3cgckp9SJy4EyauAFJjE6CZ6seZ6YaBxk5tXmmAiTzh'
|
|
35066
|
+
},
|
|
34372
35067
|
39656: {
|
|
34373
35068
|
name: 'PRM Mainnet',
|
|
34374
35069
|
chain: 'prm',
|
|
@@ -35764,21 +36459,15 @@ exports.chains = {
|
|
|
35764
36459
|
name: 'Zircuit Testnet',
|
|
35765
36460
|
chain: 'Zircuit Testnet',
|
|
35766
36461
|
icon: 'zircuit',
|
|
35767
|
-
rpc: [
|
|
36462
|
+
rpc: [],
|
|
35768
36463
|
faucets: [],
|
|
35769
36464
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
35770
36465
|
infoURL: 'https://www.zircuit.com/',
|
|
35771
36466
|
shortName: 'zircuit-testnet',
|
|
35772
36467
|
chainId: 48899,
|
|
35773
36468
|
networkId: 48899,
|
|
35774
|
-
explorers: [
|
|
35775
|
-
|
|
35776
|
-
name: 'Zircuit',
|
|
35777
|
-
url: 'https://explorer.testnet.zircuit.com',
|
|
35778
|
-
icon: 'zircuit',
|
|
35779
|
-
standard: 'none'
|
|
35780
|
-
}
|
|
35781
|
-
],
|
|
36469
|
+
explorers: [],
|
|
36470
|
+
status: 'deprecated',
|
|
35782
36471
|
iconURL: 'https://ipfs.io/ipfs/QmV4nUUiRaTTZSyWubpF98ZL9jNCoXkrgg6AWR6FKqdxMk'
|
|
35783
36472
|
},
|
|
35784
36473
|
48900: {
|
|
@@ -36502,6 +37191,55 @@ exports.chains = {
|
|
|
36502
37191
|
],
|
|
36503
37192
|
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
|
36504
37193
|
},
|
|
37194
|
+
55377: {
|
|
37195
|
+
name: 'DUST Testnet',
|
|
37196
|
+
chain: 'ETH',
|
|
37197
|
+
rpc: [
|
|
37198
|
+
'https://rpc.testnet.dustproject.org',
|
|
37199
|
+
'wss://rpc.testnet.dustproject.org'
|
|
37200
|
+
],
|
|
37201
|
+
faucets: [],
|
|
37202
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
37203
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37204
|
+
infoURL: 'https://dustproject.org',
|
|
37205
|
+
shortName: 'dust-testnet',
|
|
37206
|
+
chainId: 55377,
|
|
37207
|
+
networkId: 55377,
|
|
37208
|
+
icon: 'dust',
|
|
37209
|
+
explorers: [
|
|
37210
|
+
{
|
|
37211
|
+
name: 'blockscout',
|
|
37212
|
+
url: 'https://explorer.testnet.dustproject.org',
|
|
37213
|
+
icon: 'blockscout',
|
|
37214
|
+
standard: 'EIP3091'
|
|
37215
|
+
}
|
|
37216
|
+
],
|
|
37217
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
37218
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreictvckd4rdr4ns3k6lamsnpdpa2cwjaxzhshhmgcl2oejsjx2f5rm'
|
|
37219
|
+
},
|
|
37220
|
+
55378: {
|
|
37221
|
+
name: 'DUST Mainnet',
|
|
37222
|
+
chain: 'ETH',
|
|
37223
|
+
rpc: ['https://rpc.dustproject.org', 'wss://rpc.dustproject.org'],
|
|
37224
|
+
faucets: [],
|
|
37225
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
37226
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37227
|
+
infoURL: 'https://dustproject.org',
|
|
37228
|
+
shortName: 'dust-mainnet',
|
|
37229
|
+
chainId: 55378,
|
|
37230
|
+
networkId: 55378,
|
|
37231
|
+
icon: 'dust',
|
|
37232
|
+
explorers: [
|
|
37233
|
+
{
|
|
37234
|
+
name: 'blockscout',
|
|
37235
|
+
url: 'https://explorer.dustproject.org',
|
|
37236
|
+
icon: 'blockscout',
|
|
37237
|
+
standard: 'EIP3091'
|
|
37238
|
+
}
|
|
37239
|
+
],
|
|
37240
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
37241
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreictvckd4rdr4ns3k6lamsnpdpa2cwjaxzhshhmgcl2oejsjx2f5rm'
|
|
37242
|
+
},
|
|
36505
37243
|
55551: {
|
|
36506
37244
|
name: 'Photon Aurora Testnet',
|
|
36507
37245
|
chain: 'Photon',
|
|
@@ -37850,6 +38588,30 @@ exports.chains = {
|
|
|
37850
38588
|
],
|
|
37851
38589
|
iconURL: 'https://ipfs.io/ipfs/QmarU6J1FyXddaRkrWagEXN39TXUTNdVcuDTfHFKvvs3D4'
|
|
37852
38590
|
},
|
|
38591
|
+
66666: {
|
|
38592
|
+
name: 'Bitasset Chain Testnet Ploutos',
|
|
38593
|
+
chain: 'BAC',
|
|
38594
|
+
rpc: ['https://ploutos-rpc.bitassetchain.io'],
|
|
38595
|
+
faucets: [],
|
|
38596
|
+
nativeCurrency: {
|
|
38597
|
+
name: 'Bitasset Chain Native Token',
|
|
38598
|
+
symbol: 'BAC',
|
|
38599
|
+
decimals: 18
|
|
38600
|
+
},
|
|
38601
|
+
infoURL: 'https://bitassetchain.io',
|
|
38602
|
+
shortName: 'bac-ploutos',
|
|
38603
|
+
chainId: 66666,
|
|
38604
|
+
networkId: 66666,
|
|
38605
|
+
icon: 'bac',
|
|
38606
|
+
explorers: [
|
|
38607
|
+
{
|
|
38608
|
+
name: 'bacscan-ploutos',
|
|
38609
|
+
url: 'https://ploutos.bacscan.net',
|
|
38610
|
+
standard: 'EIP3091'
|
|
38611
|
+
}
|
|
38612
|
+
],
|
|
38613
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicq4mloik6hz5ypyfjhgesrmqdzlvbnu7eitwgciq2eof64grc7da'
|
|
38614
|
+
},
|
|
37853
38615
|
66988: {
|
|
37854
38616
|
name: 'Janus Testnet',
|
|
37855
38617
|
chain: 'JanusNetwork',
|
|
@@ -38257,6 +39019,28 @@ exports.chains = {
|
|
|
38257
39019
|
nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
|
|
38258
39020
|
explorers: []
|
|
38259
39021
|
},
|
|
39022
|
+
72344: {
|
|
39023
|
+
name: 'Radius Test Network',
|
|
39024
|
+
chain: 'RADIUS',
|
|
39025
|
+
rpc: ['https://rpc.testnet.radiustech.xyz'],
|
|
39026
|
+
faucets: ['https://testnet.radiustech.xyz/wallet/'],
|
|
39027
|
+
nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
|
|
39028
|
+
infoURL: 'https://testnet.radiustech.xyz',
|
|
39029
|
+
shortName: 'radius-network-testnet',
|
|
39030
|
+
chainId: 72344,
|
|
39031
|
+
networkId: 72344,
|
|
39032
|
+
icon: 'rad',
|
|
39033
|
+
slip44: 1,
|
|
39034
|
+
explorers: [
|
|
39035
|
+
{
|
|
39036
|
+
name: 'Radius Test Network Explorer',
|
|
39037
|
+
url: 'https://testnet.radiustech.xyz',
|
|
39038
|
+
standard: 'none'
|
|
39039
|
+
}
|
|
39040
|
+
],
|
|
39041
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39042
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreig2wmsrbj5jzfykmskzprl6zml6zlxce3326iqjcvfwzqpmtfiora'
|
|
39043
|
+
},
|
|
38260
39044
|
72778: {
|
|
38261
39045
|
name: 'CAGA crypto Ankara testnet',
|
|
38262
39046
|
chain: 'Ankara',
|
|
@@ -38386,6 +39170,24 @@ exports.chains = {
|
|
|
38386
39170
|
],
|
|
38387
39171
|
iconURL: 'https://ipfs.io/ipfs/bafybeic5eexvd34wfy4kuebcyu73qpkv3x57s54ebzjyhyjsmeuni5jwcm'
|
|
38388
39172
|
},
|
|
39173
|
+
73790: {
|
|
39174
|
+
name: 'NV-CHAIN',
|
|
39175
|
+
chain: 'NVC',
|
|
39176
|
+
rpc: ['https://rpc.neurovatic.ai/rpc'],
|
|
39177
|
+
faucets: ['https://faucet.neurovatic.ai'],
|
|
39178
|
+
nativeCurrency: { name: 'NeuroVatic Coin', symbol: 'NVC', decimals: 18 },
|
|
39179
|
+
infoURL: 'https://neurovatic.ai',
|
|
39180
|
+
shortName: 'nvc',
|
|
39181
|
+
chainId: 73790,
|
|
39182
|
+
networkId: 73790,
|
|
39183
|
+
explorers: [
|
|
39184
|
+
{
|
|
39185
|
+
name: 'nvScan',
|
|
39186
|
+
url: 'https://explorer.neurovatic.ai',
|
|
39187
|
+
standard: 'EIP3091'
|
|
39188
|
+
}
|
|
39189
|
+
]
|
|
39190
|
+
},
|
|
38389
39191
|
73799: {
|
|
38390
39192
|
name: 'Energy Web Volta Testnet',
|
|
38391
39193
|
chain: 'Volta',
|
|
@@ -38618,6 +39420,24 @@ exports.chains = {
|
|
|
38618
39420
|
],
|
|
38619
39421
|
iconURL: 'https://ipfs.io/ipfs/QmciSvgLatP6jhgdazuiyD3fSrhipfAN7wC943v1qxcrpv'
|
|
38620
39422
|
},
|
|
39423
|
+
77778: {
|
|
39424
|
+
name: 'StreetDog Chain',
|
|
39425
|
+
chain: 'SDC',
|
|
39426
|
+
rpc: ['https://rpc.chain.streetdog.me'],
|
|
39427
|
+
faucets: [],
|
|
39428
|
+
nativeCurrency: { name: 'StreetDog', symbol: 'SD', decimals: 18 },
|
|
39429
|
+
infoURL: 'https://chain.streetdog.me',
|
|
39430
|
+
shortName: 'sdc',
|
|
39431
|
+
chainId: 77778,
|
|
39432
|
+
networkId: 77778,
|
|
39433
|
+
explorers: [
|
|
39434
|
+
{
|
|
39435
|
+
name: 'StreetDog Chain Explorer',
|
|
39436
|
+
url: 'https://chain.streetdog.me',
|
|
39437
|
+
standard: 'none'
|
|
39438
|
+
}
|
|
39439
|
+
]
|
|
39440
|
+
},
|
|
38621
39441
|
78110: {
|
|
38622
39442
|
name: 'Firenze test network',
|
|
38623
39443
|
chain: 'ETH',
|
|
@@ -38824,7 +39644,8 @@ exports.chains = {
|
|
|
38824
39644
|
rpc: [
|
|
38825
39645
|
'https://rpc-amoy.polygon.technology',
|
|
38826
39646
|
'https://polygon-amoy-bor-rpc.publicnode.com',
|
|
38827
|
-
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
|
39647
|
+
'wss://polygon-amoy-bor-rpc.publicnode.com',
|
|
39648
|
+
'https://polygon-amoy.drpc.org'
|
|
38828
39649
|
],
|
|
38829
39650
|
faucets: ['https://faucet.polygon.technology/'],
|
|
38830
39651
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -38838,11 +39659,6 @@ exports.chains = {
|
|
|
38838
39659
|
name: 'polygonscan-amoy',
|
|
38839
39660
|
url: 'https://amoy.polygonscan.com',
|
|
38840
39661
|
standard: 'EIP3091'
|
|
38841
|
-
},
|
|
38842
|
-
{
|
|
38843
|
-
name: 'polygonamoy',
|
|
38844
|
-
url: 'https://www.oklink.com/amoy',
|
|
38845
|
-
standard: 'EIP3091'
|
|
38846
39662
|
}
|
|
38847
39663
|
],
|
|
38848
39664
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
@@ -39309,6 +40125,28 @@ exports.chains = {
|
|
|
39309
40125
|
],
|
|
39310
40126
|
iconURL: 'https://ipfs.io/ipfs/bafkreif4le6thwalvtcpcwav53bwl4c6iltkzem3amf7zd4kogk4mblr4y'
|
|
39311
40127
|
},
|
|
40128
|
+
82716: {
|
|
40129
|
+
name: 'Pylun Testnet',
|
|
40130
|
+
chain: 'PYLUN',
|
|
40131
|
+
icon: 'pylun',
|
|
40132
|
+
rpc: ['https://rpc.pylun.network', 'wss://ws.pylun.network'],
|
|
40133
|
+
faucets: ['https://faucet.pylun.network'],
|
|
40134
|
+
nativeCurrency: { name: 'PYLUN', symbol: 'PYLUN', decimals: 18 },
|
|
40135
|
+
infoURL: 'https://pylun.network',
|
|
40136
|
+
shortName: 'pylun',
|
|
40137
|
+
chainId: 82716,
|
|
40138
|
+
networkId: 82716,
|
|
40139
|
+
slip44: 60,
|
|
40140
|
+
explorers: [
|
|
40141
|
+
{
|
|
40142
|
+
name: 'PylunScan',
|
|
40143
|
+
url: 'https://explorer.pylun.network',
|
|
40144
|
+
standard: 'EIP3091'
|
|
40145
|
+
}
|
|
40146
|
+
],
|
|
40147
|
+
status: 'active',
|
|
40148
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih7rwh3gmqsvu2ajyeo67fqfqkrfp33bjttmyht2bqykzfyn7rmui'
|
|
40149
|
+
},
|
|
39312
40150
|
83144: {
|
|
39313
40151
|
name: 'Xprotocol Testnet',
|
|
39314
40152
|
chainId: 83144,
|
|
@@ -39654,6 +40492,27 @@ exports.chains = {
|
|
|
39654
40492
|
icon: 'cycle',
|
|
39655
40493
|
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
39656
40494
|
},
|
|
40495
|
+
88788: {
|
|
40496
|
+
name: 'PropTech Mainnet',
|
|
40497
|
+
chain: 'PTEK',
|
|
40498
|
+
icon: 'ptek',
|
|
40499
|
+
rpc: ['https://mainnet.ptekcoin.com'],
|
|
40500
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
40501
|
+
faucets: [],
|
|
40502
|
+
nativeCurrency: { name: 'PropTech Token', symbol: 'PTEK', decimals: 18 },
|
|
40503
|
+
infoURL: 'https://ptek.ai',
|
|
40504
|
+
shortName: 'ptek',
|
|
40505
|
+
chainId: 88788,
|
|
40506
|
+
networkId: 88788,
|
|
40507
|
+
explorers: [
|
|
40508
|
+
{
|
|
40509
|
+
name: 'PropTech Blockchain Explorer',
|
|
40510
|
+
url: 'https://explorer.ptekcoin.com',
|
|
40511
|
+
standard: 'EIP3091'
|
|
40512
|
+
}
|
|
40513
|
+
],
|
|
40514
|
+
iconURL: 'https://ipfs.io/ipfs/QmYuxWz6EQoygb1qGRwGadUeMKUhH5waQXAXDaadnDfXCr'
|
|
40515
|
+
},
|
|
39657
40516
|
88800: {
|
|
39658
40517
|
name: 'ZKasino Mainnet',
|
|
39659
40518
|
chain: 'ZKasino',
|
|
@@ -39851,6 +40710,18 @@ exports.chains = {
|
|
|
39851
40710
|
],
|
|
39852
40711
|
iconURL: 'https://ipfs.io/ipfs/QmajJp6gbZbTMNm5NjGFMv9gYKzDJsW4vVxTECu8NzGXa2'
|
|
39853
40712
|
},
|
|
40713
|
+
89001: {
|
|
40714
|
+
name: 'JAMIROQU.AI',
|
|
40715
|
+
chain: 'INSAN',
|
|
40716
|
+
rpc: [],
|
|
40717
|
+
faucets: [],
|
|
40718
|
+
nativeCurrency: { name: 'INSAN', symbol: 'INSAN', decimals: 18 },
|
|
40719
|
+
infoURL: 'https://www.jamiroqu.ai',
|
|
40720
|
+
shortName: 'insan',
|
|
40721
|
+
chainId: 89001,
|
|
40722
|
+
networkId: 89001,
|
|
40723
|
+
status: 'incubating'
|
|
40724
|
+
},
|
|
39854
40725
|
90001: {
|
|
39855
40726
|
name: 'Pundi AIFX Omnilayer Testnet',
|
|
39856
40727
|
chain: 'PUNDIAI',
|
|
@@ -40725,6 +41596,48 @@ exports.chains = {
|
|
|
40725
41596
|
],
|
|
40726
41597
|
iconURL: 'https://ipfs.io/ipfs/Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9'
|
|
40727
41598
|
},
|
|
41599
|
+
99110: {
|
|
41600
|
+
name: 'Dorsen Chain',
|
|
41601
|
+
chain: 'Dorsen',
|
|
41602
|
+
rpc: ['https://mainnet-rpc.dorsenscan.io'],
|
|
41603
|
+
faucets: [],
|
|
41604
|
+
nativeCurrency: { name: 'Dorsen Chain', symbol: 'DC', decimals: 18 },
|
|
41605
|
+
infoURL: 'https://docs.dorsenscan.io',
|
|
41606
|
+
icon: 'dorsen',
|
|
41607
|
+
shortName: 'dorsen-test',
|
|
41608
|
+
chainId: 99110,
|
|
41609
|
+
networkId: 99110,
|
|
41610
|
+
explorers: [
|
|
41611
|
+
{
|
|
41612
|
+
name: 'DorsenScan Mainnet',
|
|
41613
|
+
url: 'https://dorsenscan.io',
|
|
41614
|
+
standard: 'EIP3091'
|
|
41615
|
+
}
|
|
41616
|
+
],
|
|
41617
|
+
status: 'active',
|
|
41618
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidicggemdcyji4fvjdf55x25xrcvbg7tmbvjht365mnh33tk4pzim'
|
|
41619
|
+
},
|
|
41620
|
+
99119: {
|
|
41621
|
+
name: 'Dorsen Testnet',
|
|
41622
|
+
chain: 'Dorsen',
|
|
41623
|
+
rpc: ['https://testnet-rpc.dorsenscan.io'],
|
|
41624
|
+
faucets: ['https://faucet.dorsenscan.io'],
|
|
41625
|
+
nativeCurrency: { name: 'Dorsen Chain', symbol: 'tDC', decimals: 18 },
|
|
41626
|
+
infoURL: 'https://docs.dorsenscan.io',
|
|
41627
|
+
shortName: 'dorsen-main',
|
|
41628
|
+
icon: 'dorsen',
|
|
41629
|
+
chainId: 99119,
|
|
41630
|
+
networkId: 99119,
|
|
41631
|
+
explorers: [
|
|
41632
|
+
{
|
|
41633
|
+
name: 'DorsenScan Testnet',
|
|
41634
|
+
url: 'https://testnet.dorsenscan.io',
|
|
41635
|
+
standard: 'EIP3091'
|
|
41636
|
+
}
|
|
41637
|
+
],
|
|
41638
|
+
status: 'active',
|
|
41639
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidicggemdcyji4fvjdf55x25xrcvbg7tmbvjht365mnh33tk4pzim'
|
|
41640
|
+
},
|
|
40728
41641
|
99876: {
|
|
40729
41642
|
name: 'Edge Matrix Chain Testnet',
|
|
40730
41643
|
chain: 'EMC Testnet',
|
|
@@ -42183,6 +43096,24 @@ exports.chains = {
|
|
|
42183
43096
|
],
|
|
42184
43097
|
iconURL: 'https://ipfs.io/ipfs/bafkreiabuopswwczdqb7kbncgdpqzatpxyyx3qg4oixikalj47oluyrjmu'
|
|
42185
43098
|
},
|
|
43099
|
+
153871: {
|
|
43100
|
+
name: 'Orqus Testnet',
|
|
43101
|
+
chain: 'Orqus',
|
|
43102
|
+
rpc: ['https://rpc-test.orqus.io'],
|
|
43103
|
+
faucets: [],
|
|
43104
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
43105
|
+
infoURL: 'https://orqus.io',
|
|
43106
|
+
shortName: 'orqus-testnet',
|
|
43107
|
+
chainId: 153871,
|
|
43108
|
+
networkId: 153871,
|
|
43109
|
+
explorers: [
|
|
43110
|
+
{
|
|
43111
|
+
name: 'Orquscan',
|
|
43112
|
+
url: 'https://orquscan.io',
|
|
43113
|
+
standard: 'EIP3091'
|
|
43114
|
+
}
|
|
43115
|
+
]
|
|
43116
|
+
},
|
|
42186
43117
|
158245: {
|
|
42187
43118
|
name: 'CryptoX',
|
|
42188
43119
|
chain: 'XCOIN',
|
|
@@ -42629,6 +43560,19 @@ exports.chains = {
|
|
|
42629
43560
|
],
|
|
42630
43561
|
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
42631
43562
|
},
|
|
43563
|
+
177155: {
|
|
43564
|
+
name: 'mfenx',
|
|
43565
|
+
chain: 'MFENX',
|
|
43566
|
+
rpc: ['https://indexer.mfenx.com/rpc'],
|
|
43567
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
43568
|
+
faucets: [],
|
|
43569
|
+
nativeCurrency: { name: 'JULIAN', symbol: 'JULIAN', decimals: 18 },
|
|
43570
|
+
infoURL: 'https://mfenx.com/power-house',
|
|
43571
|
+
shortName: 'mfenx',
|
|
43572
|
+
chainId: 177155,
|
|
43573
|
+
networkId: 177155,
|
|
43574
|
+
status: 'active'
|
|
43575
|
+
},
|
|
42632
43576
|
179170: {
|
|
42633
43577
|
name: 'Transparency Solution',
|
|
42634
43578
|
chain: 'CLT',
|
|
@@ -44055,6 +44999,28 @@ exports.chains = {
|
|
|
44055
44999
|
],
|
|
44056
45000
|
iconURL: 'https://ipfs.io/ipfs/QmNZiMmzMQYjyGtNSghtzLg4UooYhDgMQsa677DAP5KsBg'
|
|
44057
45001
|
},
|
|
45002
|
+
271828: {
|
|
45003
|
+
name: 'Datachain Rope',
|
|
45004
|
+
chain: 'DATACHAIN',
|
|
45005
|
+
icon: 'datachain',
|
|
45006
|
+
rpc: [
|
|
45007
|
+
'https://erpc.datachain.network',
|
|
45008
|
+
'wss://ws.datachain.network',
|
|
45009
|
+
'https://erpc.rope.network',
|
|
45010
|
+
'wss://ws.rope.network'
|
|
45011
|
+
],
|
|
45012
|
+
faucets: ['https://faucet.datachain.network'],
|
|
45013
|
+
nativeCurrency: { name: 'DC FAT', symbol: 'FAT', decimals: 18 },
|
|
45014
|
+
infoURL: 'https://datachain.network',
|
|
45015
|
+
shortName: 'datachain',
|
|
45016
|
+
chainId: 271828,
|
|
45017
|
+
networkId: 271828,
|
|
45018
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45019
|
+
explorers: [
|
|
45020
|
+
{ name: 'DC Scan', url: 'https://dcscan.io', standard: 'EIP3091' }
|
|
45021
|
+
],
|
|
45022
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeibfkitcey5cpevavib36dv2rxefszbpcxdibyjupizprhuadblccy'
|
|
45023
|
+
},
|
|
44058
45024
|
272247: {
|
|
44059
45025
|
name: 'Nxy Area 51',
|
|
44060
45026
|
chain: 'NXY',
|
|
@@ -46086,14 +47052,14 @@ exports.chains = {
|
|
|
46086
47052
|
685689: {
|
|
46087
47053
|
name: 'Gensyn Mainnet',
|
|
46088
47054
|
chain: 'Gensyn',
|
|
46089
|
-
rpc: [],
|
|
47055
|
+
rpc: ['https://gensyn-mainnet.g.alchemy.com/public'],
|
|
46090
47056
|
faucets: [],
|
|
46091
47057
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46092
47058
|
infoURL: 'https://www.gensyn.ai/',
|
|
46093
47059
|
shortName: 'gensyn-mainnet',
|
|
46094
47060
|
chainId: 685689,
|
|
46095
47061
|
networkId: 685689,
|
|
46096
|
-
status: '
|
|
47062
|
+
status: 'active'
|
|
46097
47063
|
},
|
|
46098
47064
|
686868: {
|
|
46099
47065
|
name: 'Won Network',
|
|
@@ -46240,6 +47206,7 @@ exports.chains = {
|
|
|
46240
47206
|
chainId: 713715,
|
|
46241
47207
|
networkId: 713715,
|
|
46242
47208
|
icon: 'sei',
|
|
47209
|
+
status: 'deprecated',
|
|
46243
47210
|
explorers: [
|
|
46244
47211
|
{
|
|
46245
47212
|
name: 'Seistream',
|
|
@@ -46252,7 +47219,7 @@ exports.chains = {
|
|
|
46252
47219
|
standard: 'EIP3091'
|
|
46253
47220
|
}
|
|
46254
47221
|
],
|
|
46255
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
47222
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeierzqumyqtarwehonib2mkvg67lyhdypj4umrw7j667prejlorq7e'
|
|
46256
47223
|
},
|
|
46257
47224
|
715131: {
|
|
46258
47225
|
name: 'Zether Mainnet',
|
|
@@ -46313,6 +47280,27 @@ exports.chains = {
|
|
|
46313
47280
|
}
|
|
46314
47281
|
]
|
|
46315
47282
|
},
|
|
47283
|
+
723487: {
|
|
47284
|
+
name: 'Radius Network',
|
|
47285
|
+
chain: 'RADIUS',
|
|
47286
|
+
rpc: ['https://rpc.radiustech.xyz'],
|
|
47287
|
+
faucets: [],
|
|
47288
|
+
nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
|
|
47289
|
+
infoURL: 'https://network.radiustech.xyz/',
|
|
47290
|
+
shortName: 'radius',
|
|
47291
|
+
chainId: 723487,
|
|
47292
|
+
networkId: 723487,
|
|
47293
|
+
icon: 'rad',
|
|
47294
|
+
explorers: [
|
|
47295
|
+
{
|
|
47296
|
+
name: 'Radius Network Explorer',
|
|
47297
|
+
url: 'https://network.radiustech.xyz',
|
|
47298
|
+
standard: 'none'
|
|
47299
|
+
}
|
|
47300
|
+
],
|
|
47301
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
47302
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreig2wmsrbj5jzfykmskzprl6zml6zlxce3326iqjcvfwzqpmtfiora'
|
|
47303
|
+
},
|
|
46316
47304
|
737373: {
|
|
46317
47305
|
name: 'bokuto',
|
|
46318
47306
|
chain: 'bokuto',
|
|
@@ -49436,6 +50424,32 @@ exports.chains = {
|
|
|
49436
50424
|
],
|
|
49437
50425
|
iconURL: 'https://ipfs.io/ipfs/QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi'
|
|
49438
50426
|
},
|
|
50427
|
+
10111945: {
|
|
50428
|
+
name: 'SATUCHAIN Mainnet',
|
|
50429
|
+
chain: 'SATU',
|
|
50430
|
+
rpc: [
|
|
50431
|
+
'https://rpc-mainnet.satuchain.com',
|
|
50432
|
+
'https://rpc-indo-mainnet.satuchain.com',
|
|
50433
|
+
'wss://rpc-mainnet.satuchain.com/ws'
|
|
50434
|
+
],
|
|
50435
|
+
faucets: [],
|
|
50436
|
+
nativeCurrency: { name: 'Satu', symbol: 'STU', decimals: 18 },
|
|
50437
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
50438
|
+
infoURL: 'https://satuchain.com',
|
|
50439
|
+
shortName: 'satumainnet',
|
|
50440
|
+
chainId: 10111945,
|
|
50441
|
+
networkId: 10111945,
|
|
50442
|
+
icon: 'satuchain',
|
|
50443
|
+
explorers: [
|
|
50444
|
+
{
|
|
50445
|
+
name: 'SATUCHAIN Mainnet Explorer',
|
|
50446
|
+
url: 'https://stuscan.com',
|
|
50447
|
+
icon: 'satuchain',
|
|
50448
|
+
standard: 'EIP3091'
|
|
50449
|
+
}
|
|
50450
|
+
],
|
|
50451
|
+
iconURL: 'https://ipfs.io/ipfs/QmSQdnftaq16siHNV5zAUGNrKknMKpwrZCMDwdE2B8CESt'
|
|
50452
|
+
},
|
|
49439
50453
|
10241024: {
|
|
49440
50454
|
name: 'AlienX Mainnet',
|
|
49441
50455
|
chain: 'AlienX Mainnet',
|
|
@@ -49479,6 +50493,38 @@ exports.chains = {
|
|
|
49479
50493
|
],
|
|
49480
50494
|
iconURL: 'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
|
|
49481
50495
|
},
|
|
50496
|
+
11111110: {
|
|
50497
|
+
name: 'ClawCoin Testnet',
|
|
50498
|
+
chain: 'CC',
|
|
50499
|
+
icon: 'clawcoin',
|
|
50500
|
+
rpc: ['https://evm-testnet.clawcoin.com'],
|
|
50501
|
+
features: [{ name: 'EIP155' }],
|
|
50502
|
+
faucets: [],
|
|
50503
|
+
nativeCurrency: { name: 'ClawCoin', symbol: 'CC', decimals: 18 },
|
|
50504
|
+
infoURL: 'https://clawcoin.com',
|
|
50505
|
+
shortName: 'cc-testnet',
|
|
50506
|
+
chainId: 11111110,
|
|
50507
|
+
networkId: 11111110,
|
|
50508
|
+
slip44: 60,
|
|
50509
|
+
status: 'active',
|
|
50510
|
+
iconURL: 'https://ipfs.io/ipfs/QmTuFGvQqA3iDMGsr54VLHscAQzGA54u5DjhF9LqBS88Kn'
|
|
50511
|
+
},
|
|
50512
|
+
11111111: {
|
|
50513
|
+
name: 'ClawCoin',
|
|
50514
|
+
chain: 'CC',
|
|
50515
|
+
icon: 'clawcoin',
|
|
50516
|
+
rpc: ['https://evm.clawcoin.com'],
|
|
50517
|
+
features: [{ name: 'EIP155' }],
|
|
50518
|
+
faucets: [],
|
|
50519
|
+
nativeCurrency: { name: 'ClawCoin', symbol: 'CC', decimals: 18 },
|
|
50520
|
+
infoURL: 'https://clawcoin.com',
|
|
50521
|
+
shortName: 'cc',
|
|
50522
|
+
chainId: 11111111,
|
|
50523
|
+
networkId: 11111111,
|
|
50524
|
+
slip44: 60,
|
|
50525
|
+
status: 'active',
|
|
50526
|
+
iconURL: 'https://ipfs.io/ipfs/QmTuFGvQqA3iDMGsr54VLHscAQzGA54u5DjhF9LqBS88Kn'
|
|
50527
|
+
},
|
|
49482
50528
|
11142220: {
|
|
49483
50529
|
name: 'Celo Sepolia Testnet',
|
|
49484
50530
|
chainId: 11142220,
|
|
@@ -49695,6 +50741,31 @@ exports.chains = {
|
|
|
49695
50741
|
networkId: 12052024,
|
|
49696
50742
|
explorers: []
|
|
49697
50743
|
},
|
|
50744
|
+
12082025: {
|
|
50745
|
+
name: 'ONFA Chain Mainnet',
|
|
50746
|
+
title: 'ONFA Chain Mainnet',
|
|
50747
|
+
chain: 'onfa',
|
|
50748
|
+
rpc: [
|
|
50749
|
+
'https://rpc.onfachain.com',
|
|
50750
|
+
'https://rpc.onfachain.net',
|
|
50751
|
+
'wss://ws.onfachain.com',
|
|
50752
|
+
'wss://ws.onfachain.net'
|
|
50753
|
+
],
|
|
50754
|
+
faucets: [],
|
|
50755
|
+
nativeCurrency: { name: 'ONFA Coin', symbol: 'OFC', decimals: 18 },
|
|
50756
|
+
infoURL: 'https://onfachain.com',
|
|
50757
|
+
shortName: 'onfachain',
|
|
50758
|
+
chainId: 12082025,
|
|
50759
|
+
networkId: 12082025,
|
|
50760
|
+
explorers: [
|
|
50761
|
+
{
|
|
50762
|
+
name: 'ONFA Scan',
|
|
50763
|
+
url: 'https://onfascan.io',
|
|
50764
|
+
icon: 'onfachain',
|
|
50765
|
+
standard: 'EIP3091'
|
|
50766
|
+
}
|
|
50767
|
+
]
|
|
50768
|
+
},
|
|
49698
50769
|
12227331: {
|
|
49699
50770
|
name: 'NeoX Testnet T3',
|
|
49700
50771
|
chain: 'NeoX',
|
|
@@ -49880,6 +50951,31 @@ exports.chains = {
|
|
|
49880
50951
|
],
|
|
49881
50952
|
iconURL: 'https://ipfs.io/ipfs/QmXCWjWSTd6kJZKnH9aQRjgLdWRH9NTxU1wC21iBvoB4Hp'
|
|
49882
50953
|
},
|
|
50954
|
+
17081945: {
|
|
50955
|
+
name: 'SATUCHAIN Testnet',
|
|
50956
|
+
chain: 'SATU',
|
|
50957
|
+
rpc: [
|
|
50958
|
+
'https://rpc-testnet.satuchain.com',
|
|
50959
|
+
'wss://rpc-testnet.satuchain.com/ws'
|
|
50960
|
+
],
|
|
50961
|
+
faucets: ['https://faucet.satuchain.com'],
|
|
50962
|
+
nativeCurrency: { name: 'Satu Testnet', symbol: 'tSTU', decimals: 18 },
|
|
50963
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
50964
|
+
infoURL: 'https://satuchain.com',
|
|
50965
|
+
shortName: 'satutestnet',
|
|
50966
|
+
chainId: 17081945,
|
|
50967
|
+
networkId: 17081945,
|
|
50968
|
+
icon: 'satuchain',
|
|
50969
|
+
explorers: [
|
|
50970
|
+
{
|
|
50971
|
+
name: 'SATUCHAIN Testnet Explorer',
|
|
50972
|
+
url: 'https://testnet.satuchain.com',
|
|
50973
|
+
icon: 'satuchain',
|
|
50974
|
+
standard: 'EIP3091'
|
|
50975
|
+
}
|
|
50976
|
+
],
|
|
50977
|
+
iconURL: 'https://ipfs.io/ipfs/QmSQdnftaq16siHNV5zAUGNrKknMKpwrZCMDwdE2B8CESt'
|
|
50978
|
+
},
|
|
49883
50979
|
18071918: {
|
|
49884
50980
|
name: 'Mande Network Mainnet',
|
|
49885
50981
|
chain: 'Mande',
|
|
@@ -50239,6 +51335,26 @@ exports.chains = {
|
|
|
50239
51335
|
],
|
|
50240
51336
|
iconURL: 'https://ipfs.io/ipfs/bafkreid4pi4wvhivaydzlflqqgdbddrmmc2szqtgsuhrp4hgfplg2z7ffe'
|
|
50241
51337
|
},
|
|
51338
|
+
20260131: {
|
|
51339
|
+
name: 'Meta Assets Chain',
|
|
51340
|
+
chain: 'MA',
|
|
51341
|
+
icon: 'metaassets',
|
|
51342
|
+
rpc: ['https://rpc.ma-chain.xyz'],
|
|
51343
|
+
faucets: [],
|
|
51344
|
+
nativeCurrency: { name: 'MetaAssets', symbol: 'MA', decimals: 18 },
|
|
51345
|
+
infoURL: 'https://ma-chain.xyz',
|
|
51346
|
+
shortName: 'ma',
|
|
51347
|
+
chainId: 20260131,
|
|
51348
|
+
networkId: 20260131,
|
|
51349
|
+
explorers: [
|
|
51350
|
+
{
|
|
51351
|
+
name: 'Meta Assets Chain Explorer',
|
|
51352
|
+
url: 'https://ma-chain.xyz',
|
|
51353
|
+
standard: 'EIP3091'
|
|
51354
|
+
}
|
|
51355
|
+
],
|
|
51356
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiemtx3v3b4j767waftyt3xkv5lovj5eycvpfi25jxcshz5vvmklda'
|
|
51357
|
+
},
|
|
50242
51358
|
20482050: {
|
|
50243
51359
|
name: 'Hokum Testnet',
|
|
50244
51360
|
chain: 'HokumTestnet',
|
|
@@ -51147,6 +52263,29 @@ exports.chains = {
|
|
|
51147
52263
|
bridges: [{ url: 'https://bridge.gelato.network/bridge/reya-cronos' }]
|
|
51148
52264
|
}
|
|
51149
52265
|
},
|
|
52266
|
+
91562037: {
|
|
52267
|
+
name: 'MST Testnet',
|
|
52268
|
+
chain: 'MST',
|
|
52269
|
+
rpc: [
|
|
52270
|
+
'https://testnetrpc.mstblockchain.com',
|
|
52271
|
+
'wss://testnetrpc.mstblockchain.com'
|
|
52272
|
+
],
|
|
52273
|
+
faucets: ['https://faucet.mstblockchain.com'],
|
|
52274
|
+
nativeCurrency: { name: 'MST Native Coin', symbol: 'tMSTC', decimals: 18 },
|
|
52275
|
+
infoURL: 'https://mstblockchain.com',
|
|
52276
|
+
shortName: 'mst-testnet',
|
|
52277
|
+
chainId: 91562037,
|
|
52278
|
+
networkId: 91562037,
|
|
52279
|
+
icon: 'mst',
|
|
52280
|
+
explorers: [
|
|
52281
|
+
{
|
|
52282
|
+
name: 'mstscan',
|
|
52283
|
+
url: 'https://testnet.mstscan.com',
|
|
52284
|
+
standard: 'EIP3091'
|
|
52285
|
+
}
|
|
52286
|
+
],
|
|
52287
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym'
|
|
52288
|
+
},
|
|
51150
52289
|
94204209: {
|
|
51151
52290
|
name: 'Polygon Blackberry',
|
|
51152
52291
|
title: 'Polygon Blackberry Testnet',
|
|
@@ -51719,18 +52858,81 @@ exports.chains = {
|
|
|
51719
52858
|
],
|
|
51720
52859
|
iconURL: 'https://ipfs.io/ipfs/QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz'
|
|
51721
52860
|
},
|
|
52861
|
+
420420417: {
|
|
52862
|
+
name: 'Polkadot Testnet',
|
|
52863
|
+
chain: 'PAS',
|
|
52864
|
+
icon: 'polkadot-testnet',
|
|
52865
|
+
rpc: [
|
|
52866
|
+
'https://services.polkadothub-rpc.com/testnet',
|
|
52867
|
+
'wss://services.polkadothub-rpc.com/testnet',
|
|
52868
|
+
'https://eth-rpc-testnet.polkadot.io',
|
|
52869
|
+
'wss://eth-rpc-testnet.polkadot.io'
|
|
52870
|
+
],
|
|
52871
|
+
faucets: ['https://faucet.polkadot.io/'],
|
|
52872
|
+
nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
|
|
52873
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
52874
|
+
infoURL: 'https://polkadot.com',
|
|
52875
|
+
shortName: 'pas',
|
|
52876
|
+
chainId: 420420417,
|
|
52877
|
+
networkId: 420420417,
|
|
52878
|
+
explorers: [
|
|
52879
|
+
{
|
|
52880
|
+
name: 'blockscout',
|
|
52881
|
+
url: 'https://blockscout-testnet.polkadot.io',
|
|
52882
|
+
standard: 'EIP3091'
|
|
52883
|
+
}
|
|
52884
|
+
],
|
|
52885
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia7ob4rekmtvjryghgcvzaeogbnal6ka7ld4ry6k4o27adacry4fm'
|
|
52886
|
+
},
|
|
52887
|
+
420420418: {
|
|
52888
|
+
name: 'Kusama',
|
|
52889
|
+
chain: 'KSM',
|
|
52890
|
+
icon: 'kusama',
|
|
52891
|
+
rpc: [
|
|
52892
|
+
'https://eth-rpc-kusama.polkadot.io',
|
|
52893
|
+
'wss://eth-rpc-kusama.polkadot.io'
|
|
52894
|
+
],
|
|
52895
|
+
faucets: [],
|
|
52896
|
+
nativeCurrency: { name: 'KSM', symbol: 'KSM', decimals: 18 },
|
|
52897
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
52898
|
+
infoURL: 'https://polkadot.com',
|
|
52899
|
+
shortName: 'ksm',
|
|
52900
|
+
chainId: 420420418,
|
|
52901
|
+
networkId: 420420418,
|
|
52902
|
+
explorers: [
|
|
52903
|
+
{
|
|
52904
|
+
name: 'blockscout',
|
|
52905
|
+
url: 'https://blockscout-kusama.polkadot.io',
|
|
52906
|
+
standard: 'EIP3091'
|
|
52907
|
+
}
|
|
52908
|
+
],
|
|
52909
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreideegtbsvtbmhqryd2zwwba4gjfnjgukj7bjhagwcmobhaeejw7bi'
|
|
52910
|
+
},
|
|
51722
52911
|
420420419: {
|
|
51723
|
-
name: '
|
|
52912
|
+
name: 'Polkadot',
|
|
51724
52913
|
chain: 'DOT',
|
|
51725
|
-
|
|
52914
|
+
icon: 'polkadot',
|
|
52915
|
+
rpc: [
|
|
52916
|
+
'https://services.polkadothub-rpc.com/mainnet',
|
|
52917
|
+
'wss://services.polkadothub-rpc.com/mainnet',
|
|
52918
|
+
'https://eth-rpc.polkadot.io',
|
|
52919
|
+
'wss://eth-rpc.polkadot.io'
|
|
52920
|
+
],
|
|
51726
52921
|
faucets: [],
|
|
51727
52922
|
nativeCurrency: { name: 'DOT', symbol: 'DOT', decimals: 18 },
|
|
51728
52923
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
51729
|
-
infoURL: 'https://polkadot.
|
|
51730
|
-
shortName: '
|
|
52924
|
+
infoURL: 'https://polkadot.com',
|
|
52925
|
+
shortName: 'dot',
|
|
51731
52926
|
chainId: 420420419,
|
|
51732
52927
|
networkId: 420420419,
|
|
51733
|
-
explorers: [
|
|
52928
|
+
explorers: [
|
|
52929
|
+
{
|
|
52930
|
+
name: 'blockscout',
|
|
52931
|
+
url: 'https://blockscout.polkadot.io',
|
|
52932
|
+
standard: 'EIP3091'
|
|
52933
|
+
}
|
|
52934
|
+
],
|
|
52935
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreif7noml4aexpj4v5p5os3iexlscdfemuiustuipf3wg34vnjekeuy'
|
|
51734
52936
|
},
|
|
51735
52937
|
420420421: {
|
|
51736
52938
|
name: 'Westend Asset Hub',
|
|
@@ -51747,20 +52949,21 @@ exports.chains = {
|
|
|
51747
52949
|
{
|
|
51748
52950
|
name: 'subscan',
|
|
51749
52951
|
icon: 'subscan',
|
|
51750
|
-
url: 'https://westend
|
|
51751
|
-
standard: '
|
|
52952
|
+
url: 'https://assethub-westend.subscan.io',
|
|
52953
|
+
standard: 'none'
|
|
51752
52954
|
}
|
|
51753
52955
|
]
|
|
51754
52956
|
},
|
|
51755
52957
|
420420422: {
|
|
51756
52958
|
name: 'Paseo PassetHub',
|
|
52959
|
+
status: 'deprecated',
|
|
51757
52960
|
chain: 'PAS',
|
|
51758
|
-
rpc: [
|
|
51759
|
-
faucets: [
|
|
52961
|
+
rpc: [],
|
|
52962
|
+
faucets: [],
|
|
51760
52963
|
nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
|
|
51761
52964
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
51762
52965
|
infoURL: 'https://polkadot.network',
|
|
51763
|
-
shortName: '
|
|
52966
|
+
shortName: 'pash',
|
|
51764
52967
|
chainId: 420420422,
|
|
51765
52968
|
networkId: 420420422
|
|
51766
52969
|
},
|
|
@@ -51942,6 +53145,33 @@ exports.chains = {
|
|
|
51942
53145
|
],
|
|
51943
53146
|
iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
|
|
51944
53147
|
},
|
|
53148
|
+
737998412: {
|
|
53149
|
+
name: 'Tau Testnet',
|
|
53150
|
+
chain: 'Tau',
|
|
53151
|
+
rpc: ['https://rpc.tau.gateway.fm'],
|
|
53152
|
+
faucets: ['https://faucet.tau.gateway.fm'],
|
|
53153
|
+
nativeCurrency: { name: 'TAU', symbol: 'TAU', decimals: 18 },
|
|
53154
|
+
features: [{ name: 'EIP155' }],
|
|
53155
|
+
infoURL: 'https://presto.gateway.fm/rollups/8bd8406f-a64f-484f-b299-046dd5f24a0f',
|
|
53156
|
+
shortName: 'tau-testnet',
|
|
53157
|
+
chainId: 737998412,
|
|
53158
|
+
networkId: 737998412,
|
|
53159
|
+
icon: 'tau',
|
|
53160
|
+
explorers: [
|
|
53161
|
+
{
|
|
53162
|
+
name: 'BlockScout',
|
|
53163
|
+
url: 'https://explorer.tau.gateway.fm',
|
|
53164
|
+
icon: 'tau',
|
|
53165
|
+
standard: 'EIP3091'
|
|
53166
|
+
}
|
|
53167
|
+
],
|
|
53168
|
+
parent: {
|
|
53169
|
+
type: 'L2',
|
|
53170
|
+
chain: 'eip155-11155111',
|
|
53171
|
+
bridges: [{ url: 'https://bridge.tau.gateway.fm' }]
|
|
53172
|
+
},
|
|
53173
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeighctebzusfrmvuahcswjrseyno3eaetu4oskwcu6ubivd7c7elqa'
|
|
53174
|
+
},
|
|
51945
53175
|
888888888: {
|
|
51946
53176
|
name: 'Ancient8',
|
|
51947
53177
|
chain: 'Ancient8',
|
|
@@ -52172,6 +53402,28 @@ exports.chains = {
|
|
|
52172
53402
|
}
|
|
52173
53403
|
]
|
|
52174
53404
|
},
|
|
53405
|
+
1213549903: {
|
|
53406
|
+
name: 'Mirasmanda',
|
|
53407
|
+
chain: 'MIRASMANDA',
|
|
53408
|
+
rpc: ['https://rpc.evm.mirasmanda.uz'],
|
|
53409
|
+
faucets: ['https://faucet.evm.mirasmanda.uz'],
|
|
53410
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
53411
|
+
features: [{ name: 'EIP155' }],
|
|
53412
|
+
infoURL: 'https://asterium.uz/',
|
|
53413
|
+
shortName: 'mirasmanda',
|
|
53414
|
+
chainId: 1213549903,
|
|
53415
|
+
networkId: 1213549903,
|
|
53416
|
+
icon: 'mirasmanda',
|
|
53417
|
+
explorers: [
|
|
53418
|
+
{
|
|
53419
|
+
name: 'blockscout',
|
|
53420
|
+
url: 'https://blockscout.evm.mirasmanda.uz',
|
|
53421
|
+
icon: 'blockscout',
|
|
53422
|
+
standard: 'EIP3091'
|
|
53423
|
+
}
|
|
53424
|
+
],
|
|
53425
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihbkqfdxl6eittsh6iaianjfwv4h424ttugyygr5mqe43t7r33mcm'
|
|
53426
|
+
},
|
|
52175
53427
|
1273227453: {
|
|
52176
53428
|
name: 'HUMAN Protocol',
|
|
52177
53429
|
title: 'HUMAN Protocol',
|
|
@@ -53231,7 +54483,7 @@ exports.chains = {
|
|
|
53231
54483
|
standard: 'EIP3091'
|
|
53232
54484
|
}
|
|
53233
54485
|
],
|
|
53234
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
54486
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifla5iikxizhv6vs6yfugnqvssqfqbtlc3lgvylapkasw4sw377uq'
|
|
53235
54487
|
},
|
|
53236
54488
|
11297108099: {
|
|
53237
54489
|
name: 'Palm Testnet',
|