eth-chainlist 0.0.146 → 0.0.148
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 +16 -0
- package/data/chain.js +171 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.148 (2023-05-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.147 ([1253e75](https://github.com/poowf/eth-chainlist/commit/1253e75f1d56ec8aafe8011a792261586fe12c11))
|
9
|
+
* update chain data ([b1bbb20](https://github.com/poowf/eth-chainlist/commit/b1bbb20ed6cfa49bff2bc1700351bbb16a881287))
|
10
|
+
|
11
|
+
### 0.0.147 (2023-05-11)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.146 ([d463850](https://github.com/poowf/eth-chainlist/commit/d4638508208a5c168b4775925a68a7b5369ae5d3))
|
17
|
+
* update chain data ([8e61b42](https://github.com/poowf/eth-chainlist/commit/8e61b42263fbbc5c11507151e9f19d0496970498))
|
18
|
+
|
3
19
|
### 0.0.146 (2023-05-10)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2873,6 +2873,17 @@ const chainArray = [
|
|
2873
2873
|
}
|
2874
2874
|
]
|
2875
2875
|
},
|
2876
|
+
{
|
2877
|
+
name: 'Structx Mainnet',
|
2878
|
+
chain: 'utx',
|
2879
|
+
rpc: [ 'https://mainnet.structx.io' ],
|
2880
|
+
faucets: [],
|
2881
|
+
nativeCurrency: { name: 'Notes', symbol: 'utx', decimals: 18 },
|
2882
|
+
infoURL: 'https://structx.io',
|
2883
|
+
shortName: 'utx',
|
2884
|
+
chainId: 208,
|
2885
|
+
networkId: 208
|
2886
|
+
},
|
2876
2887
|
{
|
2877
2888
|
name: 'Freight Trust Network',
|
2878
2889
|
chain: 'EDI',
|
@@ -3175,6 +3186,28 @@ const chainArray = [
|
|
3175
3186
|
{ name: 'hscan', url: 'https://hscan.org', standard: 'EIP3091' }
|
3176
3187
|
]
|
3177
3188
|
},
|
3189
|
+
{
|
3190
|
+
name: 'LaChain',
|
3191
|
+
chain: 'LaChain',
|
3192
|
+
rpc: [
|
3193
|
+
'https://rpc1.mainnet.lachain.network',
|
3194
|
+
'https://rpc2.mainnet.lachain.network'
|
3195
|
+
],
|
3196
|
+
faucets: [],
|
3197
|
+
nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
|
3198
|
+
features: [ { name: 'EIP155' } ],
|
3199
|
+
infoURL: '',
|
3200
|
+
shortName: 'lachain',
|
3201
|
+
chainId: 274,
|
3202
|
+
networkId: 274,
|
3203
|
+
explorers: [
|
3204
|
+
{
|
3205
|
+
name: 'LaChain Explorer',
|
3206
|
+
url: 'https://explorer.lachain.network',
|
3207
|
+
standard: 'EIP3091'
|
3208
|
+
}
|
3209
|
+
]
|
3210
|
+
},
|
3178
3211
|
{
|
3179
3212
|
name: 'zkSync Era Testnet',
|
3180
3213
|
chain: 'ETH',
|
@@ -3683,17 +3716,17 @@ const chainArray = [
|
|
3683
3716
|
]
|
3684
3717
|
},
|
3685
3718
|
{
|
3686
|
-
name: 'PulseChain
|
3719
|
+
name: 'PulseChain',
|
3687
3720
|
shortName: 'pls',
|
3688
3721
|
chain: 'PLS',
|
3689
3722
|
chainId: 369,
|
3690
3723
|
networkId: 369,
|
3691
3724
|
infoURL: 'https://pulsechain.com/',
|
3692
|
-
rpc: [
|
3693
|
-
|
3694
|
-
'wss://rpc.mainnet.pulsechain.com/'
|
3695
|
-
],
|
3725
|
+
rpc: [ 'https://rpc.pulsechain.com/', 'wss://rpc.pulsechain.com/' ],
|
3726
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3696
3727
|
faucets: [],
|
3728
|
+
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
3729
|
+
status: 'incubating',
|
3697
3730
|
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 }
|
3698
3731
|
},
|
3699
3732
|
{
|
@@ -3848,7 +3881,7 @@ const chainArray = [
|
|
3848
3881
|
{
|
3849
3882
|
name: 'Camino C-Chain',
|
3850
3883
|
chain: 'CAM',
|
3851
|
-
rpc: [],
|
3884
|
+
rpc: [ 'https://api.camino.network/ext/bc/C/rpc' ],
|
3852
3885
|
faucets: [],
|
3853
3886
|
nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 },
|
3854
3887
|
infoURL: 'https://camino.network/',
|
@@ -3859,7 +3892,7 @@ const chainArray = [
|
|
3859
3892
|
explorers: [
|
3860
3893
|
{
|
3861
3894
|
name: 'blockexplorer',
|
3862
|
-
url: 'https://
|
3895
|
+
url: 'https://suite.camino.network/explorer',
|
3863
3896
|
standard: 'none'
|
3864
3897
|
}
|
3865
3898
|
]
|
@@ -7107,8 +7140,8 @@ const chainArray = [
|
|
7107
7140
|
icon: 'dogechain',
|
7108
7141
|
rpc: [
|
7109
7142
|
'https://rpc.dogechain.dog',
|
7110
|
-
'https://
|
7111
|
-
'https://
|
7143
|
+
'https://rpc01-sg.dogechain.dog',
|
7144
|
+
'https://rpc.ankr.com/dogechain'
|
7112
7145
|
],
|
7113
7146
|
faucets: [],
|
7114
7147
|
nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
|
@@ -8603,6 +8636,27 @@ const chainArray = [
|
|
8603
8636
|
bridges: [ { url: 'https://bridge.testnet.n3.nahmii.io' } ]
|
8604
8637
|
}
|
8605
8638
|
},
|
8639
|
+
{
|
8640
|
+
name: 'Oasis Testnet',
|
8641
|
+
title: 'Bahamut Testnet Oasis',
|
8642
|
+
icon: 'bahamut',
|
8643
|
+
chain: 'Bahamut',
|
8644
|
+
rpc: [ 'https://rpc1.oasis.bahamutchain.com' ],
|
8645
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8646
|
+
faucets: [ 'https://faucet.oasis.fastexchain.com' ],
|
8647
|
+
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
8648
|
+
infoURL: 'https://fastexchain.com',
|
8649
|
+
shortName: 'Oasis',
|
8650
|
+
chainId: 4090,
|
8651
|
+
networkId: 4090,
|
8652
|
+
explorers: [
|
8653
|
+
{
|
8654
|
+
name: 'blockscout',
|
8655
|
+
url: 'https://oasis.ftnscan.com',
|
8656
|
+
standard: 'none'
|
8657
|
+
}
|
8658
|
+
]
|
8659
|
+
},
|
8606
8660
|
{
|
8607
8661
|
name: 'Bitindi Testnet',
|
8608
8662
|
chain: 'BNI',
|
@@ -8924,6 +8978,30 @@ const chainArray = [
|
|
8924
8978
|
}
|
8925
8979
|
]
|
8926
8980
|
},
|
8981
|
+
{
|
8982
|
+
name: 'Sahara',
|
8983
|
+
title: 'Bahamut mainnet Sahara',
|
8984
|
+
chain: 'Bahamut',
|
8985
|
+
icon: 'bahamut',
|
8986
|
+
rpc: [
|
8987
|
+
'https://rpc1.sahara.bahamutchain.com',
|
8988
|
+
'https://rpc2.sahara.bahamutchain.com'
|
8989
|
+
],
|
8990
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8991
|
+
faucets: [],
|
8992
|
+
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
8993
|
+
shortName: 'ftn',
|
8994
|
+
infoURL: 'https://fastexchain.com',
|
8995
|
+
chainId: 5165,
|
8996
|
+
networkId: 5165,
|
8997
|
+
explorers: [
|
8998
|
+
{
|
8999
|
+
name: 'blockscout',
|
9000
|
+
url: 'https://ftnscan.com',
|
9001
|
+
standard: 'none'
|
9002
|
+
}
|
9003
|
+
]
|
9004
|
+
},
|
8927
9005
|
{
|
8928
9006
|
name: 'TLChain Network Mainnet',
|
8929
9007
|
chain: 'TLC',
|
@@ -9472,6 +9550,25 @@ const chainArray = [
|
|
9472
9550
|
}
|
9473
9551
|
]
|
9474
9552
|
},
|
9553
|
+
{
|
9554
|
+
name: 'Raba Network Mainnet',
|
9555
|
+
chain: 'Raba',
|
9556
|
+
icon: 'raba',
|
9557
|
+
rpc: [ 'https://rpc.x.raba.app/', 'wss://rpc.x.raba.app/ws/' ],
|
9558
|
+
faucets: [],
|
9559
|
+
nativeCurrency: { name: 'Raba', symbol: 'RABA', decimals: 18 },
|
9560
|
+
infoURL: 'https://x.raba.app/',
|
9561
|
+
shortName: 'raba',
|
9562
|
+
chainId: 7484,
|
9563
|
+
networkId: 7484,
|
9564
|
+
explorers: [
|
9565
|
+
{
|
9566
|
+
name: 'raba',
|
9567
|
+
url: 'https://x.raba.app/explorer',
|
9568
|
+
standard: 'none'
|
9569
|
+
}
|
9570
|
+
]
|
9571
|
+
},
|
9475
9572
|
{
|
9476
9573
|
name: 'ADIL Testnet',
|
9477
9574
|
chain: 'ADIL',
|
@@ -10561,6 +10658,27 @@ const chainArray = [
|
|
10561
10658
|
networkId: 9792,
|
10562
10659
|
explorers: []
|
10563
10660
|
},
|
10661
|
+
{
|
10662
|
+
name: 'AltLayer Testnet',
|
10663
|
+
chain: 'ETH',
|
10664
|
+
rpc: [ 'https://testnet-rollup-api.altlayer.io' ],
|
10665
|
+
faucets: [],
|
10666
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
10667
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10668
|
+
infoURL: 'https://altlayer.io',
|
10669
|
+
shortName: 'alt-testnet',
|
10670
|
+
chainId: 9997,
|
10671
|
+
networkId: 9997,
|
10672
|
+
icon: 'altlayer',
|
10673
|
+
explorers: [
|
10674
|
+
{
|
10675
|
+
name: 'blockscout',
|
10676
|
+
url: 'https://testnet-rollup-explorer.altlayer.io',
|
10677
|
+
icon: 'blockscout',
|
10678
|
+
standard: 'EIP3091'
|
10679
|
+
}
|
10680
|
+
]
|
10681
|
+
},
|
10564
10682
|
{
|
10565
10683
|
name: 'myOwn Testnet',
|
10566
10684
|
chain: 'myOwn',
|
@@ -13038,6 +13156,30 @@ const chainArray = [
|
|
13038
13156
|
}
|
13039
13157
|
]
|
13040
13158
|
},
|
13159
|
+
{
|
13160
|
+
name: 'GuapcoinX',
|
13161
|
+
chain: 'GuapcoinX',
|
13162
|
+
rpc: [
|
13163
|
+
'https://rpc-mainnet.guapcoinx.com/',
|
13164
|
+
'https://rpc-mainnet-1.guapcoinx.com/',
|
13165
|
+
'https://rpc-mainnet-2.guapcoinx.com/'
|
13166
|
+
],
|
13167
|
+
faucets: [],
|
13168
|
+
nativeCurrency: { name: 'GuapcoinX', symbol: 'GuapX', decimals: 18 },
|
13169
|
+
infoURL: 'https://guapcoin.org/',
|
13170
|
+
shortName: 'GuapX',
|
13171
|
+
chainId: 71111,
|
13172
|
+
networkId: 71111,
|
13173
|
+
icon: 'guapcoinx',
|
13174
|
+
explorers: [
|
13175
|
+
{
|
13176
|
+
name: 'GuapcoinX Explorer',
|
13177
|
+
url: 'http://explorer.guapcoinx.com',
|
13178
|
+
standard: 'none',
|
13179
|
+
icon: 'guapcoinx'
|
13180
|
+
}
|
13181
|
+
]
|
13182
|
+
},
|
13041
13183
|
{
|
13042
13184
|
name: 'Polyjuice Testnet',
|
13043
13185
|
chain: 'CKB',
|
@@ -14737,7 +14879,7 @@ const chainArray = [
|
|
14737
14879
|
faucets: [],
|
14738
14880
|
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
14739
14881
|
infoURL: 'https://fastex.com',
|
14740
|
-
shortName: '
|
14882
|
+
shortName: 'fastexTestnet',
|
14741
14883
|
chainId: 424242,
|
14742
14884
|
networkId: 424242,
|
14743
14885
|
explorers: [
|
@@ -16065,6 +16207,25 @@ const chainArray = [
|
|
16065
16207
|
}
|
16066
16208
|
]
|
16067
16209
|
},
|
16210
|
+
{
|
16211
|
+
name: 'Razor Skale Chain',
|
16212
|
+
chain: 'Razor Schain',
|
16213
|
+
icon: 'razornetwork',
|
16214
|
+
rpc: [ 'https://mainnet.skalenodes.com/v1/turbulent-unique-scheat' ],
|
16215
|
+
faucets: [ 'https://faucet.razorscan.io/' ],
|
16216
|
+
nativeCurrency: { name: 'sFuel', symbol: 'SFUEL', decimals: 18 },
|
16217
|
+
infoURL: 'https://razor.network',
|
16218
|
+
shortName: 'razor',
|
16219
|
+
chainId: 278611351,
|
16220
|
+
networkId: 278611351,
|
16221
|
+
explorers: [
|
16222
|
+
{
|
16223
|
+
name: 'turbulent-unique-scheat',
|
16224
|
+
url: 'https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com',
|
16225
|
+
standard: 'EIP3091'
|
16226
|
+
}
|
16227
|
+
]
|
16228
|
+
},
|
16068
16229
|
{
|
16069
16230
|
name: 'OneLedger Mainnet',
|
16070
16231
|
chain: 'OLT',
|