eth-chainlist 0.0.390 → 0.0.391
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 +280 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.391 (2024-05-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.390 ([8d5f1bc](https://github.com/poowf/eth-chainlist/commit/8d5f1bce34d52da2843c9253234226913911ace8))
|
9
|
+
* update chain data ([da636a8](https://github.com/poowf/eth-chainlist/commit/da636a82c4e38e38e010bcf004db0554e04a694e))
|
10
|
+
|
3
11
|
### 0.0.390 (2024-04-30)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -8034,6 +8034,33 @@ const chainArray = [
|
|
8034
8034
|
networkId: 1010,
|
8035
8035
|
slip44: 1020
|
8036
8036
|
},
|
8037
|
+
{
|
8038
|
+
name: 'Rebus Mainnet',
|
8039
|
+
title: 'Rebuschain Mainnet',
|
8040
|
+
chain: 'REBUS',
|
8041
|
+
rpc: [ 'https://apievm.rebuschain.com/rpc' ],
|
8042
|
+
faucets: [],
|
8043
|
+
nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
|
8044
|
+
infoURL: 'https://www.rebuschain.com',
|
8045
|
+
shortName: 'rebus',
|
8046
|
+
chainId: 1011,
|
8047
|
+
networkId: 1011,
|
8048
|
+
icon: 'rebus',
|
8049
|
+
explorers: [
|
8050
|
+
{
|
8051
|
+
name: 'Rebus EVM Explorer (Blockscout)',
|
8052
|
+
url: 'https://evm.rebuschain.com',
|
8053
|
+
icon: 'rebus',
|
8054
|
+
standard: 'none'
|
8055
|
+
},
|
8056
|
+
{
|
8057
|
+
name: 'Rebus Cosmos Explorer (ping.pub)',
|
8058
|
+
url: 'https://cosmos.rebuschain.com',
|
8059
|
+
icon: 'rebus',
|
8060
|
+
standard: 'none'
|
8061
|
+
}
|
8062
|
+
]
|
8063
|
+
},
|
8037
8064
|
{
|
8038
8065
|
name: 'Newton',
|
8039
8066
|
chain: 'NEW',
|
@@ -11706,6 +11733,42 @@ const chainArray = [
|
|
11706
11733
|
}
|
11707
11734
|
]
|
11708
11735
|
},
|
11736
|
+
{
|
11737
|
+
name: 'Oneness Network',
|
11738
|
+
chain: 'Oneness',
|
11739
|
+
rpc: [ 'https://rpc.onenesslabs.io/' ],
|
11740
|
+
faucets: [],
|
11741
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
11742
|
+
infoURL: '',
|
11743
|
+
shortName: 'oneness',
|
11744
|
+
chainId: 2140,
|
11745
|
+
networkId: 2140,
|
11746
|
+
explorers: [
|
11747
|
+
{
|
11748
|
+
name: 'oneness-mainnet',
|
11749
|
+
url: 'https://scan.onenesslabs.io',
|
11750
|
+
standard: 'EIP3091'
|
11751
|
+
}
|
11752
|
+
]
|
11753
|
+
},
|
11754
|
+
{
|
11755
|
+
name: 'Oneness TestNet',
|
11756
|
+
chain: 'Oneness-Testnet',
|
11757
|
+
rpc: [ 'https://rpc.testnet.onenesslabs.io/' ],
|
11758
|
+
faucets: [],
|
11759
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
11760
|
+
infoURL: '',
|
11761
|
+
shortName: 'oneness-testnet',
|
11762
|
+
chainId: 2141,
|
11763
|
+
networkId: 2141,
|
11764
|
+
explorers: [
|
11765
|
+
{
|
11766
|
+
name: 'oneness-testnet',
|
11767
|
+
url: 'https://scan.testnet.onenesslabs.io',
|
11768
|
+
standard: 'EIP3091'
|
11769
|
+
}
|
11770
|
+
]
|
11771
|
+
},
|
11709
11772
|
{
|
11710
11773
|
name: 'BOSagora Mainnet',
|
11711
11774
|
chain: 'ETH',
|
@@ -12973,6 +13036,33 @@ const chainArray = [
|
|
12973
13036
|
}
|
12974
13037
|
]
|
12975
13038
|
},
|
13039
|
+
{
|
13040
|
+
name: 'Rebus Testnet',
|
13041
|
+
title: 'Rebuschain Testnet',
|
13042
|
+
chain: 'REBUS',
|
13043
|
+
rpc: [ 'https://testnet.rebus.money/rpc' ],
|
13044
|
+
faucets: [],
|
13045
|
+
nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
|
13046
|
+
infoURL: 'https://www.rebuschain.com',
|
13047
|
+
shortName: 'rebus-testnet',
|
13048
|
+
chainId: 3033,
|
13049
|
+
networkId: 3033,
|
13050
|
+
icon: 'rebus',
|
13051
|
+
explorers: [
|
13052
|
+
{
|
13053
|
+
name: 'Rebus EVM Explorer (Blockscout)',
|
13054
|
+
url: 'https://evm.testnet.rebus.money',
|
13055
|
+
icon: 'rebus',
|
13056
|
+
standard: 'none'
|
13057
|
+
},
|
13058
|
+
{
|
13059
|
+
name: 'Rebus Cosmos Explorer (ping.pub)',
|
13060
|
+
url: 'https://testnet.rebus.money/rebustestnet',
|
13061
|
+
icon: 'rebus',
|
13062
|
+
standard: 'none'
|
13063
|
+
}
|
13064
|
+
]
|
13065
|
+
},
|
12976
13066
|
{
|
12977
13067
|
name: 'Bifrost Mainnet',
|
12978
13068
|
title: 'Bifrost Network Mainnet',
|
@@ -12996,6 +13086,26 @@ const chainArray = [
|
|
12996
13086
|
}
|
12997
13087
|
]
|
12998
13088
|
},
|
13089
|
+
{
|
13090
|
+
name: 'Movement EVM',
|
13091
|
+
chain: 'MOVE',
|
13092
|
+
rpc: [],
|
13093
|
+
faucets: [],
|
13094
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
13095
|
+
infoURL: 'https://movementlabs.xyz',
|
13096
|
+
shortName: 'move',
|
13097
|
+
chainId: 3073,
|
13098
|
+
networkId: 3073,
|
13099
|
+
icon: 'move',
|
13100
|
+
explorers: [
|
13101
|
+
{
|
13102
|
+
name: 'mevm explorer',
|
13103
|
+
url: 'https://explorer.movementlabs.xyz',
|
13104
|
+
standard: 'none'
|
13105
|
+
}
|
13106
|
+
],
|
13107
|
+
status: 'incubating'
|
13108
|
+
},
|
12999
13109
|
{
|
13000
13110
|
name: 'Immu3 EVM',
|
13001
13111
|
chain: 'EVMCC',
|
@@ -20461,6 +20571,25 @@ const chainArray = [
|
|
20461
20571
|
bridges: [ { url: 'https://sepolia-bridge.nanon.network' } ]
|
20462
20572
|
}
|
20463
20573
|
},
|
20574
|
+
{
|
20575
|
+
name: 'zeroone Mainnet Subnet',
|
20576
|
+
chain: 'ZEROONEMAI',
|
20577
|
+
rpc: [ 'https://subnets.avax.network/zeroonemai/mainnet/rpc' ],
|
20578
|
+
features: [ { name: 'EIP1559' } ],
|
20579
|
+
faucets: [],
|
20580
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
20581
|
+
infoURL: 'https://zeroone.art/',
|
20582
|
+
shortName: 'zeroonemai',
|
20583
|
+
chainId: 27827,
|
20584
|
+
networkId: 27827,
|
20585
|
+
explorers: [
|
20586
|
+
{
|
20587
|
+
name: 'ZEROONEMAI Explorer',
|
20588
|
+
url: 'https://subnets.avax.network/zeroonemai',
|
20589
|
+
standard: 'EIP3091'
|
20590
|
+
}
|
20591
|
+
]
|
20592
|
+
},
|
20464
20593
|
{
|
20465
20594
|
name: 'Vizing Testnet',
|
20466
20595
|
title: 'Vizing Testnet',
|
@@ -20689,6 +20818,66 @@ const chainArray = [
|
|
20689
20818
|
}
|
20690
20819
|
]
|
20691
20820
|
},
|
20821
|
+
{
|
20822
|
+
name: 'Movement EVM Legacy',
|
20823
|
+
chain: 'MOVE',
|
20824
|
+
rpc: [],
|
20825
|
+
faucets: [],
|
20826
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
20827
|
+
infoURL: 'https://movementlabs.xyz',
|
20828
|
+
shortName: 'moveleg',
|
20829
|
+
chainId: 30730,
|
20830
|
+
networkId: 30730,
|
20831
|
+
icon: 'move',
|
20832
|
+
explorers: [
|
20833
|
+
{
|
20834
|
+
name: 'mevm explorer',
|
20835
|
+
url: 'https://explorer.movementlabs.xyz',
|
20836
|
+
standard: 'none'
|
20837
|
+
}
|
20838
|
+
],
|
20839
|
+
status: 'incubating'
|
20840
|
+
},
|
20841
|
+
{
|
20842
|
+
name: 'Movement EVM Devnet',
|
20843
|
+
chain: 'MOVE',
|
20844
|
+
rpc: [],
|
20845
|
+
faucets: [],
|
20846
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
20847
|
+
infoURL: 'https://movementlabs.xyz',
|
20848
|
+
shortName: 'movedev',
|
20849
|
+
chainId: 30731,
|
20850
|
+
networkId: 30731,
|
20851
|
+
icon: 'move',
|
20852
|
+
explorers: [
|
20853
|
+
{
|
20854
|
+
name: 'mevm explorer',
|
20855
|
+
url: 'https://explorer.movementlabs.xyz',
|
20856
|
+
standard: 'none'
|
20857
|
+
}
|
20858
|
+
],
|
20859
|
+
status: 'incubating'
|
20860
|
+
},
|
20861
|
+
{
|
20862
|
+
name: 'Movement EVM Testnet',
|
20863
|
+
chain: 'MOVE',
|
20864
|
+
rpc: [],
|
20865
|
+
faucets: [],
|
20866
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
20867
|
+
infoURL: 'https://movementlabs.xyz',
|
20868
|
+
shortName: 'movetest',
|
20869
|
+
chainId: 30732,
|
20870
|
+
networkId: 30732,
|
20871
|
+
icon: 'move',
|
20872
|
+
explorers: [
|
20873
|
+
{
|
20874
|
+
name: 'mevm explorer',
|
20875
|
+
url: 'https://explorer.movementlabs.xyz',
|
20876
|
+
standard: 'none'
|
20877
|
+
}
|
20878
|
+
],
|
20879
|
+
status: 'incubating'
|
20880
|
+
},
|
20692
20881
|
{
|
20693
20882
|
name: 'Ethersocial Network',
|
20694
20883
|
chain: 'ESN',
|
@@ -21935,6 +22124,30 @@ const chainArray = [
|
|
21935
22124
|
}
|
21936
22125
|
]
|
21937
22126
|
},
|
22127
|
+
{
|
22128
|
+
name: 'DODOchain testnet',
|
22129
|
+
title: 'DODOchain testnet',
|
22130
|
+
chain: 'DODOchain',
|
22131
|
+
icon: 'dodochain_testnet',
|
22132
|
+
rpc: [
|
22133
|
+
'https://dodochain-testnet.alt.technology',
|
22134
|
+
'wss://dodochain-testnet.alt.technology/ws'
|
22135
|
+
],
|
22136
|
+
faucets: [],
|
22137
|
+
nativeCurrency: { name: 'Berd', symbol: 'BERD', decimals: 18 },
|
22138
|
+
infoURL: 'https://www.dodochain.com',
|
22139
|
+
shortName: 'dodochain',
|
22140
|
+
chainId: 53457,
|
22141
|
+
networkId: 53457,
|
22142
|
+
explorers: [
|
22143
|
+
{
|
22144
|
+
name: 'DODOchain Testnet (Sepolia) Explorer',
|
22145
|
+
url: 'https://testnet-scan.dodochain.com',
|
22146
|
+
icon: 'dodochain_testnet',
|
22147
|
+
standard: 'EIP3091'
|
22148
|
+
}
|
22149
|
+
]
|
22150
|
+
},
|
21938
22151
|
{
|
21939
22152
|
name: 'DFK Chain',
|
21940
22153
|
chain: 'DFK',
|
@@ -22123,6 +22336,25 @@ const chainArray = [
|
|
22123
22336
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
22124
22337
|
}
|
22125
22338
|
},
|
22339
|
+
{
|
22340
|
+
name: 'Testnet Zeroone Subnet',
|
22341
|
+
chain: 'TESTNETZER',
|
22342
|
+
rpc: [ 'https://subnets.avax.network/testnetzer/testnet/rpc' ],
|
22343
|
+
features: [ { name: 'EIP1559' } ],
|
22344
|
+
faucets: [],
|
22345
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
22346
|
+
infoURL: 'https://zeroone.art/',
|
22347
|
+
shortName: 'testnetzer',
|
22348
|
+
chainId: 56400,
|
22349
|
+
networkId: 56400,
|
22350
|
+
explorers: [
|
22351
|
+
{
|
22352
|
+
name: 'TESTNETZER Explorer',
|
22353
|
+
url: 'https://subnets-test.avax.network/testnetzer',
|
22354
|
+
standard: 'EIP3091'
|
22355
|
+
}
|
22356
|
+
]
|
22357
|
+
},
|
22126
22358
|
{
|
22127
22359
|
name: 'VELO Labs Mainnet',
|
22128
22360
|
chain: 'NOVA chain',
|
@@ -22439,14 +22671,28 @@ const chainArray = [
|
|
22439
22671
|
{
|
22440
22672
|
name: 'BOB',
|
22441
22673
|
chain: 'ETH',
|
22442
|
-
rpc: [],
|
22674
|
+
rpc: [ 'https://rpc.gobob.xyz', 'wss://rpc.gobob.xyz' ],
|
22443
22675
|
faucets: [],
|
22444
22676
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
22445
22677
|
infoURL: 'https://gobob.xyz',
|
22446
22678
|
shortName: 'bob',
|
22447
22679
|
chainId: 60808,
|
22448
22680
|
networkId: 60808,
|
22449
|
-
|
22681
|
+
icon: 'bob',
|
22682
|
+
explorers: [
|
22683
|
+
{
|
22684
|
+
name: 'bobscout',
|
22685
|
+
url: 'https://explorer.gobob.xyz',
|
22686
|
+
icon: 'blockscout',
|
22687
|
+
standard: 'EIP3091'
|
22688
|
+
}
|
22689
|
+
],
|
22690
|
+
status: 'active',
|
22691
|
+
parent: {
|
22692
|
+
type: 'L2',
|
22693
|
+
chain: 'eip155-1',
|
22694
|
+
bridges: [ { url: 'https://app.gobob.xyz' } ]
|
22695
|
+
}
|
22450
22696
|
},
|
22451
22697
|
{
|
22452
22698
|
name: 'KaiChain',
|
@@ -27869,14 +28115,19 @@ const chainArray = [
|
|
27869
28115
|
]
|
27870
28116
|
},
|
27871
28117
|
{
|
27872
|
-
name: 'Reactive
|
28118
|
+
name: 'Reactive Kopli',
|
28119
|
+
title: 'Reactive Network Testnet Kopli',
|
27873
28120
|
chain: 'REACT',
|
27874
|
-
rpc: [
|
28121
|
+
rpc: [
|
28122
|
+
'https://kopli-rpc.reactive.network',
|
28123
|
+
'http://kopli-rpc.rkt.ink'
|
28124
|
+
],
|
27875
28125
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
27876
|
-
faucets: [],
|
27877
|
-
nativeCurrency: { name: 'React', symbol: 'REACT', decimals: 18 },
|
28126
|
+
faucets: [ 'https://dev.reactive.network/docs/kopli-testnet#faucet' ],
|
28127
|
+
nativeCurrency: { name: 'Kopli React', symbol: 'REACT', decimals: 18 },
|
27878
28128
|
infoURL: 'https://reactive.network',
|
27879
|
-
shortName: '
|
28129
|
+
shortName: 'kreact',
|
28130
|
+
icon: 'reactive',
|
27880
28131
|
chainId: 5318008,
|
27881
28132
|
networkId: 5318008,
|
27882
28133
|
explorers: [
|
@@ -30025,6 +30276,26 @@ const chainArray = [
|
|
30025
30276
|
networkId: 1666900001,
|
30026
30277
|
explorers: []
|
30027
30278
|
},
|
30279
|
+
{
|
30280
|
+
name: 'Kakarot Sepolia',
|
30281
|
+
chain: 'ETH',
|
30282
|
+
icon: 'kakarot',
|
30283
|
+
rpc: [ 'https://sepolia-rpc.kakarot.org' ],
|
30284
|
+
faucets: [],
|
30285
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
30286
|
+
infoURL: 'https://kakarot.org',
|
30287
|
+
shortName: 'kkrt-sepolia',
|
30288
|
+
chainId: 1802203764,
|
30289
|
+
networkId: 1802203764,
|
30290
|
+
explorers: [
|
30291
|
+
{
|
30292
|
+
name: 'Kakarot Scan',
|
30293
|
+
url: 'https://sepolia.kakarotscan.org',
|
30294
|
+
standard: 'EIP3091'
|
30295
|
+
}
|
30296
|
+
],
|
30297
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
30298
|
+
},
|
30028
30299
|
{
|
30029
30300
|
name: 'RARI Chain Testnet',
|
30030
30301
|
chain: 'RARI',
|
@@ -30239,14 +30510,14 @@ const chainArray = [
|
|
30239
30510
|
status: 'active'
|
30240
30511
|
},
|
30241
30512
|
{
|
30242
|
-
name: 'Kakarot Sepolia',
|
30513
|
+
name: 'Kakarot Sepolia Deprecated',
|
30243
30514
|
chain: 'ETH',
|
30244
30515
|
icon: 'kakarot',
|
30245
30516
|
rpc: [],
|
30246
30517
|
faucets: [],
|
30247
30518
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
30248
30519
|
infoURL: 'https://kakarot.org',
|
30249
|
-
shortName: 'kkrt-sepolia',
|
30520
|
+
shortName: 'kkrt-sepolia-deprecated',
|
30250
30521
|
chainId: 107107114116,
|
30251
30522
|
networkId: 107107114116,
|
30252
30523
|
explorers: [],
|