eth-chainlist 0.0.76 → 0.0.77
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 +104 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.77 (2023-02-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.76 ([09e58e9](https://github.com/poowf/eth-chainlist/commit/09e58e9d551bd3e2d68a86ed6673152b4a02549a))
|
9
|
+
* update chain data ([b28bbde](https://github.com/poowf/eth-chainlist/commit/b28bbde560126c1e6142de35a7ded508b87de1a6))
|
10
|
+
|
3
11
|
### 0.0.76 (2023-02-13)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1684,24 +1684,6 @@ const chainArray = [
|
|
1684
1684
|
}
|
1685
1685
|
]
|
1686
1686
|
},
|
1687
|
-
{
|
1688
|
-
name: 'NEXT Smart Chain',
|
1689
|
-
chain: 'NSC',
|
1690
|
-
rpc: [ 'https://rpc.nextsmartchain.com' ],
|
1691
|
-
faucets: [ 'https://faucet.nextsmartchain.com' ],
|
1692
|
-
nativeCurrency: { name: 'NEXT', symbol: 'NEXT', decimals: 18 },
|
1693
|
-
infoURL: 'https://www.nextsmartchain.com/',
|
1694
|
-
shortName: 'nsc',
|
1695
|
-
chainId: 96,
|
1696
|
-
networkId: 96,
|
1697
|
-
explorers: [
|
1698
|
-
{
|
1699
|
-
name: 'Next Smart Chain Explorer',
|
1700
|
-
url: 'https://explorer.nextsmartchain.com',
|
1701
|
-
standard: 'none'
|
1702
|
-
}
|
1703
|
-
]
|
1704
|
-
},
|
1705
1687
|
{
|
1706
1688
|
name: 'Binance Smart Chain Testnet',
|
1707
1689
|
chain: 'BSC',
|
@@ -5351,6 +5333,44 @@ const chainArray = [
|
|
5351
5333
|
chainId: 1337,
|
5352
5334
|
networkId: 1337
|
5353
5335
|
},
|
5336
|
+
{
|
5337
|
+
name: 'Elysium Testnet',
|
5338
|
+
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
|
5339
|
+
chain: 'Elysium',
|
5340
|
+
rpc: [ 'https://elysium-test-rpc.vulcanforged.com' ],
|
5341
|
+
faucets: [],
|
5342
|
+
nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
|
5343
|
+
infoURL: 'https://elysiumscan.vulcanforged.com',
|
5344
|
+
shortName: 'ELST',
|
5345
|
+
chainId: 1338,
|
5346
|
+
networkId: 1338,
|
5347
|
+
explorers: [
|
5348
|
+
{
|
5349
|
+
name: 'Elysium testnet explorer',
|
5350
|
+
url: 'https://elysium-explorer.vulcanforged.com',
|
5351
|
+
standard: 'none'
|
5352
|
+
}
|
5353
|
+
]
|
5354
|
+
},
|
5355
|
+
{
|
5356
|
+
name: 'Elysium Mainnet',
|
5357
|
+
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
|
5358
|
+
chain: 'Elysium',
|
5359
|
+
rpc: [ 'https://elysium-rpc.vulcanforged.com' ],
|
5360
|
+
faucets: [],
|
5361
|
+
nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
|
5362
|
+
infoURL: 'https://elysiumscan.vulcanforged.com',
|
5363
|
+
shortName: 'ELSM',
|
5364
|
+
chainId: 1339,
|
5365
|
+
networkId: 1339,
|
5366
|
+
explorers: [
|
5367
|
+
{
|
5368
|
+
name: 'Elysium mainnet explorer',
|
5369
|
+
url: 'https://explorer.elysiumchain.tech',
|
5370
|
+
standard: 'none'
|
5371
|
+
}
|
5372
|
+
]
|
5373
|
+
},
|
5354
5374
|
{
|
5355
5375
|
name: 'CIC Chain Mainnet',
|
5356
5376
|
chain: 'CIC',
|
@@ -7326,6 +7346,27 @@ const chainArray = [
|
|
7326
7346
|
}
|
7327
7347
|
]
|
7328
7348
|
},
|
7349
|
+
{
|
7350
|
+
name: 'BlackFort Exchange Network Testnet',
|
7351
|
+
chain: 'TBXN',
|
7352
|
+
rpc: [ 'https://testnet.blackfort.network/rpc' ],
|
7353
|
+
faucets: [],
|
7354
|
+
nativeCurrency: { name: 'BlackFort Testnet Token', symbol: 'TBXN', decimals: 18 },
|
7355
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
7356
|
+
infoURL: 'https://blackfort.exchange',
|
7357
|
+
shortName: 'TBXN',
|
7358
|
+
chainId: 4777,
|
7359
|
+
networkId: 4777,
|
7360
|
+
icon: 'bxn',
|
7361
|
+
explorers: [
|
7362
|
+
{
|
7363
|
+
name: 'blockscout',
|
7364
|
+
url: 'https://testnet-explorer.blackfort.network',
|
7365
|
+
icon: 'blockscout',
|
7366
|
+
standard: 'EIP3091'
|
7367
|
+
}
|
7368
|
+
]
|
7369
|
+
},
|
7329
7370
|
{
|
7330
7371
|
name: 'Venidium Testnet',
|
7331
7372
|
chain: 'XVM',
|
@@ -7363,6 +7404,32 @@ const chainArray = [
|
|
7363
7404
|
}
|
7364
7405
|
]
|
7365
7406
|
},
|
7407
|
+
{
|
7408
|
+
name: 'BlackFort Exchange Network',
|
7409
|
+
chain: 'BXN',
|
7410
|
+
rpc: [
|
7411
|
+
'https://mainnet.blackfort.network/rpc',
|
7412
|
+
'https://mainnet-1.blackfort.network/rpc',
|
7413
|
+
'https://mainnet-2.blackfort.network/rpc',
|
7414
|
+
'https://mainnet-3.blackfort.network/rpc'
|
7415
|
+
],
|
7416
|
+
faucets: [],
|
7417
|
+
nativeCurrency: { name: 'BlackFort Token', symbol: 'BXN', decimals: 18 },
|
7418
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
7419
|
+
infoURL: 'https://blackfort.exchange',
|
7420
|
+
shortName: 'BXN',
|
7421
|
+
chainId: 4999,
|
7422
|
+
networkId: 4999,
|
7423
|
+
icon: 'bxn',
|
7424
|
+
explorers: [
|
7425
|
+
{
|
7426
|
+
name: 'blockscout',
|
7427
|
+
url: 'https://explorer.blackfort.network',
|
7428
|
+
icon: 'blockscout',
|
7429
|
+
standard: 'EIP3091'
|
7430
|
+
}
|
7431
|
+
]
|
7432
|
+
},
|
7366
7433
|
{
|
7367
7434
|
name: 'Mantle',
|
7368
7435
|
chain: 'ETH',
|
@@ -10875,7 +10942,7 @@ const chainArray = [
|
|
10875
10942
|
name: 'ResinCoin Mainnet',
|
10876
10943
|
chain: 'RESIN',
|
10877
10944
|
icon: 'resincoin',
|
10878
|
-
rpc: [
|
10945
|
+
rpc: [],
|
10879
10946
|
faucets: [],
|
10880
10947
|
nativeCurrency: { name: 'Ether', symbol: 'RESIN', decimals: 18 },
|
10881
10948
|
infoURL: 'https://resincoin.dev',
|
@@ -11962,6 +12029,24 @@ const chainArray = [
|
|
11962
12029
|
}
|
11963
12030
|
]
|
11964
12031
|
},
|
12032
|
+
{
|
12033
|
+
name: 'Oone Chain Testnet',
|
12034
|
+
chain: 'OONE',
|
12035
|
+
rpc: [ 'https://blockchain-test.adigium.world' ],
|
12036
|
+
faucets: [ 'https://apps-test.adigium.com/faucet' ],
|
12037
|
+
nativeCurrency: { name: 'Oone', symbol: 'tOONE', decimals: 18 },
|
12038
|
+
infoURL: 'https://oone.world',
|
12039
|
+
shortName: 'oonetest',
|
12040
|
+
chainId: 333777,
|
12041
|
+
networkId: 333777,
|
12042
|
+
explorers: [
|
12043
|
+
{
|
12044
|
+
name: 'expedition',
|
12045
|
+
url: 'https://explorer-test.adigium.world',
|
12046
|
+
standard: 'none'
|
12047
|
+
}
|
12048
|
+
]
|
12049
|
+
},
|
11965
12050
|
{
|
11966
12051
|
name: 'Polis Testnet',
|
11967
12052
|
chain: 'Sparta',
|