eth-chainlist 0.0.57 → 0.0.58
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 +101 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.58 (2023-01-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.57 ([5d5993c](https://github.com/poowf/eth-chainlist/commit/5d5993c444c9c44eb06b67698d9121c2d229d284))
|
9
|
+
* update chain data ([e6285ae](https://github.com/poowf/eth-chainlist/commit/e6285ae9e7740f019c6117fc7923762080f336fc))
|
10
|
+
|
3
11
|
### 0.0.57 (2023-01-16)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7483,6 +7483,30 @@ const chainArray = [
|
|
7483
7483
|
}
|
7484
7484
|
]
|
7485
7485
|
},
|
7486
|
+
{
|
7487
|
+
name: 'BeOne Chain Testnet',
|
7488
|
+
chain: 'BOC',
|
7489
|
+
rpc: [
|
7490
|
+
'https://pre-boc1.beonechain.com',
|
7491
|
+
'https://pre-boc2.beonechain.com',
|
7492
|
+
'https://pre-boc3.beonechain.com'
|
7493
|
+
],
|
7494
|
+
faucets: [ 'https://testnet.beonescan.com/faucet' ],
|
7495
|
+
nativeCurrency: { name: 'BeOne Chain Testnet', symbol: 'BOC', decimals: 18 },
|
7496
|
+
infoURL: 'https://testnet.beonescan.com',
|
7497
|
+
shortName: 'tBOC',
|
7498
|
+
chainId: 8181,
|
7499
|
+
networkId: 8181,
|
7500
|
+
icon: 'beonechain',
|
7501
|
+
explorers: [
|
7502
|
+
{
|
7503
|
+
name: 'BeOne Chain Testnet',
|
7504
|
+
url: 'https://testnet.beonescan.com',
|
7505
|
+
icon: 'beonechain',
|
7506
|
+
standard: 'none'
|
7507
|
+
}
|
7508
|
+
]
|
7509
|
+
},
|
7486
7510
|
{
|
7487
7511
|
name: 'Klaytn Mainnet Cypress',
|
7488
7512
|
chain: 'KLAY',
|
@@ -7664,6 +7688,27 @@ const chainArray = [
|
|
7664
7688
|
}
|
7665
7689
|
]
|
7666
7690
|
},
|
7691
|
+
{
|
7692
|
+
name: 'Giant Mammoth Mainnet',
|
7693
|
+
title: 'Giant Mammoth Chain',
|
7694
|
+
chain: 'GMMT',
|
7695
|
+
rpc: [ 'https://rpc-asia.gmmtchain.io' ],
|
7696
|
+
faucets: [],
|
7697
|
+
nativeCurrency: { name: 'Giant Mammoth Coin', symbol: 'GMMT', decimals: 18 },
|
7698
|
+
infoURL: 'https://gmmtchain.io/',
|
7699
|
+
shortName: 'gmmt',
|
7700
|
+
chainId: 8989,
|
7701
|
+
networkId: 8989,
|
7702
|
+
icon: 'gmmt',
|
7703
|
+
explorers: [
|
7704
|
+
{
|
7705
|
+
name: 'gmmtscan',
|
7706
|
+
url: 'https://scan.gmmtchain.io',
|
7707
|
+
standard: 'EIP3091',
|
7708
|
+
icon: 'gmmt'
|
7709
|
+
}
|
7710
|
+
]
|
7711
|
+
},
|
7667
7712
|
{
|
7668
7713
|
name: 'bloxberg',
|
7669
7714
|
chain: 'bloxberg',
|
@@ -8730,6 +8775,29 @@ const chainArray = [
|
|
8730
8775
|
}
|
8731
8776
|
]
|
8732
8777
|
},
|
8778
|
+
{
|
8779
|
+
name: 'Bitkub Chain Testnet',
|
8780
|
+
chain: 'BKC',
|
8781
|
+
icon: 'bkc',
|
8782
|
+
rpc: [
|
8783
|
+
'https://rpc-testnet.bitkubchain.io',
|
8784
|
+
'wss://wss-testnet.bitkubchain.io'
|
8785
|
+
],
|
8786
|
+
faucets: [ 'https://faucet.bitkubchain.com' ],
|
8787
|
+
nativeCurrency: { name: 'Bitkub Coin', symbol: 'tKUB', decimals: 18 },
|
8788
|
+
infoURL: 'https://www.bitkubchain.com/',
|
8789
|
+
shortName: 'bkct',
|
8790
|
+
chainId: 25925,
|
8791
|
+
networkId: 25925,
|
8792
|
+
explorers: [
|
8793
|
+
{
|
8794
|
+
name: 'bkcscan-testnet',
|
8795
|
+
url: 'https://testnet.bkcscan.com',
|
8796
|
+
standard: 'none',
|
8797
|
+
icon: 'bkc'
|
8798
|
+
}
|
8799
|
+
]
|
8800
|
+
},
|
8733
8801
|
{
|
8734
8802
|
name: 'Hertz Network Mainnet',
|
8735
8803
|
chain: 'HTZ',
|
@@ -9170,7 +9238,7 @@ const chainArray = [
|
|
9170
9238
|
]
|
9171
9239
|
},
|
9172
9240
|
{
|
9173
|
-
name: 'Oasis Emerald
|
9241
|
+
name: 'Oasis Emerald Testnet',
|
9174
9242
|
chain: 'Emerald',
|
9175
9243
|
icon: 'oasis',
|
9176
9244
|
rpc: [
|
@@ -9179,32 +9247,32 @@ const chainArray = [
|
|
9179
9247
|
],
|
9180
9248
|
faucets: [ 'https://faucet.testnet.oasis.dev/' ],
|
9181
9249
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
9182
|
-
infoURL: 'https://docs.oasis.
|
9250
|
+
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
9183
9251
|
shortName: 'emerald-testnet',
|
9184
9252
|
chainId: 42261,
|
9185
9253
|
networkId: 42261,
|
9186
9254
|
explorers: [
|
9187
9255
|
{
|
9188
|
-
name: 'Emerald
|
9256
|
+
name: 'Oasis Emerald Testnet Explorer',
|
9189
9257
|
url: 'https://testnet.explorer.emerald.oasis.dev',
|
9190
9258
|
standard: 'EIP3091'
|
9191
9259
|
}
|
9192
9260
|
]
|
9193
9261
|
},
|
9194
9262
|
{
|
9195
|
-
name: 'Oasis Emerald
|
9263
|
+
name: 'Oasis Emerald',
|
9196
9264
|
chain: 'Emerald',
|
9197
9265
|
icon: 'oasis',
|
9198
9266
|
rpc: [ 'https://emerald.oasis.dev', 'wss://emerald.oasis.dev/ws' ],
|
9199
9267
|
faucets: [],
|
9200
9268
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
9201
|
-
infoURL: 'https://docs.oasis.
|
9269
|
+
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
9202
9270
|
shortName: 'emerald',
|
9203
9271
|
chainId: 42262,
|
9204
9272
|
networkId: 42262,
|
9205
9273
|
explorers: [
|
9206
9274
|
{
|
9207
|
-
name: 'Emerald
|
9275
|
+
name: 'Oasis Emerald Explorer',
|
9208
9276
|
url: 'https://explorer.emerald.oasis.dev',
|
9209
9277
|
standard: 'EIP3091'
|
9210
9278
|
}
|
@@ -9520,6 +9588,29 @@ const chainArray = [
|
|
9520
9588
|
}
|
9521
9589
|
]
|
9522
9590
|
},
|
9591
|
+
{
|
9592
|
+
name: 'Boba BNB Mainnet',
|
9593
|
+
chain: 'Boba BNB Mainnet',
|
9594
|
+
rpc: [
|
9595
|
+
'https://bnb.boba.network',
|
9596
|
+
'wss://wss.bnb.boba.network',
|
9597
|
+
'https://replica.bnb.boba.network',
|
9598
|
+
'wss://replica-wss.bnb.boba.network'
|
9599
|
+
],
|
9600
|
+
faucets: [],
|
9601
|
+
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
9602
|
+
infoURL: 'https://boba.network',
|
9603
|
+
shortName: 'BobaBnb',
|
9604
|
+
chainId: 56288,
|
9605
|
+
networkId: 56288,
|
9606
|
+
explorers: [
|
9607
|
+
{
|
9608
|
+
name: 'Boba BNB block explorer',
|
9609
|
+
url: 'https://blockexplorer.bnb.boba.network',
|
9610
|
+
standard: 'none'
|
9611
|
+
}
|
9612
|
+
]
|
9613
|
+
},
|
9523
9614
|
{
|
9524
9615
|
name: 'Thinkium Testnet Chain 0',
|
9525
9616
|
chain: 'Thinkium',
|
@@ -10054,13 +10145,13 @@ const chainArray = [
|
|
10054
10145
|
]
|
10055
10146
|
},
|
10056
10147
|
{
|
10057
|
-
name: 'Boba BNB Mainnet',
|
10148
|
+
name: 'Boba BNB Mainnet Old',
|
10058
10149
|
chain: 'Boba BNB Mainnet',
|
10059
10150
|
rpc: [],
|
10060
10151
|
faucets: [],
|
10061
10152
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
10062
10153
|
infoURL: 'https://boba.network',
|
10063
|
-
shortName: '
|
10154
|
+
shortName: 'BobaBnbOld',
|
10064
10155
|
chainId: 97288,
|
10065
10156
|
networkId: 97288,
|
10066
10157
|
explorers: [
|
@@ -10069,7 +10160,8 @@ const chainArray = [
|
|
10069
10160
|
url: 'https://blockexplorer.bnb.boba.network',
|
10070
10161
|
standard: 'none'
|
10071
10162
|
}
|
10072
|
-
]
|
10163
|
+
],
|
10164
|
+
status: 'deprecated'
|
10073
10165
|
},
|
10074
10166
|
{
|
10075
10167
|
name: 'UB Smart Chain(testnet)',
|