Skip to content

Commit 230d4a1

Browse files
committed
Update chains based on latest data from chainId.network
1 parent be3d011 commit 230d4a1

File tree

3 files changed

+200
-28
lines changed

3 files changed

+200
-28
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": "62.0.0",
3+
"version": "63.0.0",
44
"description": "Helper module for getting EVM chains info.",
55
"author": "Revoke.cash",
66
"contributors": [

src/chains.ts

Lines changed: 185 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export const chains: Chains = {
2121
'https://rpc.mevblocker.io/noreverts',
2222
'https://rpc.mevblocker.io/fullprivacy',
2323
'https://eth.drpc.org',
24-
'wss://eth.drpc.org'
24+
'wss://eth.drpc.org',
25+
'https://api.securerpc.com/v1'
2526
],
2627
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
2728
faucets: [],
@@ -6058,9 +6059,9 @@ export const chains: Chains = {
60586059
'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
60596060
},
60606061
315: {
6061-
name: 'WEMblockchain MainNet',
6062+
name: 'WorldEcoMoney',
60626063
chain: 'WEM',
6063-
rpc: ['http://rpc.wemblockchain.com'],
6064+
rpc: ['https://rpc.wemblockchain.com'],
60646065
faucets: [],
60656066
nativeCurrency: { name: 'WEM Coin', symbol: 'WEM', decimals: 18 },
60666067
features: [
@@ -6074,13 +6075,17 @@ export const chains: Chains = {
60746075
shortName: 'wem',
60756076
chainId: 315,
60766077
networkId: 315,
6078+
icon: 'wem',
60776079
explorers: [
60786080
{
60796081
name: 'wemscan',
60806082
url: 'https://wemscan.com',
6083+
icon: 'wemscan',
60816084
standard: 'EIP3091'
60826085
}
6083-
]
6086+
],
6087+
iconURL:
6088+
'https://ipfs.io/ipfs/QmSuVbbBRAnquu3EsbsFgEMNgM8bTpiVKns2CCBVM6c2aJ'
60846089
},
60856090
321: {
60866091
name: 'KCC Mainnet',
@@ -12579,6 +12584,27 @@ export const chains: Chains = {
1257912584
iconURL:
1258012585
'https://ipfs.io/ipfs/bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i'
1258112586
},
12587+
1315: {
12588+
name: 'Story Homer Testnet',
12589+
chain: 'Story Homer Testnet',
12590+
rpc: ['https://devnet.storyrpc.io.'],
12591+
faucets: [],
12592+
nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
12593+
infoURL: 'https://story.foundation/',
12594+
icon: 'story',
12595+
shortName: 'styhmt',
12596+
chainId: 1315,
12597+
networkId: 1315,
12598+
explorers: [
12599+
{
12600+
name: 'blockscout',
12601+
url: 'https://devnet.storyscan.xyz',
12602+
standard: 'EIP3091'
12603+
}
12604+
],
12605+
iconURL:
12606+
'https://ipfs.io/ipfs/bafkreierdbo6kxvq5l353dqzg5qkaennz5s6hjp3nvmvyz2dx7gfka4nuu'
12607+
},
1258212608
1319: {
1258312609
name: 'AIA Mainnet',
1258412610
chain: 'AIA',
@@ -13648,7 +13674,7 @@ export const chains: Chains = {
1364813674
],
1364913675
parent: {
1365013676
type: 'L2',
13651-
chain: 'eip155-1',
13677+
chain: 'eip155-11155111',
1365213678
bridges: [{ url: 'https://sepolia-testnet-bridge.mintchain.io' }]
1365313679
},
1365413680
iconURL:
@@ -15381,21 +15407,21 @@ export const chains: Chains = {
1538115407
]
1538215408
},
1538315409
2020: {
15384-
name: 'PublicMint Mainnet',
15385-
title: 'Public Mint Mainnet',
15386-
chain: 'PublicMint',
15387-
rpc: ['https://rpc.publicmint.io:8545'],
15388-
faucets: [],
15389-
nativeCurrency: { name: 'USD', symbol: 'USD', decimals: 18 },
15390-
infoURL: 'https://publicmint.com',
15391-
shortName: 'pmint',
15410+
name: 'Ronin Mainnet',
15411+
title: 'Ronin',
15412+
chain: 'ronin',
15413+
rpc: ['https://api.roninchain.com/rpc'],
15414+
faucets: [],
15415+
nativeCurrency: { name: 'RON', symbol: 'RON', decimals: 18 },
15416+
infoURL: 'https://roninchain.com',
15417+
shortName: 'ron',
1539215418
chainId: 2020,
1539315419
networkId: 2020,
15394-
slip44: 60,
15420+
redFlags: ['reusedChainId'],
1539515421
explorers: [
1539615422
{
15397-
name: 'PublicMint Explorer',
15398-
url: 'https://explorer.publicmint.io',
15423+
name: 'Ronin Block Explorer',
15424+
url: 'https://app.roninchain.com',
1539915425
standard: 'EIP3091'
1540015426
}
1540115427
]
@@ -17638,16 +17664,31 @@ export const chains: Chains = {
1763817664
2741: {
1763917665
name: 'Abstract',
1764017666
chain: 'Abstract',
17641-
rpc: [],
17667+
rpc: ['https://api.mainnet.abs.xyz'],
1764217668
faucets: [],
1764317669
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
1764417670
infoURL: 'https://abs.xyz',
1764517671
shortName: 'abstract',
1764617672
chainId: 2741,
1764717673
networkId: 2741,
1764817674
icon: 'abstract',
17649-
explorers: [],
17650-
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
17675+
explorers: [
17676+
{
17677+
name: 'Etherscan',
17678+
url: 'https://abscan.org',
17679+
standard: 'EIP3091'
17680+
},
17681+
{
17682+
name: 'Abstract Explorer',
17683+
url: 'https://explorer.mainnet.abs.xyz',
17684+
standard: 'EIP3091'
17685+
}
17686+
],
17687+
parent: {
17688+
type: 'L2',
17689+
chain: 'eip155-1',
17690+
bridges: [{ url: 'https://portal.mainnet.abs.xyz/bridge' }]
17691+
},
1765117692
iconURL:
1765217693
'https://ipfs.io/ipfs/QmSRp5BGvwW9xmNNiRwZkJiTnjkyeQFU8Fy2BYwaBVJn58'
1765317694
},
@@ -24087,26 +24128,32 @@ export const chains: Chains = {
2408724128
8086: {
2408824129
name: 'Bitcoin Chain',
2408924130
chain: 'BTC',
24131+
icon: 'BTCChain',
2409024132
rpc: ['https://rpc.bitcoinevm.org'],
2409124133
faucets: [],
2409224134
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
2409324135
infoURL: 'https://bitcoinevm.org',
2409424136
shortName: 'Bitcoin',
2409524137
chainId: 8086,
2409624138
networkId: 8086,
24097-
explorers: []
24139+
explorers: [],
24140+
iconURL:
24141+
'https://ipfs.io/ipfs/bafkreib6is2nmoadrbvigzrd54z53eya5whfmyeukrl5mfxmskvbw5juxa'
2409824142
},
2409924143
8087: {
2410024144
name: 'E-Dollar',
2410124145
chain: 'USD',
24146+
icon: 'edollar',
2410224147
rpc: ['https://rpc.e-dollar.org'],
2410324148
faucets: [],
2410424149
nativeCurrency: { name: 'E-Dollar', symbol: 'USD', decimals: 18 },
2410524150
infoURL: 'https://e-dollar.org',
2410624151
shortName: 'E-Dollar',
2410724152
chainId: 8087,
2410824153
networkId: 8087,
24109-
explorers: []
24154+
explorers: [],
24155+
iconURL:
24156+
'https://ipfs.io/ipfs/bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle'
2411024157
},
2411124158
8098: {
2411224159
name: 'StreamuX Blockchain',
@@ -25289,6 +25336,35 @@ export const chains: Chains = {
2528925336
iconURL:
2529025337
'https://ipfs.io/ipfs/QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c'
2529125338
},
25339+
9003: {
25340+
name: 'Qubetics Testnet',
25341+
chain: 'Qubetics Testnet',
25342+
rpc: [
25343+
'https://alphatestnet-evm-rpc.qubetics.work/',
25344+
'wss://wss-testnet-nodes.shidoscan.com'
25345+
],
25346+
faucets: ['https://alphatestnet-explorer.qubetics.work/faucet'],
25347+
nativeCurrency: {
25348+
name: 'Qubetics Testnet Token',
25349+
symbol: 'TICS',
25350+
decimals: 18
25351+
},
25352+
infoURL: 'https://www.qubetics.com/',
25353+
shortName: 'Qubetics',
25354+
chainId: 9003,
25355+
networkId: 9003,
25356+
icon: 'qubetics',
25357+
explorers: [
25358+
{
25359+
name: 'Qubetics Testnet Explorer',
25360+
url: 'https://testnet.shidoscan.com',
25361+
standard: 'none',
25362+
icon: 'qubetics'
25363+
}
25364+
],
25365+
iconURL:
25366+
'https://ipfs.io/ipfs/bafkreigsioq2bd4c6slficwtzjq6gbti2c4vhzjlsjtihz2b762j4zjqhy'
25367+
},
2529225368
9007: {
2529325369
name: 'Shido Testnet Block',
2529425370
chain: 'Shido Testnet',
@@ -26571,7 +26647,7 @@ export const chains: Chains = {
2657126647
name: 'Monad Testnet',
2657226648
chain: 'MON',
2657326649
icon: 'monad',
26574-
rpc: [],
26650+
rpc: ['https://testnet-rpc.monad.xyz'],
2657526651
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
2657626652
faucets: [],
2657726653
nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18 },
@@ -26580,7 +26656,13 @@ export const chains: Chains = {
2658026656
chainId: 10143,
2658126657
networkId: 10143,
2658226658
slip44: 1,
26583-
explorers: [],
26659+
explorers: [
26660+
{
26661+
name: 'Monad Testnet Explorer',
26662+
url: 'https://testnet.monadexplorer.com',
26663+
standard: 'EIP3091'
26664+
}
26665+
],
2658426666
iconURL:
2658526667
'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
2658626668
},
@@ -32885,6 +32967,33 @@ export const chains: Chains = {
3288532967
networkId: 49797,
3288632968
slip44: 1
3288732969
},
32970+
50000: {
32971+
name: 'Citronus',
32972+
chain: 'Citronus',
32973+
rpc: ['https://rpc.citronus.com'],
32974+
faucets: [],
32975+
nativeCurrency: { name: 'CITRO', symbol: 'CITRO', decimals: 18 },
32976+
infoURL: 'https://citronus.com',
32977+
shortName: 'citro',
32978+
chainId: 50000,
32979+
networkId: 50000,
32980+
icon: 'citro',
32981+
explorers: [
32982+
{
32983+
name: 'citro',
32984+
url: 'https://explorer.citronus.com',
32985+
icon: 'citro',
32986+
standard: 'EIP3091'
32987+
}
32988+
],
32989+
parent: {
32990+
type: 'L2',
32991+
chain: 'eip155-1',
32992+
bridges: [{ url: 'https://bridge.gelato.network/bridge/citronus' }]
32993+
},
32994+
iconURL:
32995+
'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2ws'
32996+
},
3288832997
50001: {
3288932998
name: 'Liveplex OracleEVM',
3289032999
chain: 'Liveplex OracleEVM Network',
@@ -39369,6 +39478,29 @@ export const chains: Chains = {
3936939478
iconURL:
3937039479
'https://ipfs.io/ipfs/bafkreigpxhu7glccsislhjqpl5fnsfmj2io4cy33blhky642uiuyojossy'
3937139480
},
39481+
224400: {
39482+
name: 'CONET Mainnet',
39483+
chain: 'CONET Mainnet',
39484+
rpc: ['https://mainnet-rpc.conet.network'],
39485+
faucets: [],
39486+
nativeCurrency: { name: 'CONET ETH', symbol: 'ETH', decimals: 18 },
39487+
features: [{ name: 'EIP155' }],
39488+
infoURL: 'https://conet.network',
39489+
shortName: 'conet-mainnet',
39490+
chainId: 224400,
39491+
networkId: 224400,
39492+
slip44: 2147708048,
39493+
icon: 'conet',
39494+
explorers: [
39495+
{
39496+
name: 'CONET Mainnet Explorer',
39497+
url: 'https://mainnet.conet.network',
39498+
standard: 'EIP3091'
39499+
}
39500+
],
39501+
iconURL:
39502+
'https://ipfs.io/ipfs/bafkreibjxqd5kqcc2shstjjujvxzg6cwegwr6dgjyyd56v6h7yusgks7sy'
39503+
},
3937239504
224422: {
3937339505
name: 'CONET Sebolia Testnet',
3937439506
chain: 'CONET',
@@ -46646,6 +46778,36 @@ export const chains: Chains = {
4664646778
}
4664746779
]
4664846780
},
46781+
1278060416: {
46782+
name: 'OFFICIAL VASYL',
46783+
title: 'OFFICIAL VASYL',
46784+
chain: 'Official-Vasyl',
46785+
rpc: ['https://rpc.official-vasyl.network'],
46786+
faucets: ['https://faucet.official-vasyl.network'],
46787+
nativeCurrency: { name: 'OFFICIAL VASYL', symbol: 'VASYL', decimals: 18 },
46788+
infoURL: 'official-vasyl.network',
46789+
shortName: 'Vasyl',
46790+
chainId: 1278060416,
46791+
networkId: 1278060416,
46792+
icon: 'vasyl',
46793+
explorers: [
46794+
{
46795+
name: 'Official Vasyl Explorer',
46796+
url: 'https://explorer.official-vasyl.network',
46797+
icon: 'vasyl',
46798+
standard: 'EIP3091'
46799+
}
46800+
],
46801+
parent: {
46802+
type: 'L2',
46803+
chain: 'eip155-11155111',
46804+
bridges: [{ url: 'https://bridge.official-vasyl.network' }]
46805+
},
46806+
features: [{ name: 'EIP155' }],
46807+
status: 'active',
46808+
iconURL:
46809+
'https://ipfs.io/ipfs/bafkreib454hflqzfcvpsmk43mkgwsj3ds36olbf2nidtr4kppfk2ghpu2q'
46810+
},
4664946811
1313161554: {
4665046812
name: 'Aurora Mainnet',
4665146813
chain: 'NEAR',

0 commit comments

Comments
 (0)