Skip to content

Commit bff5afb

Browse files
committed
Update chains based on latest data from chainId.network
1 parent 5c1ade2 commit bff5afb

File tree

3 files changed

+91
-55
lines changed

3 files changed

+91
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@revoke.cash/chains",
3-
"version": "67.0.0",
3+
"version": "68.0.0",
44
"description": "Helper module for getting EVM chains info.",
55
"author": "Revoke.cash",
66
"contributors": [

src/chains.ts

Lines changed: 84 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3162,18 +3162,18 @@ export const chains: Chains = {
31623162
'https://ipfs.io/ipfs/Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec'
31633163
},
31643164
140: {
3165-
name: 'Eternal Mainnet',
3166-
chain: 'ETE',
3167-
icon: 'eternal',
3165+
name: 'Eteria Mainnet',
3166+
chain: 'ERA',
3167+
icon: 'eteria',
31683168
rpc: [
31693169
'https://mainnet.eternalcoin.io/v1',
31703170
'ws://mainnet.eternalcoin.io/v1/ws'
31713171
],
31723172
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
31733173
faucets: [],
3174-
nativeCurrency: { name: 'Eternal', symbol: 'ETE', decimals: 18 },
3175-
infoURL: 'https://eternalcoin.io',
3176-
shortName: 'ETE',
3174+
nativeCurrency: { name: 'Eteria', symbol: 'ERA', decimals: 18 },
3175+
infoURL: 'https://eteria.io',
3176+
shortName: 'ERA',
31773177
chainId: 140,
31783178
networkId: 140,
31793179
iconURL:
@@ -13015,6 +13015,7 @@ export const chains: Chains = {
1301513015
shortName: 'sei',
1301613016
chainId: 1329,
1301713017
networkId: 1329,
13018+
slip44: 19000118,
1301813019
icon: 'seiv2',
1301913020
explorers: [
1302013021
{
@@ -20590,6 +20591,36 @@ export const chains: Chains = {
2059020591
iconURL:
2059120592
'https://ipfs.io/ipfs/QmULpMFUvKSmJT8sWXS3WDnTm4EacgRbsEynDenpxcfrAj'
2059220593
},
20594+
4207: {
20595+
name: 'Layer Edge Mainnet',
20596+
title: 'EDGEN',
20597+
chain: 'EDGEN',
20598+
rpc: [
20599+
'https://layeredge-mainnet-evm.itrocket.net',
20600+
'https://layeredge.rpc.subquery.network/public',
20601+
'https://rpc.layeredge.io',
20602+
'https://rpc2.layeredge.io',
20603+
'https://rpc.layeredge.foundation',
20604+
'https://rpc2.layeredge.foundation'
20605+
],
20606+
faucets: [],
20607+
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
20608+
infoURL: 'https://layeredge.io',
20609+
shortName: 'LayerEdge',
20610+
chainId: 4207,
20611+
networkId: 4207,
20612+
icon: 'edgen',
20613+
explorers: [
20614+
{
20615+
name: 'Layer Edge Explorer',
20616+
url: 'https://edgenscan.io',
20617+
icon: 'edgen',
20618+
standard: 'EIP3091'
20619+
}
20620+
],
20621+
iconURL:
20622+
'https://ipfs.io/ipfs/QmVwYkRWgXgoYDPgBFntxWYFquKusuMMVc8TG5hrEVnXLV'
20623+
},
2059320624
4242: {
2059420625
name: 'Nexi Mainnet',
2059520626
chain: 'Nexi',
@@ -39225,31 +39256,21 @@ export const chains: Chains = {
3922539256
name: 'Plume Devnet (Legacy)',
3922639257
title: 'Plume Sepolia L2 Rollup Devnet (Legacy)',
3922739258
chain: 'PLUME Devnet Legacy',
39228-
rpc: [
39229-
'https://test-rpc.plumenetwork.xyz',
39230-
'wss://test-rpc.plumenetwork.xyz'
39231-
],
39259+
rpc: [],
3923239260
faucets: [],
3923339261
nativeCurrency: {
3923439262
name: 'Plume Sepolia Ether',
3923539263
symbol: 'ETH',
3923639264
decimals: 18
3923739265
},
39238-
infoURL: 'https://plumenetwork.xyz/',
39266+
infoURL: 'https://plume.org',
3923939267
shortName: 'plume-devnet',
3924039268
chainId: 98864,
3924139269
networkId: 98864,
3924239270
slip44: 1,
3924339271
icon: 'plume',
3924439272
status: 'deprecated',
39245-
explorers: [
39246-
{
39247-
name: 'Blockscout',
39248-
url: 'https://test-explorer.plumenetwork.xyz',
39249-
icon: 'blockscout',
39250-
standard: 'EIP3091'
39251-
}
39252-
],
39273+
explorers: [],
3925339274
parent: { type: 'L2', chain: 'eip155-11155111' },
3925439275
iconURL:
3925539276
'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
@@ -39258,60 +39279,47 @@ export const chains: Chains = {
3925839279
name: 'Plume (Legacy)',
3925939280
title: 'Plume Ethereum L2 Rollup Mainnet (Legacy)',
3926039281
chain: 'PLUME Legacy',
39261-
rpc: ['https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz'],
39282+
rpc: [],
3926239283
faucets: [],
3926339284
nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
39264-
infoURL: 'https://plumenetwork.xyz/',
39285+
infoURL: 'https://plume.org',
3926539286
shortName: 'plume',
3926639287
chainId: 98865,
3926739288
networkId: 98865,
3926839289
slip44: 1,
3926939290
icon: 'plume',
39270-
explorers: [
39271-
{
39272-
name: 'Blockscout',
39273-
url: 'https://explorer.plumenetwork.xyz',
39274-
icon: 'blockscout',
39275-
standard: 'EIP3091'
39276-
}
39277-
],
39278-
parent: {
39279-
type: 'L2',
39280-
chain: 'eip155-1',
39281-
bridges: [{ url: 'https://bridge.plumenetwork.xyz' }]
39282-
},
39291+
status: 'deprecated',
39292+
explorers: [],
39293+
parent: { type: 'L2', chain: 'eip155-1' },
3928339294
iconURL:
3928439295
'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
3928539296
},
3928639297
98866: {
3928739298
name: 'Plume Mainnet',
3928839299
title: 'Plume Ethereum L2 Rollup Mainnet',
3928939300
chain: 'PLUME',
39290-
rpc: [
39291-
'https://phoenix-rpc.plumenetwork.xyz',
39292-
'wss://phoenix-rpc.plumenetwork.xyz'
39293-
],
39301+
rpc: ['https://rpc.plume.org', 'wss://rpc.plume.org'],
3929439302
faucets: [],
3929539303
nativeCurrency: { name: 'Plume', symbol: 'PLUME', decimals: 18 },
39296-
infoURL: 'https://plumenetwork.xyz/',
39304+
infoURL: 'https://plume.org',
3929739305
shortName: 'plume-mainnet',
3929839306
chainId: 98866,
3929939307
networkId: 98866,
3930039308
slip44: 1,
3930139309
icon: 'plume',
39302-
status: 'incubating',
39310+
status: 'active',
3930339311
explorers: [
3930439312
{
3930539313
name: 'Blockscout',
39306-
url: 'https://phoenix-explorer.plumenetwork.xyz',
39314+
url: 'https://explorer.plume.org',
3930739315
icon: 'blockscout',
3930839316
standard: 'EIP3091'
3930939317
}
3931039318
],
3931139319
parent: {
3931239320
type: 'L2',
3931339321
chain: 'eip155-1',
39314-
bridges: [{ url: 'https://bridge.plumenetwork.xyz' }]
39322+
bridges: [{ url: 'https://bridge.plume.org' }]
3931539323
},
3931639324
iconURL:
3931739325
'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
@@ -39320,31 +39328,28 @@ export const chains: Chains = {
3932039328
name: 'Plume Testnet',
3932139329
title: 'Plume Sepolia L2 Rollup Testnet',
3932239330
chain: 'PLUME Testnet',
39323-
rpc: [
39324-
'https://testnet-rpc.plumenetwork.xyz',
39325-
'wss://testnet-rpc.plumenetwork.xyz'
39326-
],
39327-
faucets: ['https://faucet.plumenetwork.xyz'],
39331+
rpc: ['https://testnet-rpc.plume.org', 'wss://testnet-rpc.plume.org'],
39332+
faucets: ['https://faucet.plume.org'],
3932839333
nativeCurrency: { name: 'Plume', symbol: 'PLUME', decimals: 18 },
39329-
infoURL: 'https://plumenetwork.xyz/',
39334+
infoURL: 'https://plume.org',
3933039335
shortName: 'plume-testnet',
3933139336
chainId: 98867,
3933239337
networkId: 98867,
3933339338
slip44: 1,
3933439339
icon: 'plume',
39335-
status: 'incubating',
39340+
status: 'active',
3933639341
explorers: [
3933739342
{
3933839343
name: 'Blockscout',
39339-
url: 'https://testnet-explorer.plumenetwork.xyz',
39344+
url: 'https://testnet-explorer.plume.org',
3934039345
icon: 'blockscout',
3934139346
standard: 'EIP3091'
3934239347
}
3934339348
],
3934439349
parent: {
3934539350
type: 'L2',
3934639351
chain: 'eip155-11155111',
39347-
bridges: [{ url: 'https://testnet-bridge.plumenetwork.xyz' }]
39352+
bridges: [{ url: 'https://testnet-bridge.plume.org' }]
3934839353
},
3934939354
iconURL:
3935039355
'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
@@ -43970,6 +43975,33 @@ export const chains: Chains = {
4397043975
}
4397143976
]
4397243977
},
43978+
560013: {
43979+
name: 'Rogue Chain',
43980+
chainId: 560013,
43981+
shortName: 'rogue',
43982+
chain: 'ROGUE',
43983+
networkId: 560013,
43984+
icon: 'rogue',
43985+
nativeCurrency: { name: 'Rogue', symbol: 'ROGUE', decimals: 18 },
43986+
rpc: ['https://rpc.roguechain.io/rpc', 'wss://rpc.roguechain.io/ws'],
43987+
faucets: [],
43988+
explorers: [
43989+
{
43990+
name: 'Roguescan',
43991+
url: 'https://roguescan.io',
43992+
icon: 'rogue',
43993+
standard: 'EIP3091'
43994+
}
43995+
],
43996+
infoURL: 'https://roguechain.io',
43997+
parent: {
43998+
type: 'L2',
43999+
chain: 'eip155-42161',
44000+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
44001+
},
44002+
iconURL:
44003+
'https://ipfs.io/ipfs/Qmay8Z3yhJR4st6iAVmqTdM6nFc9zYSPq4tucDaiPheAjE'
44004+
},
4397344005
560048: {
4397444006
name: 'Ethereum Hoodi',
4397544007
title: 'Ethereum Testnet Hoodi',
@@ -49100,7 +49132,7 @@ export const chains: Chains = {
4910049132
symbol: 'ETH',
4910149133
decimals: 18
4910249134
},
49103-
infoURL: 'https://plumenetwork.xyz/',
49135+
infoURL: 'https://plume.org',
4910449136
shortName: 'plume-testnet-legacy',
4910549137
chainId: 161221135,
4910649138
networkId: 161221135,

src/enums.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export enum ChainName {
138138
PolygonMainnet = 'Polygon Mainnet',
139139
DefiOracleMetaMainnet = 'Defi Oracle Meta Mainnet',
140140
WoopChainMainnet = 'WoopChain Mainnet',
141-
EternalMainnet = 'Eternal Mainnet',
141+
EteriaMainnet = 'Eteria Mainnet',
142142
OpenpieceTestnet = 'Openpiece Testnet',
143143
DAXCHAIN = 'DAX CHAIN',
144144
MonadMainnet = 'Monad Mainnet',
@@ -934,6 +934,7 @@ export enum ChainName {
934934
LUKSOTestnet = 'LUKSO Testnet',
935935
LiskSepoliaTestnet = 'Lisk Sepolia Testnet',
936936
MerlinErigonTestnet = 'Merlin Erigon Testnet',
937+
LayerEdgeMainnet = 'Layer Edge Mainnet',
937938
NexiMainnet = 'Nexi Mainnet',
938939
NexiV2Mainnet = 'Nexi V2 Mainnet',
939940
LaikaTestnet = 'Laika Testnet',
@@ -1991,6 +1992,7 @@ export enum ChainName {
19911992
XsollaZKSepoliaTestnet = 'Xsolla ZK Sepolia Testnet',
19921993
DustBoyIoT = 'DustBoy IoT',
19931994
HetuTestnet = 'Hetu Testnet',
1995+
RogueChain = 'Rogue Chain',
19941996
EthereumHoodi = 'Ethereum Hoodi',
19951997
DJTTestnet = 'DJT Testnet',
19961998
HypraMainnet = 'Hypra Mainnet',
@@ -2473,7 +2475,7 @@ export enum ChainId {
24732475
PolygonMainnet = 137,
24742476
DefiOracleMetaMainnet = 138,
24752477
WoopChainMainnet = 139,
2476-
EternalMainnet = 140,
2478+
EteriaMainnet = 140,
24772479
OpenpieceTestnet = 141,
24782480
DAXCHAIN = 142,
24792481
MonadMainnet = 143,
@@ -3269,6 +3271,7 @@ export enum ChainId {
32693271
LUKSOTestnet = 4201,
32703272
LiskSepoliaTestnet = 4202,
32713273
MerlinErigonTestnet = 4203,
3274+
LayerEdgeMainnet = 4207,
32723275
NexiMainnet = 4242,
32733276
NexiV2Mainnet = 4243,
32743277
LaikaTestnet = 4269,
@@ -4326,6 +4329,7 @@ export enum ChainId {
43264329
XsollaZKSepoliaTestnet = 555777,
43274330
DustBoyIoT = 555888,
43284331
HetuTestnet = 560000,
4332+
RogueChain = 560013,
43294333
EthereumHoodi = 560048,
43304334
DJTTestnet = 621847,
43314335
HypraMainnet = 622277,

0 commit comments

Comments
 (0)