eth-chainlist 0.0.389 → 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 +16 -0
- package/data/chain.js +373 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.390 (2024-04-30)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.389 ([4a4154c](https://github.com/poowf/eth-chainlist/commit/4a4154cde98d462ecfae18b7507cb5f22d7d4260))
|
17
|
+
* update chain data ([2a71b98](https://github.com/poowf/eth-chainlist/commit/2a71b986602bf9f413cf21d83e1968756dc21252))
|
18
|
+
|
3
19
|
### 0.0.389 (2024-04-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3199,6 +3199,32 @@ const chainArray = [
|
|
3199
3199
|
chainId: 163,
|
3200
3200
|
networkId: 163
|
3201
3201
|
},
|
3202
|
+
{
|
3203
|
+
name: 'Omni Testnet (incubating)',
|
3204
|
+
chain: 'Omni',
|
3205
|
+
status: 'incubating',
|
3206
|
+
rpc: [],
|
3207
|
+
features: [ { name: 'EIP155' } ],
|
3208
|
+
faucets: [],
|
3209
|
+
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
3210
|
+
infoURL: 'https://docs.omni.network',
|
3211
|
+
shortName: 'omni_testnet_164',
|
3212
|
+
chainId: 164,
|
3213
|
+
networkId: 164,
|
3214
|
+
slip44: 1,
|
3215
|
+
explorers: [
|
3216
|
+
{
|
3217
|
+
name: 'Omni X-Explorer',
|
3218
|
+
url: 'https://explorer.testnet.omni.network',
|
3219
|
+
standard: 'none'
|
3220
|
+
},
|
3221
|
+
{
|
3222
|
+
name: 'Omni EVM Explorer on Blockscout',
|
3223
|
+
url: 'https://omni-testnet.blockscout.com',
|
3224
|
+
standard: 'EIP3091'
|
3225
|
+
}
|
3226
|
+
]
|
3227
|
+
},
|
3202
3228
|
{
|
3203
3229
|
name: 'Omni Testnet',
|
3204
3230
|
chain: 'Omni',
|
@@ -8008,6 +8034,33 @@ const chainArray = [
|
|
8008
8034
|
networkId: 1010,
|
8009
8035
|
slip44: 1020
|
8010
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
|
+
},
|
8011
8064
|
{
|
8012
8065
|
name: 'Newton',
|
8013
8066
|
chain: 'NEW',
|
@@ -11680,6 +11733,42 @@ const chainArray = [
|
|
11680
11733
|
}
|
11681
11734
|
]
|
11682
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
|
+
},
|
11683
11772
|
{
|
11684
11773
|
name: 'BOSagora Mainnet',
|
11685
11774
|
chain: 'ETH',
|
@@ -12947,6 +13036,33 @@ const chainArray = [
|
|
12947
13036
|
}
|
12948
13037
|
]
|
12949
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
|
+
},
|
12950
13066
|
{
|
12951
13067
|
name: 'Bifrost Mainnet',
|
12952
13068
|
title: 'Bifrost Network Mainnet',
|
@@ -12970,6 +13086,26 @@ const chainArray = [
|
|
12970
13086
|
}
|
12971
13087
|
]
|
12972
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
|
+
},
|
12973
13109
|
{
|
12974
13110
|
name: 'Immu3 EVM',
|
12975
13111
|
chain: 'EVMCC',
|
@@ -16255,6 +16391,25 @@ const chainArray = [
|
|
16255
16391
|
}
|
16256
16392
|
]
|
16257
16393
|
},
|
16394
|
+
{
|
16395
|
+
name: 'GDCC TESTNET',
|
16396
|
+
chain: 'GDCC',
|
16397
|
+
icon: 'gdcc',
|
16398
|
+
rpc: [ 'https://testnet-rpc1.gdccscan.io' ],
|
16399
|
+
faucets: [],
|
16400
|
+
nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
|
16401
|
+
infoURL: 'https://gdcchain.com',
|
16402
|
+
shortName: 'GDCC',
|
16403
|
+
chainId: 7775,
|
16404
|
+
networkId: 7775,
|
16405
|
+
explorers: [
|
16406
|
+
{
|
16407
|
+
name: 'GDCC',
|
16408
|
+
url: 'https://testnet.gdccscan.io',
|
16409
|
+
standard: 'none'
|
16410
|
+
}
|
16411
|
+
]
|
16412
|
+
},
|
16258
16413
|
{
|
16259
16414
|
name: 'Rise of the Warbots Testnet',
|
16260
16415
|
chain: 'nmactest',
|
@@ -20416,6 +20571,25 @@ const chainArray = [
|
|
20416
20571
|
bridges: [ { url: 'https://sepolia-bridge.nanon.network' } ]
|
20417
20572
|
}
|
20418
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
|
+
},
|
20419
20593
|
{
|
20420
20594
|
name: 'Vizing Testnet',
|
20421
20595
|
title: 'Vizing Testnet',
|
@@ -20644,6 +20818,66 @@ const chainArray = [
|
|
20644
20818
|
}
|
20645
20819
|
]
|
20646
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
|
+
},
|
20647
20881
|
{
|
20648
20882
|
name: 'Ethersocial Network',
|
20649
20883
|
chain: 'ESN',
|
@@ -21890,6 +22124,30 @@ const chainArray = [
|
|
21890
22124
|
}
|
21891
22125
|
]
|
21892
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
|
+
},
|
21893
22151
|
{
|
21894
22152
|
name: 'DFK Chain',
|
21895
22153
|
chain: 'DFK',
|
@@ -22078,6 +22336,25 @@ const chainArray = [
|
|
22078
22336
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
22079
22337
|
}
|
22080
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
|
+
},
|
22081
22358
|
{
|
22082
22359
|
name: 'VELO Labs Mainnet',
|
22083
22360
|
chain: 'NOVA chain',
|
@@ -22394,14 +22671,28 @@ const chainArray = [
|
|
22394
22671
|
{
|
22395
22672
|
name: 'BOB',
|
22396
22673
|
chain: 'ETH',
|
22397
|
-
rpc: [],
|
22674
|
+
rpc: [ 'https://rpc.gobob.xyz', 'wss://rpc.gobob.xyz' ],
|
22398
22675
|
faucets: [],
|
22399
22676
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
22400
22677
|
infoURL: 'https://gobob.xyz',
|
22401
22678
|
shortName: 'bob',
|
22402
22679
|
chainId: 60808,
|
22403
22680
|
networkId: 60808,
|
22404
|
-
|
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
|
+
}
|
22405
22696
|
},
|
22406
22697
|
{
|
22407
22698
|
name: 'KaiChain',
|
@@ -23810,6 +24101,33 @@ const chainArray = [
|
|
23810
24101
|
}
|
23811
24102
|
]
|
23812
24103
|
},
|
24104
|
+
{
|
24105
|
+
name: 'Camp Testnet',
|
24106
|
+
chain: 'ETH',
|
24107
|
+
icon: 'camp',
|
24108
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
24109
|
+
rpc: [ 'https://rpc-camp-network-4xje7wy105.t.conduit.xyz' ],
|
24110
|
+
faucets: [ 'https://www.campnetwork.xyz/faucet' ],
|
24111
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
24112
|
+
infoURL: 'https://campaign-1.gitbook.io/camp-technical-docså',
|
24113
|
+
shortName: 'camp',
|
24114
|
+
chainId: 90354,
|
24115
|
+
networkId: 90354,
|
24116
|
+
slip44: 1,
|
24117
|
+
explorers: [
|
24118
|
+
{
|
24119
|
+
name: 'blockscout',
|
24120
|
+
url: 'https://explorerl2new-camp-network-4xje7wy105.t.conduit.xyz',
|
24121
|
+
icon: 'blockscout',
|
24122
|
+
standard: 'EIP3091'
|
24123
|
+
}
|
24124
|
+
],
|
24125
|
+
parent: {
|
24126
|
+
type: 'L2',
|
24127
|
+
chain: 'eip155-1',
|
24128
|
+
bridges: [ { url: 'https://camp-testnet-bridge.vercel.app/' } ]
|
24129
|
+
}
|
24130
|
+
},
|
23813
24131
|
{
|
23814
24132
|
name: 'Nautilus Trition Chain',
|
23815
24133
|
title: 'Nautilus Trition Testnet',
|
@@ -27294,6 +27612,27 @@ const chainArray = [
|
|
27294
27612
|
}
|
27295
27613
|
]
|
27296
27614
|
},
|
27615
|
+
{
|
27616
|
+
name: 'AmChain',
|
27617
|
+
title: 'AMC',
|
27618
|
+
chain: 'AmChain',
|
27619
|
+
icon: 'amc',
|
27620
|
+
rpc: [ 'https://node1.amchain.net' ],
|
27621
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
27622
|
+
faucets: [],
|
27623
|
+
nativeCurrency: { name: 'AMC', symbol: 'AMC', decimals: 18 },
|
27624
|
+
infoURL: 'https://hewe.io/',
|
27625
|
+
shortName: 'AMC',
|
27626
|
+
chainId: 999999,
|
27627
|
+
networkId: 999999,
|
27628
|
+
explorers: [
|
27629
|
+
{
|
27630
|
+
name: 'AMCAmChain explorer',
|
27631
|
+
url: 'https://explorer.amchain.net',
|
27632
|
+
standard: 'none'
|
27633
|
+
}
|
27634
|
+
]
|
27635
|
+
},
|
27297
27636
|
{
|
27298
27637
|
name: 'Netmind Chain Testnet',
|
27299
27638
|
title: 'NetMind Chain Testnet',
|
@@ -27776,14 +28115,19 @@ const chainArray = [
|
|
27776
28115
|
]
|
27777
28116
|
},
|
27778
28117
|
{
|
27779
|
-
name: 'Reactive
|
28118
|
+
name: 'Reactive Kopli',
|
28119
|
+
title: 'Reactive Network Testnet Kopli',
|
27780
28120
|
chain: 'REACT',
|
27781
|
-
rpc: [
|
28121
|
+
rpc: [
|
28122
|
+
'https://kopli-rpc.reactive.network',
|
28123
|
+
'http://kopli-rpc.rkt.ink'
|
28124
|
+
],
|
27782
28125
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
27783
|
-
faucets: [],
|
27784
|
-
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 },
|
27785
28128
|
infoURL: 'https://reactive.network',
|
27786
|
-
shortName: '
|
28129
|
+
shortName: 'kreact',
|
28130
|
+
icon: 'reactive',
|
27787
28131
|
chainId: 5318008,
|
27788
28132
|
networkId: 5318008,
|
27789
28133
|
explorers: [
|
@@ -29932,6 +30276,26 @@ const chainArray = [
|
|
29932
30276
|
networkId: 1666900001,
|
29933
30277
|
explorers: []
|
29934
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
|
+
},
|
29935
30299
|
{
|
29936
30300
|
name: 'RARI Chain Testnet',
|
29937
30301
|
chain: 'RARI',
|
@@ -30146,14 +30510,14 @@ const chainArray = [
|
|
30146
30510
|
status: 'active'
|
30147
30511
|
},
|
30148
30512
|
{
|
30149
|
-
name: 'Kakarot Sepolia',
|
30513
|
+
name: 'Kakarot Sepolia Deprecated',
|
30150
30514
|
chain: 'ETH',
|
30151
30515
|
icon: 'kakarot',
|
30152
30516
|
rpc: [],
|
30153
30517
|
faucets: [],
|
30154
30518
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
30155
30519
|
infoURL: 'https://kakarot.org',
|
30156
|
-
shortName: 'kkrt-sepolia',
|
30520
|
+
shortName: 'kkrt-sepolia-deprecated',
|
30157
30521
|
chainId: 107107114116,
|
30158
30522
|
networkId: 107107114116,
|
30159
30523
|
explorers: [],
|