eth-chainlist 0.0.76 → 0.0.78
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 +158 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.78 (2023-02-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.77 ([f9c1f1d](https://github.com/poowf/eth-chainlist/commit/f9c1f1db644f6c72cbacd697f40ad360d7e7d90c))
|
9
|
+
* update chain data ([0a0a65e](https://github.com/poowf/eth-chainlist/commit/0a0a65e73672a5293642334de1c18d27e0159dac))
|
10
|
+
|
11
|
+
### 0.0.77 (2023-02-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.76 ([09e58e9](https://github.com/poowf/eth-chainlist/commit/09e58e9d551bd3e2d68a86ed6673152b4a02549a))
|
17
|
+
* update chain data ([b28bbde](https://github.com/poowf/eth-chainlist/commit/b28bbde560126c1e6142de35a7ded508b87de1a6))
|
18
|
+
|
3
19
|
### 0.0.76 (2023-02-13)
|
4
20
|
|
5
21
|
|
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',
|
@@ -2051,6 +2033,34 @@ const chainArray = [
|
|
2051
2033
|
}
|
2052
2034
|
]
|
2053
2035
|
},
|
2036
|
+
{
|
2037
|
+
name: 'Realchain Mainnet',
|
2038
|
+
chain: 'REAL',
|
2039
|
+
rpc: [
|
2040
|
+
'https://rcl-dataseed1.rclsidechain.com',
|
2041
|
+
'https://rcl-dataseed2.rclsidechain.com',
|
2042
|
+
'https://rcl-dataseed3.rclsidechain.com',
|
2043
|
+
'https://rcl-dataseed4.rclsidechain.com',
|
2044
|
+
'wss://rcl-dataseed1.rclsidechain.com/v1/',
|
2045
|
+
'wss://rcl-dataseed2.rclsidechain.com/v1/',
|
2046
|
+
'wss://rcl-dataseed3.rclsidechain.com/v1/',
|
2047
|
+
'wss://rcl-dataseed4.rclsidechain.com/v1/'
|
2048
|
+
],
|
2049
|
+
faucets: [ 'https://faucet.rclsidechain.com' ],
|
2050
|
+
nativeCurrency: { name: 'Realchain', symbol: 'REAL', decimals: 18 },
|
2051
|
+
infoURL: 'https://www.rclsidechain.com/',
|
2052
|
+
shortName: 'REAL',
|
2053
|
+
chainId: 121,
|
2054
|
+
networkId: 121,
|
2055
|
+
slip44: 714,
|
2056
|
+
explorers: [
|
2057
|
+
{
|
2058
|
+
name: 'realscan',
|
2059
|
+
url: 'https://rclscan.com',
|
2060
|
+
standard: 'EIP3091'
|
2061
|
+
}
|
2062
|
+
]
|
2063
|
+
},
|
2054
2064
|
{
|
2055
2065
|
name: 'Fuse Mainnet',
|
2056
2066
|
chain: 'FUSE',
|
@@ -5351,6 +5361,44 @@ const chainArray = [
|
|
5351
5361
|
chainId: 1337,
|
5352
5362
|
networkId: 1337
|
5353
5363
|
},
|
5364
|
+
{
|
5365
|
+
name: 'Elysium Testnet',
|
5366
|
+
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
|
5367
|
+
chain: 'Elysium',
|
5368
|
+
rpc: [ 'https://elysium-test-rpc.vulcanforged.com' ],
|
5369
|
+
faucets: [],
|
5370
|
+
nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
|
5371
|
+
infoURL: 'https://elysiumscan.vulcanforged.com',
|
5372
|
+
shortName: 'ELST',
|
5373
|
+
chainId: 1338,
|
5374
|
+
networkId: 1338,
|
5375
|
+
explorers: [
|
5376
|
+
{
|
5377
|
+
name: 'Elysium testnet explorer',
|
5378
|
+
url: 'https://elysium-explorer.vulcanforged.com',
|
5379
|
+
standard: 'none'
|
5380
|
+
}
|
5381
|
+
]
|
5382
|
+
},
|
5383
|
+
{
|
5384
|
+
name: 'Elysium Mainnet',
|
5385
|
+
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
|
5386
|
+
chain: 'Elysium',
|
5387
|
+
rpc: [ 'https://elysium-rpc.vulcanforged.com' ],
|
5388
|
+
faucets: [],
|
5389
|
+
nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
|
5390
|
+
infoURL: 'https://elysiumscan.vulcanforged.com',
|
5391
|
+
shortName: 'ELSM',
|
5392
|
+
chainId: 1339,
|
5393
|
+
networkId: 1339,
|
5394
|
+
explorers: [
|
5395
|
+
{
|
5396
|
+
name: 'Elysium mainnet explorer',
|
5397
|
+
url: 'https://explorer.elysiumchain.tech',
|
5398
|
+
standard: 'none'
|
5399
|
+
}
|
5400
|
+
]
|
5401
|
+
},
|
5354
5402
|
{
|
5355
5403
|
name: 'CIC Chain Mainnet',
|
5356
5404
|
chain: 'CIC',
|
@@ -5391,7 +5439,7 @@ const chainArray = [
|
|
5391
5439
|
]
|
5392
5440
|
},
|
5393
5441
|
{
|
5394
|
-
name: 'Polygon zkEVM Testnet',
|
5442
|
+
name: 'Polygon zkEVM Testnet old',
|
5395
5443
|
title: 'Polygon zkEVM Testnet',
|
5396
5444
|
chain: 'Polygon',
|
5397
5445
|
rpc: [],
|
@@ -5407,6 +5455,26 @@ const chainArray = [
|
|
5407
5455
|
url: 'https://explorer.public.zkevm-test.net',
|
5408
5456
|
standard: 'EIP3091'
|
5409
5457
|
}
|
5458
|
+
],
|
5459
|
+
status: 'deprecated'
|
5460
|
+
},
|
5461
|
+
{
|
5462
|
+
name: 'Polygon zkEVM Testnet',
|
5463
|
+
title: 'Polygon zkEVM Testnet',
|
5464
|
+
chain: 'Polygon',
|
5465
|
+
rpc: [ 'https://rpc.public.zkevm-test.net' ],
|
5466
|
+
faucets: [],
|
5467
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5468
|
+
infoURL: 'https://polygon.technology/solutions/polygon-zkevm/',
|
5469
|
+
shortName: 'testnet-zkEVM-mango',
|
5470
|
+
chainId: 1422,
|
5471
|
+
networkId: 1422,
|
5472
|
+
explorers: [
|
5473
|
+
{
|
5474
|
+
name: 'Polygon zkEVM explorer',
|
5475
|
+
url: 'https://explorer.public.zkevm-test.net',
|
5476
|
+
standard: 'EIP3091'
|
5477
|
+
}
|
5410
5478
|
]
|
5411
5479
|
},
|
5412
5480
|
{
|
@@ -7326,6 +7394,27 @@ const chainArray = [
|
|
7326
7394
|
}
|
7327
7395
|
]
|
7328
7396
|
},
|
7397
|
+
{
|
7398
|
+
name: 'BlackFort Exchange Network Testnet',
|
7399
|
+
chain: 'TBXN',
|
7400
|
+
rpc: [ 'https://testnet.blackfort.network/rpc' ],
|
7401
|
+
faucets: [],
|
7402
|
+
nativeCurrency: { name: 'BlackFort Testnet Token', symbol: 'TBXN', decimals: 18 },
|
7403
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
7404
|
+
infoURL: 'https://blackfort.exchange',
|
7405
|
+
shortName: 'TBXN',
|
7406
|
+
chainId: 4777,
|
7407
|
+
networkId: 4777,
|
7408
|
+
icon: 'bxn',
|
7409
|
+
explorers: [
|
7410
|
+
{
|
7411
|
+
name: 'blockscout',
|
7412
|
+
url: 'https://testnet-explorer.blackfort.network',
|
7413
|
+
icon: 'blockscout',
|
7414
|
+
standard: 'EIP3091'
|
7415
|
+
}
|
7416
|
+
]
|
7417
|
+
},
|
7329
7418
|
{
|
7330
7419
|
name: 'Venidium Testnet',
|
7331
7420
|
chain: 'XVM',
|
@@ -7363,6 +7452,32 @@ const chainArray = [
|
|
7363
7452
|
}
|
7364
7453
|
]
|
7365
7454
|
},
|
7455
|
+
{
|
7456
|
+
name: 'BlackFort Exchange Network',
|
7457
|
+
chain: 'BXN',
|
7458
|
+
rpc: [
|
7459
|
+
'https://mainnet.blackfort.network/rpc',
|
7460
|
+
'https://mainnet-1.blackfort.network/rpc',
|
7461
|
+
'https://mainnet-2.blackfort.network/rpc',
|
7462
|
+
'https://mainnet-3.blackfort.network/rpc'
|
7463
|
+
],
|
7464
|
+
faucets: [],
|
7465
|
+
nativeCurrency: { name: 'BlackFort Token', symbol: 'BXN', decimals: 18 },
|
7466
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
7467
|
+
infoURL: 'https://blackfort.exchange',
|
7468
|
+
shortName: 'BXN',
|
7469
|
+
chainId: 4999,
|
7470
|
+
networkId: 4999,
|
7471
|
+
icon: 'bxn',
|
7472
|
+
explorers: [
|
7473
|
+
{
|
7474
|
+
name: 'blockscout',
|
7475
|
+
url: 'https://explorer.blackfort.network',
|
7476
|
+
icon: 'blockscout',
|
7477
|
+
standard: 'EIP3091'
|
7478
|
+
}
|
7479
|
+
]
|
7480
|
+
},
|
7366
7481
|
{
|
7367
7482
|
name: 'Mantle',
|
7368
7483
|
chain: 'ETH',
|
@@ -7841,7 +7956,11 @@ const chainArray = [
|
|
7841
7956
|
{
|
7842
7957
|
name: 'Canto',
|
7843
7958
|
chain: 'Canto',
|
7844
|
-
rpc: [
|
7959
|
+
rpc: [
|
7960
|
+
'https://canto.slingshot.finance',
|
7961
|
+
'https://canto.neobase.one',
|
7962
|
+
'https://mainnode.plexnode.org:8545'
|
7963
|
+
],
|
7845
7964
|
faucets: [],
|
7846
7965
|
nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
|
7847
7966
|
infoURL: 'https://canto.io',
|
@@ -10875,7 +10994,7 @@ const chainArray = [
|
|
10875
10994
|
name: 'ResinCoin Mainnet',
|
10876
10995
|
chain: 'RESIN',
|
10877
10996
|
icon: 'resincoin',
|
10878
|
-
rpc: [
|
10997
|
+
rpc: [],
|
10879
10998
|
faucets: [],
|
10880
10999
|
nativeCurrency: { name: 'Ether', symbol: 'RESIN', decimals: 18 },
|
10881
11000
|
infoURL: 'https://resincoin.dev',
|
@@ -11962,6 +12081,24 @@ const chainArray = [
|
|
11962
12081
|
}
|
11963
12082
|
]
|
11964
12083
|
},
|
12084
|
+
{
|
12085
|
+
name: 'Oone Chain Testnet',
|
12086
|
+
chain: 'OONE',
|
12087
|
+
rpc: [ 'https://blockchain-test.adigium.world' ],
|
12088
|
+
faucets: [ 'https://apps-test.adigium.com/faucet' ],
|
12089
|
+
nativeCurrency: { name: 'Oone', symbol: 'tOONE', decimals: 18 },
|
12090
|
+
infoURL: 'https://oone.world',
|
12091
|
+
shortName: 'oonetest',
|
12092
|
+
chainId: 333777,
|
12093
|
+
networkId: 333777,
|
12094
|
+
explorers: [
|
12095
|
+
{
|
12096
|
+
name: 'expedition',
|
12097
|
+
url: 'https://explorer-test.adigium.world',
|
12098
|
+
standard: 'none'
|
12099
|
+
}
|
12100
|
+
]
|
12101
|
+
},
|
11965
12102
|
{
|
11966
12103
|
name: 'Polis Testnet',
|
11967
12104
|
chain: 'Sparta',
|