Skip to content

Commit 86d7b37

Browse files
Update chains based on latest data from chainId.network (#79)
Co-authored-by: rkalis <[email protected]>
1 parent 2d92efd commit 86d7b37

File tree

3 files changed

+186
-20
lines changed

3 files changed

+186
-20
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": "70.0.0",
3+
"version": "71.0.0",
44
"description": "Helper module for getting EVM chains info.",
55
"author": "Revoke.cash",
66
"contributors": [

src/chains.ts

Lines changed: 169 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@ export const chains: Chains = {
38223822
chain: 'ENI',
38233823
rpc: ['https://rpc.eniac.network'],
38243824
faucets: [],
3825-
nativeCurrency: { name: 'ENI', symbol: 'ENI', decimals: 18 },
3825+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
38263826
infoURL: 'https://eniac.network/',
38273827
shortName: 'eni',
38283828
chainId: 173,
@@ -3902,8 +3902,8 @@ export const chains: Chains = {
39023902
parent: { type: 'L2', chain: 'eip155-1' }
39033903
},
39043904
178: {
3905-
name: 'ABEY Testnet',
3906-
chain: 'ABEY',
3905+
name: 'Abey Testnet',
3906+
chain: 'Abey',
39073907
rpc: ['https://testrpc.abeychain.com'],
39083908
features: [{ name: 'EIP155' }],
39093909
faucets: ['https://testnet-faucet.abeychain.com'],
@@ -3912,17 +3912,21 @@ export const chains: Chains = {
39123912
shortName: 'abeyt',
39133913
chainId: 178,
39143914
networkId: 178,
3915+
icon: 'abey',
39153916
explorers: [
39163917
{
39173918
name: 'abeyscan-testnet',
39183919
url: 'https://testnet.abeyscan.com',
3920+
icon: 'abey',
39193921
standard: 'EIP3091'
39203922
}
3921-
]
3923+
],
3924+
iconURL:
3925+
'https://ipfs.io/ipfs/bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se'
39223926
},
39233927
179: {
3924-
name: 'ABEY Mainnet',
3925-
chain: 'ABEY',
3928+
name: 'Abey Mainnet',
3929+
chain: 'Abey',
39263930
rpc: ['https://rpc.abeychain.com'],
39273931
features: [{ name: 'EIP155' }],
39283932
faucets: [],
@@ -3931,13 +3935,17 @@ export const chains: Chains = {
39313935
shortName: 'abey',
39323936
chainId: 179,
39333937
networkId: 179,
3938+
icon: 'abey',
39343939
explorers: [
39353940
{
39363941
name: 'abeyscan',
39373942
url: 'https://abeyscan.com',
3943+
icon: 'abey',
39383944
standard: 'EIP3091'
39393945
}
3940-
]
3946+
],
3947+
iconURL:
3948+
'https://ipfs.io/ipfs/bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se'
39413949
},
39423950
180: {
39433951
name: 'AME Chain Mainnet',
@@ -13945,6 +13953,32 @@ export const chains: Chains = {
1394513953
iconURL:
1394613954
'https://ipfs.io/ipfs/QmQnf8Fp3xVimXszkCt7EfKWjUzGWK9HBq9EQ8xXbm1APH'
1394713955
},
13956+
1612: {
13957+
name: 'OpenLedger Mainnet',
13958+
chain: 'OpenLedger',
13959+
rpc: ['https://rpc.openledger.xyz'],
13960+
faucets: [],
13961+
nativeCurrency: { name: 'Open', symbol: 'OPEN', decimals: 18 },
13962+
infoURL: 'https://www.openledger.xyz',
13963+
shortName: 'open',
13964+
chainId: 1612,
13965+
networkId: 1612,
13966+
icon: 'openledger',
13967+
explorers: [
13968+
{
13969+
name: 'OpenLedger Explorer',
13970+
url: 'https://scan.openledger.xyz',
13971+
standard: 'EIP3091'
13972+
}
13973+
],
13974+
parent: {
13975+
type: 'L2',
13976+
chain: 'eip155-1',
13977+
bridges: [{ url: 'https://bridge.openledger.xyz/' }]
13978+
},
13979+
iconURL:
13980+
'https://ipfs.io/ipfs/bafkreia37de5s5jtm5t74jtbx5clas3dnbojnrue7ls7ricbnr4kmgcfca'
13981+
},
1394813982
1617: {
1394913983
name: 'Ethereum Inscription Mainnet',
1395013984
chain: 'ETINS',
@@ -22828,6 +22862,32 @@ export const chains: Chains = {
2282822862
}
2282922863
]
2283022864
},
22865+
5887: {
22866+
name: 'MANTRACHAIN Testnet',
22867+
chain: 'Dukong',
22868+
rpc: [
22869+
'https://evm.dukong.mantrachain.io',
22870+
'wss://evm.dukong.mantrachain.io/ws'
22871+
],
22872+
faucets: ['https://faucet.dukong.mantrachain.io'],
22873+
nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
22874+
infoURL: 'https://mantrachain.io',
22875+
shortName: 'dukong',
22876+
chainId: 5887,
22877+
networkId: 5887,
22878+
slip44: 1,
22879+
icon: 'om',
22880+
explorers: [
22881+
{
22882+
name: 'Dukong Explorer',
22883+
url: 'http://mantrascan.io',
22884+
standard: 'none',
22885+
icon: 'om'
22886+
}
22887+
],
22888+
iconURL:
22889+
'https://ipfs.io/ipfs/bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu'
22890+
},
2283122891
6000: {
2283222892
name: 'BounceBit Testnet',
2283322893
chain: 'BounceBit',
@@ -27292,27 +27352,62 @@ export const chains: Chains = {
2729227352
bridges: [{ url: 'https://gateway.boba.network' }]
2729327353
}
2729427354
},
27355+
9745: {
27356+
name: 'Plasma Mainnet',
27357+
chain: 'Plasma',
27358+
rpc: ['https://rpc.plasma.to'],
27359+
faucets: [],
27360+
nativeCurrency: { name: 'Plasma', symbol: 'XPL', decimals: 18 },
27361+
infoURL: 'https://plasma.to',
27362+
shortName: 'plasma',
27363+
chainId: 9745,
27364+
networkId: 9745,
27365+
icon: 'plasma',
27366+
explorers: [
27367+
{
27368+
name: 'Routescan',
27369+
url: 'https://plasmascan.to',
27370+
standard: 'EIP3091'
27371+
}
27372+
],
27373+
iconURL:
27374+
'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
27375+
},
2729527376
9746: {
2729627377
name: 'Plasma Testnet',
2729727378
chain: 'Plasma',
2729827379
rpc: ['https://testnet-rpc.plasma.to'],
2729927380
faucets: [],
2730027381
nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
2730127382
infoURL: 'https://plasma.to',
27302-
shortName: 'plasma',
27383+
shortName: 'plasma-testnet',
2730327384
chainId: 9746,
2730427385
networkId: 9746,
2730527386
icon: 'plasma',
2730627387
explorers: [
2730727388
{
27308-
name: 'RouteScan',
27309-
url: 'https://testnet.plasmaexplorer.io',
27310-
icon: 'plasma',
27389+
name: 'Routescan',
27390+
url: 'https://testnet.plasmascan.to',
2731127391
standard: 'EIP3091'
2731227392
}
2731327393
],
2731427394
iconURL:
27315-
'https://ipfs.io/ipfs/QmV34vcJ1sDpUyDJkskLv77H99Nxn8qRf6TvscJcywYwG6'
27395+
'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
27396+
},
27397+
9747: {
27398+
name: 'Plasma Devnet',
27399+
chain: 'Plasma',
27400+
rpc: ['https://devnet-rpc.plasma.to'],
27401+
faucets: [],
27402+
nativeCurrency: { name: 'Devnet Plasma', symbol: 'XPL', decimals: 18 },
27403+
infoURL: 'https://plasma.to',
27404+
shortName: 'plasma-devnet',
27405+
chainId: 9747,
27406+
networkId: 9747,
27407+
icon: 'plasma',
27408+
explorers: [],
27409+
iconURL:
27410+
'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
2731627411
},
2731727412
9768: {
2731827413
name: 'MainnetZ Testnet',
@@ -34017,6 +34112,11 @@ export const chains: Chains = {
3401734112
rpc: ['https://forno.celo.org', 'wss://forno.celo.org/ws'],
3401834113
faucets: [],
3401934114
infoURL: 'https://docs.celo.org/',
34115+
parent: {
34116+
type: 'L2',
34117+
chain: 'eip155-1',
34118+
bridges: [{ url: 'https://superbridge.app/celo' }]
34119+
},
3402034120
explorers: [
3402134121
{
3402234122
name: 'Celoscan',
@@ -34025,8 +34125,8 @@ export const chains: Chains = {
3402534125
},
3402634126
{
3402734127
name: 'blockscout',
34028-
url: 'https://explorer.celo.org',
34029-
standard: 'none'
34128+
url: 'https://celo.blockscout.com',
34129+
standard: 'EIP3091'
3403034130
}
3403134131
]
3403234132
},
@@ -40710,6 +40810,29 @@ export const chains: Chains = {
4071040810
iconURL:
4071140811
'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
4071240812
},
40813+
120893: {
40814+
name: 'Sova Sepolia Testnet',
40815+
chain: 'ETH',
40816+
icon: 'sova',
40817+
rpc: ['https://rpc.testnet.sova.io'],
40818+
faucets: [],
40819+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
40820+
infoURL: 'https://sova.io',
40821+
shortName: 'sovasep',
40822+
chainId: 120893,
40823+
networkId: 120893,
40824+
slip44: 1,
40825+
explorers: [
40826+
{
40827+
name: 'blockscout',
40828+
url: 'https://explorer.testnet.sova.io',
40829+
icon: 'blockscout',
40830+
standard: 'EIP3091'
40831+
}
40832+
],
40833+
iconURL:
40834+
'https://ipfs.io/ipfs/bafkreid7xn7bs3l66axinbq25gl7ypdlwbinnbit4bz3qcy36fia4icrgm'
40835+
},
4071340836
121212: {
4071440837
name: 'Rome Devnet Esquiline',
4071540838
chain: 'ROME',
@@ -47335,7 +47458,7 @@ export const chains: Chains = {
4733547458
chain: 'ENI',
4733647459
rpc: ['https://rpc-testnet.eniac.network'],
4733747460
faucets: [],
47338-
nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
47461+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
4733947462
infoURL: 'https://eniac.network/',
4734047463
shortName: 'eni-test',
4734147464
chainId: 6912115,
@@ -47862,6 +47985,37 @@ export const chains: Chains = {
4786247985
iconURL:
4786347986
'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
4786447987
},
47988+
11142220: {
47989+
name: 'Celo Sepolia Testnet',
47990+
chainId: 11142220,
47991+
shortName: 'celo-sep',
47992+
chain: 'CELO',
47993+
networkId: 11142220,
47994+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
47995+
slip44: 60,
47996+
nativeCurrency: { name: 'CELO-S', symbol: 'CELO', decimals: 18 },
47997+
parent: {
47998+
type: 'L2',
47999+
chain: 'eip155-11155111',
48000+
bridges: [
48001+
{
48002+
url:
48003+
'https://superbridge.app/?fromChainId=11155111&toChainId=11142220'
48004+
}
48005+
]
48006+
},
48007+
rpc: ['https://forno.celo-sepolia.celo-testnet.org'],
48008+
faucets: ['https://faucet.celo.org'],
48009+
infoURL: 'https://docs.celo.org',
48010+
explorers: [
48011+
{
48012+
name: 'Celo Sepolia Explorer',
48013+
url: 'https://celo-sepolia.blockscout.com',
48014+
icon: 'blockscout',
48015+
standard: 'EIP3091'
48016+
}
48017+
]
48018+
},
4786548019
11145513: {
4786648020
name: 'Blessnet Sepolia',
4786748021
chain: 'ETH',

0 commit comments

Comments
 (0)