eth-chainlist 0.0.519 → 0.0.520
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 +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.520 (2024-10-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.519 ([e67d965](https://github.com/poowf/eth-chainlist/commit/e67d965997df10d66e2eaf171b71b91c616e1962))
|
|
9
|
+
* update chain data ([e2b6270](https://github.com/poowf/eth-chainlist/commit/e2b627086815af8a8f095f29381feb80cbcc9d6c))
|
|
10
|
+
|
|
3
11
|
### 0.0.519 (2024-10-18)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -33066,6 +33066,37 @@ const chainArray = [
|
|
|
33066
33066
|
}
|
|
33067
33067
|
]
|
|
33068
33068
|
},
|
|
33069
|
+
{
|
|
33070
|
+
name: 'Camp Network Testnet V2',
|
|
33071
|
+
chain: 'ETH',
|
|
33072
|
+
icon: 'camp',
|
|
33073
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
33074
|
+
rpc: [ 'https://rpc-campnetwork.xyz' ],
|
|
33075
|
+
faucets: [ 'https://www.campnetwork.xyz/faucet' ],
|
|
33076
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
33077
|
+
infoURL: 'https://docs.campnetwork.xyz/',
|
|
33078
|
+
shortName: 'CampV2',
|
|
33079
|
+
chainId: 325000,
|
|
33080
|
+
networkId: 325000,
|
|
33081
|
+
slip44: 1,
|
|
33082
|
+
explorers: [
|
|
33083
|
+
{
|
|
33084
|
+
name: 'blockscout',
|
|
33085
|
+
url: 'https://camp-network-testnet.blockscout.com',
|
|
33086
|
+
icon: 'blockscout',
|
|
33087
|
+
standard: 'EIP3091'
|
|
33088
|
+
}
|
|
33089
|
+
],
|
|
33090
|
+
parent: {
|
|
33091
|
+
type: 'L2',
|
|
33092
|
+
chain: 'eip155-1',
|
|
33093
|
+
bridges: [
|
|
33094
|
+
{
|
|
33095
|
+
url: 'https://bridge.gelato.network/bridge/camp-network-testnet'
|
|
33096
|
+
}
|
|
33097
|
+
]
|
|
33098
|
+
}
|
|
33099
|
+
},
|
|
33069
33100
|
{
|
|
33070
33101
|
name: 'WABA Chain Testnet',
|
|
33071
33102
|
chain: 'WABA Testnet',
|