eth-chainlist 0.0.70 → 0.0.71
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/CHANGELOG.md +8 -0
- package/data/chain.js +195 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.71 (2023-02-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.70 ([858008d](https://github.com/poowf/eth-chainlist/commit/858008da0a331779d6db10a335c969b6dff97d51))
|
9
|
+
* update chain data ([5f789fb](https://github.com/poowf/eth-chainlist/commit/5f789fbf32158e713be0a1ac5611afe950cec12a))
|
10
|
+
|
3
11
|
### 0.0.70 (2023-02-04)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2011,6 +2011,46 @@ const chainArray = [
|
|
2011
2011
|
networkId: 116,
|
2012
2012
|
explorers: []
|
2013
2013
|
},
|
2014
|
+
{
|
2015
|
+
name: 'ENULS Mainnet',
|
2016
|
+
chain: 'ENULS',
|
2017
|
+
rpc: [ 'https://evmapi.nuls.io', 'https://evmapi2.nuls.io' ],
|
2018
|
+
faucets: [],
|
2019
|
+
nativeCurrency: { name: 'NULS', symbol: 'NULS', decimals: 18 },
|
2020
|
+
infoURL: 'https://nuls.io',
|
2021
|
+
shortName: 'enuls',
|
2022
|
+
chainId: 119,
|
2023
|
+
networkId: 119,
|
2024
|
+
icon: 'enuls',
|
2025
|
+
explorers: [
|
2026
|
+
{
|
2027
|
+
name: 'enulsscan',
|
2028
|
+
url: 'https://evmscan.nuls.io',
|
2029
|
+
icon: 'enuls',
|
2030
|
+
standard: 'EIP3091'
|
2031
|
+
}
|
2032
|
+
]
|
2033
|
+
},
|
2034
|
+
{
|
2035
|
+
name: 'ENULS Testnet',
|
2036
|
+
chain: 'ENULS',
|
2037
|
+
rpc: [ 'https://beta.evmapi.nuls.io', 'https://beta.evmapi2.nuls.io' ],
|
2038
|
+
faucets: [ 'http://faucet.nuls.io' ],
|
2039
|
+
nativeCurrency: { name: 'NULS', symbol: 'NULS', decimals: 18 },
|
2040
|
+
infoURL: 'https://nuls.io',
|
2041
|
+
shortName: 'enulst',
|
2042
|
+
chainId: 120,
|
2043
|
+
networkId: 120,
|
2044
|
+
icon: 'enuls',
|
2045
|
+
explorers: [
|
2046
|
+
{
|
2047
|
+
name: 'enulsscan',
|
2048
|
+
url: 'https://beta.evmscan.nuls.io',
|
2049
|
+
icon: 'enuls',
|
2050
|
+
standard: 'EIP3091'
|
2051
|
+
}
|
2052
|
+
]
|
2053
|
+
},
|
2014
2054
|
{
|
2015
2055
|
name: 'Fuse Mainnet',
|
2016
2056
|
chain: 'FUSE',
|
@@ -3110,6 +3150,25 @@ const chainArray = [
|
|
3110
3150
|
faucets: [],
|
3111
3151
|
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 }
|
3112
3152
|
},
|
3153
|
+
{
|
3154
|
+
name: 'Consta Testnet',
|
3155
|
+
chain: 'tCNT',
|
3156
|
+
rpc: [ 'https://rpc-testnet.theconsta.com' ],
|
3157
|
+
faucets: [],
|
3158
|
+
nativeCurrency: { name: 'tCNT', symbol: 'tCNT', decimals: 18 },
|
3159
|
+
infoURL: 'http://theconsta.com',
|
3160
|
+
shortName: 'tCNT',
|
3161
|
+
chainId: 371,
|
3162
|
+
networkId: 371,
|
3163
|
+
icon: 'constachain',
|
3164
|
+
explorers: [
|
3165
|
+
{
|
3166
|
+
name: 'blockscout',
|
3167
|
+
url: 'https://explorer-testnet.theconsta.com',
|
3168
|
+
standard: 'EIP3091'
|
3169
|
+
}
|
3170
|
+
]
|
3171
|
+
},
|
3113
3172
|
{
|
3114
3173
|
name: 'Lisinski',
|
3115
3174
|
chain: 'CRO',
|
@@ -3559,6 +3618,28 @@ const chainArray = [
|
|
3559
3618
|
}
|
3560
3619
|
]
|
3561
3620
|
},
|
3621
|
+
{
|
3622
|
+
name: 'Endurance Smart Chain Mainnet',
|
3623
|
+
chain: 'ACE',
|
3624
|
+
rpc: [ 'https://rpc-endurance.fusionist.io/' ],
|
3625
|
+
faucets: [],
|
3626
|
+
nativeCurrency: {
|
3627
|
+
name: 'Endurance Chain Native Token',
|
3628
|
+
symbol: 'ACE',
|
3629
|
+
decimals: 18
|
3630
|
+
},
|
3631
|
+
infoURL: 'https://ace.fusionist.io/',
|
3632
|
+
shortName: 'ace',
|
3633
|
+
chainId: 648,
|
3634
|
+
networkId: 648,
|
3635
|
+
explorers: [
|
3636
|
+
{
|
3637
|
+
name: 'Endurance Scan',
|
3638
|
+
url: 'https://explorer.endurance.fusionist.io',
|
3639
|
+
standard: 'EIP3091'
|
3640
|
+
}
|
3641
|
+
]
|
3642
|
+
},
|
3562
3643
|
{
|
3563
3644
|
name: 'Pixie Chain Testnet',
|
3564
3645
|
chain: 'PixieChain',
|
@@ -4665,6 +4746,25 @@ const chainArray = [
|
|
4665
4746
|
}
|
4666
4747
|
]
|
4667
4748
|
},
|
4749
|
+
{
|
4750
|
+
name: 'Dogcoin Mainnet',
|
4751
|
+
chain: 'DOGS',
|
4752
|
+
icon: 'dogs',
|
4753
|
+
rpc: [ 'https://mainnet-rpc.dogcoin.network' ],
|
4754
|
+
faucets: [ 'https://faucet.dogcoin.network' ],
|
4755
|
+
nativeCurrency: { name: 'Dogcoin', symbol: 'DOGS', decimals: 18 },
|
4756
|
+
infoURL: 'https://dogcoin.network',
|
4757
|
+
shortName: 'DOGSm',
|
4758
|
+
chainId: 1117,
|
4759
|
+
networkId: 1117,
|
4760
|
+
explorers: [
|
4761
|
+
{
|
4762
|
+
name: 'Dogcoin',
|
4763
|
+
url: 'https://explorer.dogcoin.network',
|
4764
|
+
standard: 'EIP3091'
|
4765
|
+
}
|
4766
|
+
]
|
4767
|
+
},
|
4668
4768
|
{
|
4669
4769
|
name: 'DeFiChain EVM Network Mainnet',
|
4670
4770
|
chain: 'defichain-evm',
|
@@ -6933,6 +7033,44 @@ const chainArray = [
|
|
6933
7033
|
}
|
6934
7034
|
]
|
6935
7035
|
},
|
7036
|
+
{
|
7037
|
+
name: 'Bitindi Testnet',
|
7038
|
+
chain: 'BNI',
|
7039
|
+
icon: 'bitindiTestnet',
|
7040
|
+
rpc: [ 'https://testnet-rpc.bitindi.org' ],
|
7041
|
+
faucets: [ 'https://faucet.bitindi.org' ],
|
7042
|
+
nativeCurrency: { name: 'BNI', symbol: '$BNI', decimals: 18 },
|
7043
|
+
infoURL: 'https://bitindi.org',
|
7044
|
+
shortName: 'BNIt',
|
7045
|
+
chainId: 4096,
|
7046
|
+
networkId: 4096,
|
7047
|
+
explorers: [
|
7048
|
+
{
|
7049
|
+
name: 'Bitindi',
|
7050
|
+
url: 'https://testnet.bitindiscan.com',
|
7051
|
+
standard: 'EIP3091'
|
7052
|
+
}
|
7053
|
+
]
|
7054
|
+
},
|
7055
|
+
{
|
7056
|
+
name: 'Bitindi Mainnet',
|
7057
|
+
chain: 'BNI',
|
7058
|
+
icon: 'bitindi',
|
7059
|
+
rpc: [ 'https://mainnet-rpc.bitindi.org' ],
|
7060
|
+
faucets: [ 'https://faucet.bitindi.org' ],
|
7061
|
+
nativeCurrency: { name: 'BNI', symbol: '$BNI', decimals: 18 },
|
7062
|
+
infoURL: 'https://bitindi.org',
|
7063
|
+
shortName: 'BNIm',
|
7064
|
+
chainId: 4099,
|
7065
|
+
networkId: 4099,
|
7066
|
+
explorers: [
|
7067
|
+
{
|
7068
|
+
name: 'Bitindi',
|
7069
|
+
url: 'https://bitindiscan.com',
|
7070
|
+
standard: 'EIP3091'
|
7071
|
+
}
|
7072
|
+
]
|
7073
|
+
},
|
6936
7074
|
{
|
6937
7075
|
name: 'AIOZ Network Testnet',
|
6938
7076
|
chain: 'AIOZ',
|
@@ -8256,6 +8394,25 @@ const chainArray = [
|
|
8256
8394
|
explorers: [],
|
8257
8395
|
status: 'deprecated'
|
8258
8396
|
},
|
8397
|
+
{
|
8398
|
+
name: 'Dogcoin Testnet',
|
8399
|
+
chain: 'DOGS',
|
8400
|
+
icon: 'dogs',
|
8401
|
+
rpc: [ 'https://testnet-rpc.dogcoin.network' ],
|
8402
|
+
faucets: [ 'https://faucet.dogcoin.network' ],
|
8403
|
+
nativeCurrency: { name: 'Dogcoin', symbol: 'DOGS', decimals: 18 },
|
8404
|
+
infoURL: 'https://dogcoin.network',
|
8405
|
+
shortName: 'DOGSt',
|
8406
|
+
chainId: 9339,
|
8407
|
+
networkId: 9339,
|
8408
|
+
explorers: [
|
8409
|
+
{
|
8410
|
+
name: 'Dogcoin',
|
8411
|
+
url: 'https://testnet.dogcoin.network',
|
8412
|
+
standard: 'EIP3091'
|
8413
|
+
}
|
8414
|
+
]
|
8415
|
+
},
|
8259
8416
|
{
|
8260
8417
|
name: 'Rangers Protocol Testnet Robin',
|
8261
8418
|
chain: 'Rangers',
|
@@ -11477,6 +11634,25 @@ const chainArray = [
|
|
11477
11634
|
chainId: 246785,
|
11478
11635
|
networkId: 246785
|
11479
11636
|
},
|
11637
|
+
{
|
11638
|
+
name: 'Saakuru Testnet',
|
11639
|
+
chain: 'Saakuru',
|
11640
|
+
icon: 'saakuru',
|
11641
|
+
rpc: [ 'https://rpc-testnet.saakuru.network' ],
|
11642
|
+
faucets: [],
|
11643
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
11644
|
+
infoURL: 'https://saakuru.network',
|
11645
|
+
shortName: 'saakuru-testnet',
|
11646
|
+
chainId: 247253,
|
11647
|
+
networkId: 247253,
|
11648
|
+
explorers: [
|
11649
|
+
{
|
11650
|
+
name: 'saakuru-explorer-testnet',
|
11651
|
+
url: 'https://explorer-testnet.saakuru.network',
|
11652
|
+
standard: 'EIP3091'
|
11653
|
+
}
|
11654
|
+
]
|
11655
|
+
},
|
11480
11656
|
{
|
11481
11657
|
name: 'CMP-Mainnet',
|
11482
11658
|
chain: 'CMP',
|
@@ -12313,6 +12489,25 @@ const chainArray = [
|
|
12313
12489
|
}
|
12314
12490
|
]
|
12315
12491
|
},
|
12492
|
+
{
|
12493
|
+
name: 'Saakuru Mainnet',
|
12494
|
+
chain: 'Saakuru',
|
12495
|
+
icon: 'saakuru',
|
12496
|
+
rpc: [ 'https://rpc.saakuru.network' ],
|
12497
|
+
faucets: [],
|
12498
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
12499
|
+
infoURL: 'https://saakuru.network',
|
12500
|
+
shortName: 'saakuru',
|
12501
|
+
chainId: 7225878,
|
12502
|
+
networkId: 7225878,
|
12503
|
+
explorers: [
|
12504
|
+
{
|
12505
|
+
name: 'saakuru-explorer',
|
12506
|
+
url: 'https://explorer.saakuru.network',
|
12507
|
+
standard: 'EIP3091'
|
12508
|
+
}
|
12509
|
+
]
|
12510
|
+
},
|
12316
12511
|
{
|
12317
12512
|
name: 'OpenVessel',
|
12318
12513
|
chain: 'VSL',
|