@revoke.cash/chains 75.0.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 +1471 -106
- package/dist/src/enums.d.ts +129 -7
- package/dist/src/enums.js +129 -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',
|
|
@@ -12646,6 +12791,31 @@ exports.chains = {
|
|
|
12646
12791
|
],
|
|
12647
12792
|
iconURL: 'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
|
|
12648
12793
|
},
|
|
12794
|
+
1270: {
|
|
12795
|
+
name: 'Irys Testnet V1',
|
|
12796
|
+
chain: 'IRYS',
|
|
12797
|
+
rpc: [
|
|
12798
|
+
'https://testnet-rpc.irys.xyz/v1/execution-rpc',
|
|
12799
|
+
'https://testnet-rpc-2.irys.xyz/v1/execution-rpc'
|
|
12800
|
+
],
|
|
12801
|
+
faucets: [],
|
|
12802
|
+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
12803
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12804
|
+
infoURL: 'https://irys.xyz',
|
|
12805
|
+
shortName: 'irys-testnet-v1',
|
|
12806
|
+
chainId: 1270,
|
|
12807
|
+
networkId: 1270,
|
|
12808
|
+
icon: 'irys',
|
|
12809
|
+
explorers: [
|
|
12810
|
+
{
|
|
12811
|
+
name: 'Irys Testnet Explorer',
|
|
12812
|
+
url: 'https://testnet-explorer.irys.xyz',
|
|
12813
|
+
icon: 'irys',
|
|
12814
|
+
standard: 'none'
|
|
12815
|
+
}
|
|
12816
|
+
],
|
|
12817
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGLHxA4W4N2h7y8ixSUEKhESCT9qmJsenGuyskqr7x1e'
|
|
12818
|
+
},
|
|
12649
12819
|
1280: {
|
|
12650
12820
|
name: 'HALO Mainnet',
|
|
12651
12821
|
chain: 'HALO',
|
|
@@ -12958,6 +13128,28 @@ exports.chains = {
|
|
|
12958
13128
|
],
|
|
12959
13129
|
iconURL: 'https://ipfs.io/ipfs/QmbdpXXsDDtskhYSFVg3UZqFLcdVhcTKDD29CzKTpgCLCb'
|
|
12960
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
|
+
},
|
|
12961
13153
|
1310: {
|
|
12962
13154
|
name: 'COINZAX',
|
|
12963
13155
|
chain: 'ZAX',
|
|
@@ -13124,12 +13316,12 @@ exports.chains = {
|
|
|
13124
13316
|
icon: 'sei',
|
|
13125
13317
|
explorers: [
|
|
13126
13318
|
{
|
|
13127
|
-
name: '
|
|
13128
|
-
url: 'https://
|
|
13319
|
+
name: 'Seiscan',
|
|
13320
|
+
url: 'https://testnet.seiscan.io',
|
|
13129
13321
|
standard: 'EIP3091'
|
|
13130
13322
|
}
|
|
13131
13323
|
],
|
|
13132
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
13324
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeierzqumyqtarwehonib2mkvg67lyhdypj4umrw7j667prejlorq7e'
|
|
13133
13325
|
},
|
|
13134
13326
|
1329: {
|
|
13135
13327
|
name: 'Sei Network',
|
|
@@ -13142,15 +13334,11 @@ exports.chains = {
|
|
|
13142
13334
|
chainId: 1329,
|
|
13143
13335
|
networkId: 1329,
|
|
13144
13336
|
slip44: 19000118,
|
|
13145
|
-
icon: '
|
|
13337
|
+
icon: 'sei',
|
|
13146
13338
|
explorers: [
|
|
13147
|
-
{
|
|
13148
|
-
name: 'Seitrace',
|
|
13149
|
-
url: 'https://seitrace.com',
|
|
13150
|
-
standard: 'EIP3091'
|
|
13151
|
-
}
|
|
13339
|
+
{ name: 'Seiscan', url: 'https://seiscan.io', standard: 'EIP3091' }
|
|
13152
13340
|
],
|
|
13153
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
13341
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeierzqumyqtarwehonib2mkvg67lyhdypj4umrw7j667prejlorq7e'
|
|
13154
13342
|
},
|
|
13155
13343
|
1336: {
|
|
13156
13344
|
name: 'Kii Testnet Oro',
|
|
@@ -13232,6 +13420,27 @@ exports.chains = {
|
|
|
13232
13420
|
],
|
|
13233
13421
|
iconURL: 'https://ipfs.io/ipfs/QmWNCNMtnJaphMJY3dbP2pXPLQG6xayhkc2JWahoXECgsG'
|
|
13234
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
|
+
},
|
|
13235
13444
|
1343: {
|
|
13236
13445
|
name: 'Blitz Subnet',
|
|
13237
13446
|
chain: 'BLITZ',
|
|
@@ -15950,6 +16159,28 @@ exports.chains = {
|
|
|
15950
16159
|
}
|
|
15951
16160
|
]
|
|
15952
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
|
+
},
|
|
15953
16184
|
2000: {
|
|
15954
16185
|
name: 'Dogechain Mainnet',
|
|
15955
16186
|
chain: 'DC',
|
|
@@ -16217,6 +16448,7 @@ exports.chains = {
|
|
|
16217
16448
|
shortName: 'ron',
|
|
16218
16449
|
chainId: 2020,
|
|
16219
16450
|
networkId: 2020,
|
|
16451
|
+
icon: 'ronin',
|
|
16220
16452
|
redFlags: ['reusedChainId'],
|
|
16221
16453
|
explorers: [
|
|
16222
16454
|
{
|
|
@@ -16224,7 +16456,8 @@ exports.chains = {
|
|
|
16224
16456
|
url: 'https://app.roninchain.com',
|
|
16225
16457
|
standard: 'EIP3091'
|
|
16226
16458
|
}
|
|
16227
|
-
]
|
|
16459
|
+
],
|
|
16460
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
|
|
16228
16461
|
},
|
|
16229
16462
|
2021: {
|
|
16230
16463
|
name: 'Edgeware EdgeEVM Mainnet',
|
|
@@ -16374,6 +16607,29 @@ exports.chains = {
|
|
|
16374
16607
|
}
|
|
16375
16608
|
]
|
|
16376
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
|
+
},
|
|
16377
16633
|
2031: {
|
|
16378
16634
|
name: 'Centrifuge',
|
|
16379
16635
|
chain: 'CFG',
|
|
@@ -16633,6 +16889,26 @@ exports.chains = {
|
|
|
16633
16889
|
],
|
|
16634
16890
|
iconURL: 'https://ipfs.io/ipfs/QmSQGKhhBpMTM7vYpGdgMTDFyzaAN3PGG5AnmWy7KQPdSn'
|
|
16635
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
|
+
},
|
|
16636
16912
|
2071: {
|
|
16637
16913
|
name: 'Metacces Mainnet',
|
|
16638
16914
|
chain: 'Metacces Mainnet',
|
|
@@ -17162,6 +17438,7 @@ exports.chains = {
|
|
|
17162
17438
|
chain: 'Bitcoin EVM',
|
|
17163
17439
|
rpc: ['https://connect.bitcoinevm.com'],
|
|
17164
17440
|
faucets: [],
|
|
17441
|
+
features: [{ name: 'EIP155' }],
|
|
17165
17442
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
17166
17443
|
infoURL: 'https://bitcoinevm.com',
|
|
17167
17444
|
shortName: 'BTC',
|
|
@@ -17170,13 +17447,14 @@ exports.chains = {
|
|
|
17170
17447
|
icon: 'ebtc',
|
|
17171
17448
|
explorers: [
|
|
17172
17449
|
{
|
|
17173
|
-
name: 'Explorer',
|
|
17450
|
+
name: 'Bitcoin EVM Explorer',
|
|
17174
17451
|
url: 'https://explorer.bitcoinevm.com',
|
|
17175
17452
|
icon: 'ebtc',
|
|
17176
|
-
standard: '
|
|
17453
|
+
standard: 'EIP3091'
|
|
17177
17454
|
}
|
|
17178
17455
|
],
|
|
17179
|
-
|
|
17456
|
+
status: 'active',
|
|
17457
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiegluowf5waysl7b6kqddtvlwpjq4n4x6scalkqjyb27nj36jg5tu'
|
|
17180
17458
|
},
|
|
17181
17459
|
2213: {
|
|
17182
17460
|
name: 'Evanesco Mainnet',
|
|
@@ -19294,7 +19572,10 @@ exports.chains = {
|
|
|
19294
19572
|
3282: {
|
|
19295
19573
|
name: 'Irys Mainnet Beta',
|
|
19296
19574
|
chain: 'IRYS',
|
|
19297
|
-
rpc: [
|
|
19575
|
+
rpc: [
|
|
19576
|
+
'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc',
|
|
19577
|
+
'https://mainnet-beta-rpc-2.irys.xyz/v1/execution-rpc'
|
|
19578
|
+
],
|
|
19298
19579
|
faucets: [],
|
|
19299
19580
|
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
19300
19581
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -20271,20 +20552,22 @@ exports.chains = {
|
|
|
20271
20552
|
3939: {
|
|
20272
20553
|
name: 'DOS Testnet',
|
|
20273
20554
|
chain: 'DOS',
|
|
20274
|
-
rpc: ['https://test.doschain.com
|
|
20555
|
+
rpc: ['https://test.doschain.com'],
|
|
20556
|
+
features: [{ name: 'EIP1559' }],
|
|
20275
20557
|
faucets: [],
|
|
20276
20558
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
20277
|
-
infoURL: '
|
|
20278
|
-
shortName: '
|
|
20559
|
+
infoURL: 'https://doschain.com',
|
|
20560
|
+
shortName: 'dos-test',
|
|
20279
20561
|
chainId: 3939,
|
|
20280
20562
|
networkId: 3939,
|
|
20281
20563
|
slip44: 1,
|
|
20282
20564
|
icon: 'doschain',
|
|
20565
|
+
status: 'active',
|
|
20283
20566
|
explorers: [
|
|
20284
20567
|
{
|
|
20285
20568
|
name: 'DOScan-Test',
|
|
20286
20569
|
url: 'https://test.doscan.io',
|
|
20287
|
-
icon: '
|
|
20570
|
+
icon: 'doscan',
|
|
20288
20571
|
standard: 'EIP3091'
|
|
20289
20572
|
}
|
|
20290
20573
|
],
|
|
@@ -20914,6 +21197,20 @@ exports.chains = {
|
|
|
20914
21197
|
],
|
|
20915
21198
|
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
20916
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
|
+
},
|
|
20917
21214
|
4162: {
|
|
20918
21215
|
name: 'SX Rollup',
|
|
20919
21216
|
chain: 'SX',
|
|
@@ -21148,6 +21445,30 @@ exports.chains = {
|
|
|
21148
21445
|
],
|
|
21149
21446
|
iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
|
|
21150
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
|
+
},
|
|
21151
21472
|
4321: {
|
|
21152
21473
|
name: 'Echos Chain',
|
|
21153
21474
|
chain: 'Echos',
|
|
@@ -22263,20 +22584,25 @@ exports.chains = {
|
|
|
22263
22584
|
iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
|
|
22264
22585
|
},
|
|
22265
22586
|
5124: {
|
|
22266
|
-
name: 'Seismic
|
|
22587
|
+
name: 'Seismic Testnet',
|
|
22267
22588
|
chain: 'Seismic',
|
|
22268
|
-
rpc: [
|
|
22269
|
-
|
|
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'],
|
|
22270
22596
|
nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
|
|
22271
22597
|
features: [{ name: 'EIP155' }],
|
|
22272
22598
|
infoURL: 'https://seismic.systems',
|
|
22273
|
-
shortName: 'seismic-
|
|
22599
|
+
shortName: 'seismic-testnet',
|
|
22274
22600
|
chainId: 5124,
|
|
22275
22601
|
networkId: 5124,
|
|
22276
22602
|
explorers: [
|
|
22277
22603
|
{
|
|
22278
|
-
name: 'Seismic
|
|
22279
|
-
url: 'https://
|
|
22604
|
+
name: 'Seismic Testnet Explorer',
|
|
22605
|
+
url: 'https://seismic-testnet.socialscan.io',
|
|
22280
22606
|
standard: 'EIP3091'
|
|
22281
22607
|
}
|
|
22282
22608
|
]
|
|
@@ -23491,6 +23817,23 @@ exports.chains = {
|
|
|
23491
23817
|
iconURL: 'https://ipfs.io/ipfs/QmbpQPpjKy1bkDmuzCSSE9iFTUK37AiWYgJbgN3Fr7MWYq'
|
|
23492
23818
|
},
|
|
23493
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: {
|
|
23494
23837
|
name: 'MegaETH Testnet',
|
|
23495
23838
|
chain: 'ETH',
|
|
23496
23839
|
nativeCurrency: {
|
|
@@ -23502,8 +23845,8 @@ exports.chains = {
|
|
|
23502
23845
|
faucets: [],
|
|
23503
23846
|
infoURL: 'https://testnet.megaeth.com',
|
|
23504
23847
|
shortName: 'megatest',
|
|
23505
|
-
chainId:
|
|
23506
|
-
networkId:
|
|
23848
|
+
chainId: 6343,
|
|
23849
|
+
networkId: 6343,
|
|
23507
23850
|
slip44: 1
|
|
23508
23851
|
},
|
|
23509
23852
|
6363: {
|
|
@@ -24051,6 +24394,50 @@ exports.chains = {
|
|
|
24051
24394
|
],
|
|
24052
24395
|
iconURL: 'https://ipfs.io/ipfs/QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF'
|
|
24053
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
|
+
},
|
|
24054
24441
|
6942: {
|
|
24055
24442
|
name: 'Laika Mainnet',
|
|
24056
24443
|
chain: 'LAIKA',
|
|
@@ -25401,23 +25788,39 @@ exports.chains = {
|
|
|
25401
25788
|
name: 'DOS Chain',
|
|
25402
25789
|
chain: 'DOS',
|
|
25403
25790
|
rpc: ['https://main.doschain.com'],
|
|
25791
|
+
features: [{ name: 'EIP1559' }],
|
|
25404
25792
|
faucets: [],
|
|
25405
25793
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
25406
|
-
infoURL: 'https://doschain.
|
|
25794
|
+
infoURL: 'https://doschain.com',
|
|
25407
25795
|
shortName: 'dos',
|
|
25408
25796
|
chainId: 7979,
|
|
25409
25797
|
networkId: 7979,
|
|
25410
25798
|
icon: 'doschain',
|
|
25799
|
+
status: 'active',
|
|
25411
25800
|
explorers: [
|
|
25412
25801
|
{
|
|
25413
25802
|
name: 'DOScan',
|
|
25414
25803
|
url: 'https://doscan.io',
|
|
25415
|
-
icon: '
|
|
25804
|
+
icon: 'doscan',
|
|
25416
25805
|
standard: 'EIP3091'
|
|
25417
25806
|
}
|
|
25418
25807
|
],
|
|
25419
25808
|
iconURL: 'https://ipfs.io/ipfs/QmV2Nowzo81F6pi2qFcHePA4MwmmdMKBMUzBJUrxcymxx4'
|
|
25420
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
|
+
},
|
|
25421
25824
|
8000: {
|
|
25422
25825
|
name: 'Teleport',
|
|
25423
25826
|
chain: 'Teleport',
|
|
@@ -25473,6 +25876,25 @@ exports.chains = {
|
|
|
25473
25876
|
],
|
|
25474
25877
|
iconURL: 'https://ipfs.io/ipfs/QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz'
|
|
25475
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
|
+
},
|
|
25476
25898
|
8008: {
|
|
25477
25899
|
name: 'Polynomial',
|
|
25478
25900
|
chain: 'Polynomial',
|
|
@@ -26002,6 +26424,52 @@ exports.chains = {
|
|
|
26002
26424
|
],
|
|
26003
26425
|
iconURL: 'https://ipfs.io/ipfs/bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy'
|
|
26004
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
|
+
},
|
|
26005
26473
|
8285: {
|
|
26006
26474
|
name: 'KorthoTest',
|
|
26007
26475
|
chain: 'Kortho',
|
|
@@ -27176,8 +27644,15 @@ exports.chains = {
|
|
|
27176
27644
|
chainId: 9069,
|
|
27177
27645
|
networkId: 9069,
|
|
27178
27646
|
icon: 'apexfusion',
|
|
27179
|
-
explorers: [
|
|
27180
|
-
|
|
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'
|
|
27181
27656
|
},
|
|
27182
27657
|
9070: {
|
|
27183
27658
|
name: 'Apex Fusion - Nexus testnet',
|
|
@@ -27203,7 +27678,7 @@ exports.chains = {
|
|
|
27203
27678
|
standard: 'EIP3091'
|
|
27204
27679
|
}
|
|
27205
27680
|
],
|
|
27206
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
27681
|
+
iconURL: 'https://ipfs.io/ipfs/QmNwCGNY4M1pxoNJ8j2f71sm4Z1Gbtre1vnhq3r2PmHw8B'
|
|
27207
27682
|
},
|
|
27208
27683
|
9090: {
|
|
27209
27684
|
name: 'Inco Gentry Testnet',
|
|
@@ -27483,6 +27958,28 @@ exports.chains = {
|
|
|
27483
27958
|
],
|
|
27484
27959
|
iconURL: 'https://ipfs.io/ipfs/bafkreidgb2du22hxgj23jhyi2gipiovejn75cp6agmrklhxclu63v5pjxu'
|
|
27485
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
|
+
},
|
|
27486
27983
|
9527: {
|
|
27487
27984
|
name: 'Rangers Protocol Testnet Robin',
|
|
27488
27985
|
chain: 'Rangers',
|
|
@@ -27703,6 +28200,19 @@ exports.chains = {
|
|
|
27703
28200
|
],
|
|
27704
28201
|
iconURL: 'https://ipfs.io/ipfs/QmT5gJ5weBiLT3GoYuF5yRTRLdPLCVZ3tXznfqW7M8fxgG'
|
|
27705
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
|
+
},
|
|
27706
28216
|
9779: {
|
|
27707
28217
|
name: 'PepeNetwork Mainnet',
|
|
27708
28218
|
chain: 'PepeNetwork',
|
|
@@ -28757,6 +29267,27 @@ exports.chains = {
|
|
|
28757
29267
|
],
|
|
28758
29268
|
iconURL: 'https://ipfs.io/ipfs/bafkreie3ba6ofosjqqiya6empkyw6u5xdrtcfzi2evvyt4u6utzeiezyhi'
|
|
28759
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
|
+
},
|
|
28760
29291
|
10823: {
|
|
28761
29292
|
name: 'CryptoCoinPay',
|
|
28762
29293
|
chain: 'CCP',
|
|
@@ -30654,13 +31185,15 @@ exports.chains = {
|
|
|
30654
31185
|
shortName: 'cph',
|
|
30655
31186
|
chainId: 16166,
|
|
30656
31187
|
networkId: 16166,
|
|
31188
|
+
icon: 'Cypherium',
|
|
30657
31189
|
explorers: [
|
|
30658
31190
|
{
|
|
30659
|
-
name: '
|
|
31191
|
+
name: 'Cypherium Explorer (Ethernal)',
|
|
30660
31192
|
url: 'https://cypherium.tryethernal.com',
|
|
30661
31193
|
standard: 'EIP3091'
|
|
30662
31194
|
}
|
|
30663
|
-
]
|
|
31195
|
+
],
|
|
31196
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiavnkwk6w3nwtu2c4cgbj5etjy27b7mbvycqgftyyhff2jzxh47ne'
|
|
30664
31197
|
},
|
|
30665
31198
|
16180: {
|
|
30666
31199
|
name: 'PLYR PHI',
|
|
@@ -31758,6 +32291,68 @@ exports.chains = {
|
|
|
31758
32291
|
infoURL: 'https://www.camelark.com',
|
|
31759
32292
|
iconURL: 'https://ipfs.io/ipfs/QmeJerrsURFNt2LL7DE7TxeunjrQXiuezdfHyqmsbwX3MZ'
|
|
31760
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
|
+
},
|
|
31761
32356
|
20041: {
|
|
31762
32357
|
name: 'Niza Chain Mainnet',
|
|
31763
32358
|
chain: 'NIZA',
|
|
@@ -32235,6 +32830,28 @@ exports.chains = {
|
|
|
32235
32830
|
],
|
|
32236
32831
|
iconURL: 'https://ipfs.io/ipfs/QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD'
|
|
32237
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
|
+
},
|
|
32238
32855
|
23006: {
|
|
32239
32856
|
name: 'Antofy Testnet',
|
|
32240
32857
|
chain: 'ABN',
|
|
@@ -32566,6 +33183,28 @@ exports.chains = {
|
|
|
32566
33183
|
}
|
|
32567
33184
|
]
|
|
32568
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
|
+
},
|
|
32569
33208
|
25821: {
|
|
32570
33209
|
name: 'H2 Chain Testnet Lambda',
|
|
32571
33210
|
chain: 'H2',
|
|
@@ -32687,6 +33326,50 @@ exports.chains = {
|
|
|
32687
33326
|
],
|
|
32688
33327
|
iconURL: 'https://ipfs.io/ipfs/Qme5iDsQTDfLbyXS6iUEmvL4pWTPEiXc5kqFs7jjthqCWP'
|
|
32689
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
|
+
},
|
|
32690
33373
|
26482: {
|
|
32691
33374
|
name: 'DucatusX Testnet',
|
|
32692
33375
|
chain: 'DUCX',
|
|
@@ -33378,7 +34061,7 @@ exports.chains = {
|
|
|
33378
34061
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33379
34062
|
status: 'active',
|
|
33380
34063
|
redFlags: [],
|
|
33381
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
34064
|
+
iconURL: 'https://ipfs.io/ipfs/QmRWav2UtqKXi4kCL2qC69SKxFbzhLQ75iwbbCcPDPxooC'
|
|
33382
34065
|
},
|
|
33383
34066
|
31102: {
|
|
33384
34067
|
name: 'Ethersocial Network',
|
|
@@ -34215,6 +34898,56 @@ exports.chains = {
|
|
|
34215
34898
|
],
|
|
34216
34899
|
iconURL: 'https://ipfs.io/ipfs/bafkreice4fkfrfggny5m3btlquzrimfg7jiyebvslmsknnqhivznh4u2la'
|
|
34217
34900
|
},
|
|
34901
|
+
36968: {
|
|
34902
|
+
name: 'AMA Testnet',
|
|
34903
|
+
chain: 'AMA',
|
|
34904
|
+
rpc: ['https://testnet-rpc.ama.one'],
|
|
34905
|
+
faucets: ['https://mcp.ama.one/testnet-faucet'],
|
|
34906
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
34907
|
+
infoURL: 'https://ama.one',
|
|
34908
|
+
shortName: 'AMA-TESTNET',
|
|
34909
|
+
chainId: 36968,
|
|
34910
|
+
networkId: 36968,
|
|
34911
|
+
slip44: 1,
|
|
34912
|
+
status: 'incubating',
|
|
34913
|
+
explorers: [
|
|
34914
|
+
{
|
|
34915
|
+
name: 'AMA Explorer Testnet',
|
|
34916
|
+
url: 'https://testnet-ama.ddns.net',
|
|
34917
|
+
standard: 'none'
|
|
34918
|
+
},
|
|
34919
|
+
{
|
|
34920
|
+
name: 'AMA Explorer Testnet Alt',
|
|
34921
|
+
url: 'https://testnet.explorer.ama.one',
|
|
34922
|
+
standard: 'none'
|
|
34923
|
+
}
|
|
34924
|
+
]
|
|
34925
|
+
},
|
|
34926
|
+
36969: {
|
|
34927
|
+
name: 'AMA Mainnet',
|
|
34928
|
+
chain: 'AMA',
|
|
34929
|
+
rpc: ['https://mainnet-rpc.ama.one'],
|
|
34930
|
+
faucets: [],
|
|
34931
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
34932
|
+
infoURL: 'https://ama.one',
|
|
34933
|
+
shortName: 'AMA',
|
|
34934
|
+
chainId: 36969,
|
|
34935
|
+
networkId: 36969,
|
|
34936
|
+
slip44: 36969,
|
|
34937
|
+
status: 'active',
|
|
34938
|
+
explorers: [
|
|
34939
|
+
{
|
|
34940
|
+
name: 'AMA Explorer Mainnet',
|
|
34941
|
+
url: 'https://ama-explorer.ddns.net',
|
|
34942
|
+
standard: 'none'
|
|
34943
|
+
},
|
|
34944
|
+
{
|
|
34945
|
+
name: 'AMA Explorer Mainnet Alt',
|
|
34946
|
+
url: 'https://explorer.ama.one',
|
|
34947
|
+
standard: 'none'
|
|
34948
|
+
}
|
|
34949
|
+
]
|
|
34950
|
+
},
|
|
34218
34951
|
37111: {
|
|
34219
34952
|
name: 'Lens Testnet',
|
|
34220
34953
|
title: 'Lens Network Sepolia Testnet',
|
|
@@ -34289,6 +35022,48 @@ exports.chains = {
|
|
|
34289
35022
|
],
|
|
34290
35023
|
iconURL: 'https://ipfs.io/ipfs/QmXR5e5SDABWfQn6XT9uMsVYAo5Bv7vUv4jVs8DFqatZWG'
|
|
34291
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
|
+
},
|
|
34292
35067
|
39656: {
|
|
34293
35068
|
name: 'PRM Mainnet',
|
|
34294
35069
|
chain: 'prm',
|
|
@@ -35684,21 +36459,15 @@ exports.chains = {
|
|
|
35684
36459
|
name: 'Zircuit Testnet',
|
|
35685
36460
|
chain: 'Zircuit Testnet',
|
|
35686
36461
|
icon: 'zircuit',
|
|
35687
|
-
rpc: [
|
|
36462
|
+
rpc: [],
|
|
35688
36463
|
faucets: [],
|
|
35689
36464
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
35690
36465
|
infoURL: 'https://www.zircuit.com/',
|
|
35691
36466
|
shortName: 'zircuit-testnet',
|
|
35692
36467
|
chainId: 48899,
|
|
35693
36468
|
networkId: 48899,
|
|
35694
|
-
explorers: [
|
|
35695
|
-
|
|
35696
|
-
name: 'Zircuit',
|
|
35697
|
-
url: 'https://explorer.testnet.zircuit.com',
|
|
35698
|
-
icon: 'zircuit',
|
|
35699
|
-
standard: 'none'
|
|
35700
|
-
}
|
|
35701
|
-
],
|
|
36469
|
+
explorers: [],
|
|
36470
|
+
status: 'deprecated',
|
|
35702
36471
|
iconURL: 'https://ipfs.io/ipfs/QmV4nUUiRaTTZSyWubpF98ZL9jNCoXkrgg6AWR6FKqdxMk'
|
|
35703
36472
|
},
|
|
35704
36473
|
48900: {
|
|
@@ -36422,6 +37191,55 @@ exports.chains = {
|
|
|
36422
37191
|
],
|
|
36423
37192
|
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
|
36424
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
|
+
},
|
|
36425
37243
|
55551: {
|
|
36426
37244
|
name: 'Photon Aurora Testnet',
|
|
36427
37245
|
chain: 'Photon',
|
|
@@ -37770,6 +38588,30 @@ exports.chains = {
|
|
|
37770
38588
|
],
|
|
37771
38589
|
iconURL: 'https://ipfs.io/ipfs/QmarU6J1FyXddaRkrWagEXN39TXUTNdVcuDTfHFKvvs3D4'
|
|
37772
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
|
+
},
|
|
37773
38615
|
66988: {
|
|
37774
38616
|
name: 'Janus Testnet',
|
|
37775
38617
|
chain: 'JanusNetwork',
|
|
@@ -38177,6 +39019,28 @@ exports.chains = {
|
|
|
38177
39019
|
nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
|
|
38178
39020
|
explorers: []
|
|
38179
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
|
+
},
|
|
38180
39044
|
72778: {
|
|
38181
39045
|
name: 'CAGA crypto Ankara testnet',
|
|
38182
39046
|
chain: 'Ankara',
|
|
@@ -38306,6 +39170,24 @@ exports.chains = {
|
|
|
38306
39170
|
],
|
|
38307
39171
|
iconURL: 'https://ipfs.io/ipfs/bafybeic5eexvd34wfy4kuebcyu73qpkv3x57s54ebzjyhyjsmeuni5jwcm'
|
|
38308
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
|
+
},
|
|
38309
39191
|
73799: {
|
|
38310
39192
|
name: 'Energy Web Volta Testnet',
|
|
38311
39193
|
chain: 'Volta',
|
|
@@ -38538,6 +39420,24 @@ exports.chains = {
|
|
|
38538
39420
|
],
|
|
38539
39421
|
iconURL: 'https://ipfs.io/ipfs/QmciSvgLatP6jhgdazuiyD3fSrhipfAN7wC943v1qxcrpv'
|
|
38540
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
|
+
},
|
|
38541
39441
|
78110: {
|
|
38542
39442
|
name: 'Firenze test network',
|
|
38543
39443
|
chain: 'ETH',
|
|
@@ -38744,7 +39644,8 @@ exports.chains = {
|
|
|
38744
39644
|
rpc: [
|
|
38745
39645
|
'https://rpc-amoy.polygon.technology',
|
|
38746
39646
|
'https://polygon-amoy-bor-rpc.publicnode.com',
|
|
38747
|
-
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
|
39647
|
+
'wss://polygon-amoy-bor-rpc.publicnode.com',
|
|
39648
|
+
'https://polygon-amoy.drpc.org'
|
|
38748
39649
|
],
|
|
38749
39650
|
faucets: ['https://faucet.polygon.technology/'],
|
|
38750
39651
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -38758,11 +39659,6 @@ exports.chains = {
|
|
|
38758
39659
|
name: 'polygonscan-amoy',
|
|
38759
39660
|
url: 'https://amoy.polygonscan.com',
|
|
38760
39661
|
standard: 'EIP3091'
|
|
38761
|
-
},
|
|
38762
|
-
{
|
|
38763
|
-
name: 'polygonamoy',
|
|
38764
|
-
url: 'https://www.oklink.com/amoy',
|
|
38765
|
-
standard: 'EIP3091'
|
|
38766
39662
|
}
|
|
38767
39663
|
],
|
|
38768
39664
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
@@ -39229,6 +40125,28 @@ exports.chains = {
|
|
|
39229
40125
|
],
|
|
39230
40126
|
iconURL: 'https://ipfs.io/ipfs/bafkreif4le6thwalvtcpcwav53bwl4c6iltkzem3amf7zd4kogk4mblr4y'
|
|
39231
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
|
+
},
|
|
39232
40150
|
83144: {
|
|
39233
40151
|
name: 'Xprotocol Testnet',
|
|
39234
40152
|
chainId: 83144,
|
|
@@ -39574,6 +40492,27 @@ exports.chains = {
|
|
|
39574
40492
|
icon: 'cycle',
|
|
39575
40493
|
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
39576
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
|
+
},
|
|
39577
40516
|
88800: {
|
|
39578
40517
|
name: 'ZKasino Mainnet',
|
|
39579
40518
|
chain: 'ZKasino',
|
|
@@ -39771,6 +40710,18 @@ exports.chains = {
|
|
|
39771
40710
|
],
|
|
39772
40711
|
iconURL: 'https://ipfs.io/ipfs/QmajJp6gbZbTMNm5NjGFMv9gYKzDJsW4vVxTECu8NzGXa2'
|
|
39773
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
|
+
},
|
|
39774
40725
|
90001: {
|
|
39775
40726
|
name: 'Pundi AIFX Omnilayer Testnet',
|
|
39776
40727
|
chain: 'PUNDIAI',
|
|
@@ -40645,6 +41596,48 @@ exports.chains = {
|
|
|
40645
41596
|
],
|
|
40646
41597
|
iconURL: 'https://ipfs.io/ipfs/Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9'
|
|
40647
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
|
+
},
|
|
40648
41641
|
99876: {
|
|
40649
41642
|
name: 'Edge Matrix Chain Testnet',
|
|
40650
41643
|
chain: 'EMC Testnet',
|
|
@@ -42103,6 +43096,24 @@ exports.chains = {
|
|
|
42103
43096
|
],
|
|
42104
43097
|
iconURL: 'https://ipfs.io/ipfs/bafkreiabuopswwczdqb7kbncgdpqzatpxyyx3qg4oixikalj47oluyrjmu'
|
|
42105
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
|
+
},
|
|
42106
43117
|
158245: {
|
|
42107
43118
|
name: 'CryptoX',
|
|
42108
43119
|
chain: 'XCOIN',
|
|
@@ -42549,6 +43560,19 @@ exports.chains = {
|
|
|
42549
43560
|
],
|
|
42550
43561
|
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
42551
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
|
+
},
|
|
42552
43576
|
179170: {
|
|
42553
43577
|
name: 'Transparency Solution',
|
|
42554
43578
|
chain: 'CLT',
|
|
@@ -43155,6 +44179,39 @@ exports.chains = {
|
|
|
43155
44179
|
],
|
|
43156
44180
|
iconURL: 'https://ipfs.io/ipfs/QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW'
|
|
43157
44181
|
},
|
|
44182
|
+
202601: {
|
|
44183
|
+
name: 'Ronin Saigon Testnet',
|
|
44184
|
+
chain: 'ronin',
|
|
44185
|
+
rpc: [
|
|
44186
|
+
'https://saigon-testnet.roninchain.com/rpc',
|
|
44187
|
+
'https://ronin-saigon.drpc.org'
|
|
44188
|
+
],
|
|
44189
|
+
faucets: ['https://faucet.roninchain.com/'],
|
|
44190
|
+
nativeCurrency: { name: 'Ronin', symbol: 'RON', decimals: 18 },
|
|
44191
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
44192
|
+
infoURL: 'https://roninchain.com',
|
|
44193
|
+
shortName: 'ronin-saigon',
|
|
44194
|
+
chainId: 202601,
|
|
44195
|
+
networkId: 202601,
|
|
44196
|
+
icon: 'ronin',
|
|
44197
|
+
explorers: [
|
|
44198
|
+
{
|
|
44199
|
+
name: 'Ronin Saigon Explorer',
|
|
44200
|
+
url: 'https://saigon-explorer.roninchain.com',
|
|
44201
|
+
standard: 'EIP3091'
|
|
44202
|
+
}
|
|
44203
|
+
],
|
|
44204
|
+
parent: {
|
|
44205
|
+
type: 'L2',
|
|
44206
|
+
chain: 'eip155-11155111',
|
|
44207
|
+
bridges: [
|
|
44208
|
+
{
|
|
44209
|
+
url: 'https://saigon-testnet-cc58e966ql-f24a704b3d708471.testnets.rollbridge.app/'
|
|
44210
|
+
}
|
|
44211
|
+
]
|
|
44212
|
+
},
|
|
44213
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
|
|
44214
|
+
},
|
|
43158
44215
|
202624: {
|
|
43159
44216
|
name: 'Jellie',
|
|
43160
44217
|
title: 'Twala Testnet Jellie',
|
|
@@ -43942,6 +44999,28 @@ exports.chains = {
|
|
|
43942
44999
|
],
|
|
43943
45000
|
iconURL: 'https://ipfs.io/ipfs/QmNZiMmzMQYjyGtNSghtzLg4UooYhDgMQsa677DAP5KsBg'
|
|
43944
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
|
+
},
|
|
43945
45024
|
272247: {
|
|
43946
45025
|
name: 'Nxy Area 51',
|
|
43947
45026
|
chain: 'NXY',
|
|
@@ -45973,14 +47052,14 @@ exports.chains = {
|
|
|
45973
47052
|
685689: {
|
|
45974
47053
|
name: 'Gensyn Mainnet',
|
|
45975
47054
|
chain: 'Gensyn',
|
|
45976
|
-
rpc: [],
|
|
47055
|
+
rpc: ['https://gensyn-mainnet.g.alchemy.com/public'],
|
|
45977
47056
|
faucets: [],
|
|
45978
47057
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
45979
47058
|
infoURL: 'https://www.gensyn.ai/',
|
|
45980
47059
|
shortName: 'gensyn-mainnet',
|
|
45981
47060
|
chainId: 685689,
|
|
45982
47061
|
networkId: 685689,
|
|
45983
|
-
status: '
|
|
47062
|
+
status: 'active'
|
|
45984
47063
|
},
|
|
45985
47064
|
686868: {
|
|
45986
47065
|
name: 'Won Network',
|
|
@@ -46127,6 +47206,7 @@ exports.chains = {
|
|
|
46127
47206
|
chainId: 713715,
|
|
46128
47207
|
networkId: 713715,
|
|
46129
47208
|
icon: 'sei',
|
|
47209
|
+
status: 'deprecated',
|
|
46130
47210
|
explorers: [
|
|
46131
47211
|
{
|
|
46132
47212
|
name: 'Seistream',
|
|
@@ -46139,7 +47219,7 @@ exports.chains = {
|
|
|
46139
47219
|
standard: 'EIP3091'
|
|
46140
47220
|
}
|
|
46141
47221
|
],
|
|
46142
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
47222
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeierzqumyqtarwehonib2mkvg67lyhdypj4umrw7j667prejlorq7e'
|
|
46143
47223
|
},
|
|
46144
47224
|
715131: {
|
|
46145
47225
|
name: 'Zether Mainnet',
|
|
@@ -46200,6 +47280,27 @@ exports.chains = {
|
|
|
46200
47280
|
}
|
|
46201
47281
|
]
|
|
46202
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
|
+
},
|
|
46203
47304
|
737373: {
|
|
46204
47305
|
name: 'bokuto',
|
|
46205
47306
|
chain: 'bokuto',
|
|
@@ -49323,6 +50424,32 @@ exports.chains = {
|
|
|
49323
50424
|
],
|
|
49324
50425
|
iconURL: 'https://ipfs.io/ipfs/QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi'
|
|
49325
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
|
+
},
|
|
49326
50453
|
10241024: {
|
|
49327
50454
|
name: 'AlienX Mainnet',
|
|
49328
50455
|
chain: 'AlienX Mainnet',
|
|
@@ -49366,6 +50493,38 @@ exports.chains = {
|
|
|
49366
50493
|
],
|
|
49367
50494
|
iconURL: 'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
|
|
49368
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
|
+
},
|
|
49369
50528
|
11142220: {
|
|
49370
50529
|
name: 'Celo Sepolia Testnet',
|
|
49371
50530
|
chainId: 11142220,
|
|
@@ -49582,6 +50741,31 @@ exports.chains = {
|
|
|
49582
50741
|
networkId: 12052024,
|
|
49583
50742
|
explorers: []
|
|
49584
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
|
+
},
|
|
49585
50769
|
12227331: {
|
|
49586
50770
|
name: 'NeoX Testnet T3',
|
|
49587
50771
|
chain: 'NeoX',
|
|
@@ -49767,6 +50951,31 @@ exports.chains = {
|
|
|
49767
50951
|
],
|
|
49768
50952
|
iconURL: 'https://ipfs.io/ipfs/QmXCWjWSTd6kJZKnH9aQRjgLdWRH9NTxU1wC21iBvoB4Hp'
|
|
49769
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
|
+
},
|
|
49770
50979
|
18071918: {
|
|
49771
50980
|
name: 'Mande Network Mainnet',
|
|
49772
50981
|
chain: 'Mande',
|
|
@@ -50126,6 +51335,26 @@ exports.chains = {
|
|
|
50126
51335
|
],
|
|
50127
51336
|
iconURL: 'https://ipfs.io/ipfs/bafkreid4pi4wvhivaydzlflqqgdbddrmmc2szqtgsuhrp4hgfplg2z7ffe'
|
|
50128
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
|
+
},
|
|
50129
51358
|
20482050: {
|
|
50130
51359
|
name: 'Hokum Testnet',
|
|
50131
51360
|
chain: 'HokumTestnet',
|
|
@@ -51034,6 +52263,29 @@ exports.chains = {
|
|
|
51034
52263
|
bridges: [{ url: 'https://bridge.gelato.network/bridge/reya-cronos' }]
|
|
51035
52264
|
}
|
|
51036
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
|
+
},
|
|
51037
52289
|
94204209: {
|
|
51038
52290
|
name: 'Polygon Blackberry',
|
|
51039
52291
|
title: 'Polygon Blackberry Testnet',
|
|
@@ -51606,18 +52858,81 @@ exports.chains = {
|
|
|
51606
52858
|
],
|
|
51607
52859
|
iconURL: 'https://ipfs.io/ipfs/QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz'
|
|
51608
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
|
+
},
|
|
51609
52911
|
420420419: {
|
|
51610
|
-
name: '
|
|
52912
|
+
name: 'Polkadot',
|
|
51611
52913
|
chain: 'DOT',
|
|
51612
|
-
|
|
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
|
+
],
|
|
51613
52921
|
faucets: [],
|
|
51614
52922
|
nativeCurrency: { name: 'DOT', symbol: 'DOT', decimals: 18 },
|
|
51615
52923
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
51616
|
-
infoURL: 'https://polkadot.
|
|
51617
|
-
shortName: '
|
|
52924
|
+
infoURL: 'https://polkadot.com',
|
|
52925
|
+
shortName: 'dot',
|
|
51618
52926
|
chainId: 420420419,
|
|
51619
52927
|
networkId: 420420419,
|
|
51620
|
-
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'
|
|
51621
52936
|
},
|
|
51622
52937
|
420420421: {
|
|
51623
52938
|
name: 'Westend Asset Hub',
|
|
@@ -51634,20 +52949,21 @@ exports.chains = {
|
|
|
51634
52949
|
{
|
|
51635
52950
|
name: 'subscan',
|
|
51636
52951
|
icon: 'subscan',
|
|
51637
|
-
url: 'https://westend
|
|
51638
|
-
standard: '
|
|
52952
|
+
url: 'https://assethub-westend.subscan.io',
|
|
52953
|
+
standard: 'none'
|
|
51639
52954
|
}
|
|
51640
52955
|
]
|
|
51641
52956
|
},
|
|
51642
52957
|
420420422: {
|
|
51643
52958
|
name: 'Paseo PassetHub',
|
|
52959
|
+
status: 'deprecated',
|
|
51644
52960
|
chain: 'PAS',
|
|
51645
|
-
rpc: [
|
|
51646
|
-
faucets: [
|
|
52961
|
+
rpc: [],
|
|
52962
|
+
faucets: [],
|
|
51647
52963
|
nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
|
|
51648
52964
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
51649
52965
|
infoURL: 'https://polkadot.network',
|
|
51650
|
-
shortName: '
|
|
52966
|
+
shortName: 'pash',
|
|
51651
52967
|
chainId: 420420422,
|
|
51652
52968
|
networkId: 420420422
|
|
51653
52969
|
},
|
|
@@ -51829,6 +53145,33 @@ exports.chains = {
|
|
|
51829
53145
|
],
|
|
51830
53146
|
iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
|
|
51831
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
|
+
},
|
|
51832
53175
|
888888888: {
|
|
51833
53176
|
name: 'Ancient8',
|
|
51834
53177
|
chain: 'Ancient8',
|
|
@@ -52059,6 +53402,28 @@ exports.chains = {
|
|
|
52059
53402
|
}
|
|
52060
53403
|
]
|
|
52061
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
|
+
},
|
|
52062
53427
|
1273227453: {
|
|
52063
53428
|
name: 'HUMAN Protocol',
|
|
52064
53429
|
title: 'HUMAN Protocol',
|
|
@@ -53118,7 +54483,7 @@ exports.chains = {
|
|
|
53118
54483
|
standard: 'EIP3091'
|
|
53119
54484
|
}
|
|
53120
54485
|
],
|
|
53121
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
54486
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifla5iikxizhv6vs6yfugnqvssqfqbtlc3lgvylapkasw4sw377uq'
|
|
53122
54487
|
},
|
|
53123
54488
|
11297108099: {
|
|
53124
54489
|
name: 'Palm Testnet',
|