Skip to content

Commit dc6c4e6

Browse files
committed
Update chains based on latest data from chainId.network
1 parent 744545e commit dc6c4e6

3 files changed

Lines changed: 128 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/RevokeCash/chains.git"
66
},
7-
"version": "75.0.0",
7+
"version": "75.1.0",
88
"description": "Helper module for getting EVM chains info.",
99
"author": "Revoke.cash",
1010
"contributors": [

src/chains.ts

Lines changed: 119 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13011,6 +13011,32 @@ export const chains: Chains = {
1301113011
iconURL:
1301213012
'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
1301313013
},
13014+
1270: {
13015+
name: 'Irys Testnet V1',
13016+
chain: 'IRYS',
13017+
rpc: [
13018+
'https://testnet-rpc.irys.xyz/v1/execution-rpc',
13019+
'https://testnet-rpc-2.irys.xyz/v1/execution-rpc'
13020+
],
13021+
faucets: [],
13022+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
13023+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
13024+
infoURL: 'https://irys.xyz',
13025+
shortName: 'irys-testnet-v1',
13026+
chainId: 1270,
13027+
networkId: 1270,
13028+
icon: 'irys',
13029+
explorers: [
13030+
{
13031+
name: 'Irys Testnet Explorer',
13032+
url: 'https://testnet-explorer.irys.xyz',
13033+
icon: 'irys',
13034+
standard: 'none'
13035+
}
13036+
],
13037+
iconURL:
13038+
'https://ipfs.io/ipfs/QmdGLHxA4W4N2h7y8ixSUEKhESCT9qmJsenGuyskqr7x1e'
13039+
},
1301413040
1280: {
1301513041
name: 'HALO Mainnet',
1301613042
chain: 'HALO',
@@ -16699,14 +16725,17 @@ export const chains: Chains = {
1669916725
shortName: 'ron',
1670016726
chainId: 2020,
1670116727
networkId: 2020,
16728+
icon: 'ronin',
1670216729
redFlags: ['reusedChainId'],
1670316730
explorers: [
1670416731
{
1670516732
name: 'Ronin Block Explorer',
1670616733
url: 'https://app.roninchain.com',
1670716734
standard: 'EIP3091'
1670816735
}
16709-
]
16736+
],
16737+
iconURL:
16738+
'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
1671016739
},
1671116740
2021: {
1671216741
name: 'Edgeware EdgeEVM Mainnet',
@@ -19880,7 +19909,10 @@ export const chains: Chains = {
1988019909
3282: {
1988119910
name: 'Irys Mainnet Beta',
1988219911
chain: 'IRYS',
19883-
rpc: ['https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc'],
19912+
rpc: [
19913+
'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc',
19914+
'https://mainnet-beta-rpc-2.irys.xyz/v1/execution-rpc'
19915+
],
1988419916
faucets: [],
1988519917
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
1988619918
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
@@ -35346,6 +35378,56 @@ export const chains: Chains = {
3534635378
iconURL:
3534735379
'https://ipfs.io/ipfs/bafkreice4fkfrfggny5m3btlquzrimfg7jiyebvslmsknnqhivznh4u2la'
3534835380
},
35381+
36968: {
35382+
name: 'AMA Testnet',
35383+
chain: 'AMA',
35384+
rpc: ['https://testnet-rpc.ama.one'],
35385+
faucets: ['https://mcp.ama.one/testnet-faucet'],
35386+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
35387+
infoURL: 'https://ama.one',
35388+
shortName: 'AMA-TESTNET',
35389+
chainId: 36968,
35390+
networkId: 36968,
35391+
slip44: 1,
35392+
status: 'incubating',
35393+
explorers: [
35394+
{
35395+
name: 'AMA Explorer Testnet',
35396+
url: 'https://testnet-ama.ddns.net',
35397+
standard: 'none'
35398+
},
35399+
{
35400+
name: 'AMA Explorer Testnet Alt',
35401+
url: 'https://testnet.explorer.ama.one',
35402+
standard: 'none'
35403+
}
35404+
]
35405+
},
35406+
36969: {
35407+
name: 'AMA Mainnet',
35408+
chain: 'AMA',
35409+
rpc: ['https://mainnet-rpc.ama.one'],
35410+
faucets: [],
35411+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
35412+
infoURL: 'https://ama.one',
35413+
shortName: 'AMA',
35414+
chainId: 36969,
35415+
networkId: 36969,
35416+
slip44: 36969,
35417+
status: 'active',
35418+
explorers: [
35419+
{
35420+
name: 'AMA Explorer Mainnet',
35421+
url: 'https://ama-explorer.ddns.net',
35422+
standard: 'none'
35423+
},
35424+
{
35425+
name: 'AMA Explorer Mainnet Alt',
35426+
url: 'https://explorer.ama.one',
35427+
standard: 'none'
35428+
}
35429+
]
35430+
},
3534935431
37111: {
3535035432
name: 'Lens Testnet',
3535135433
title: 'Lens Network Sepolia Testnet',
@@ -44576,6 +44658,41 @@ export const chains: Chains = {
4457644658
iconURL:
4457744659
'https://ipfs.io/ipfs/QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW'
4457844660
},
44661+
202601: {
44662+
name: 'Ronin Saigon Testnet',
44663+
chain: 'ronin',
44664+
rpc: [
44665+
'https://saigon-testnet.roninchain.com/rpc',
44666+
'https://ronin-saigon.drpc.org'
44667+
],
44668+
faucets: ['https://faucet.roninchain.com/'],
44669+
nativeCurrency: { name: 'Ronin', symbol: 'RON', decimals: 18 },
44670+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
44671+
infoURL: 'https://roninchain.com',
44672+
shortName: 'ronin-saigon',
44673+
chainId: 202601,
44674+
networkId: 202601,
44675+
icon: 'ronin',
44676+
explorers: [
44677+
{
44678+
name: 'Ronin Saigon Explorer',
44679+
url: 'https://saigon-explorer.roninchain.com',
44680+
standard: 'EIP3091'
44681+
}
44682+
],
44683+
parent: {
44684+
type: 'L2',
44685+
chain: 'eip155-11155111',
44686+
bridges: [
44687+
{
44688+
url:
44689+
'https://saigon-testnet-cc58e966ql-f24a704b3d708471.testnets.rollbridge.app/'
44690+
}
44691+
]
44692+
},
44693+
iconURL:
44694+
'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
44695+
},
4457944696
202624: {
4458044697
name: 'Jellie',
4458144698
title: 'Twala Testnet Jellie',

src/enums.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ export enum ChainName {
586586
DogetherMainnet = 'Dogether Mainnet',
587587
CICChainTestnet = 'CIC Chain Testnet',
588588
MetaccesTestnet = 'Metacces Testnet',
589+
IrysTestnetV1 = 'Irys Testnet V1',
589590
HALOMainnet = 'HALO Mainnet',
590591
Moonbeam = 'Moonbeam',
591592
Moonriver = 'Moonriver',
@@ -1601,6 +1602,8 @@ export enum ChainName {
16011602
QTestnet = 'Q Testnet',
16021603
ABCoreMainnet = 'AB Core Mainnet',
16031604
ADIChain = 'ADI Chain',
1605+
AMATestnet = 'AMA Testnet',
1606+
AMAMainnet = 'AMA Mainnet',
16041607
LensTestnet = 'Lens Testnet',
16051608
ConnectorManager = 'ConnectorManager',
16061609
ConnectorManagerRobin = 'ConnectorManager Robin',
@@ -2015,6 +2018,7 @@ export enum ChainName {
20152018
'YMTECH-BESUTestnet' = 'YMTECH-BESU Testnet',
20162019
Blockfit = 'Blockfit',
20172020
JuChainTestnet = 'JuChain Testnet',
2021+
RoninSaigonTestnet = 'Ronin Saigon Testnet',
20182022
Jellie = 'Jellie',
20192023
X1Network = 'X1 Network',
20202024
AuroriaTestnet = 'Auroria Testnet',
@@ -3093,6 +3097,7 @@ export enum ChainId {
30933097
DogetherMainnet = 1248,
30943098
CICChainTestnet = 1252,
30953099
MetaccesTestnet = 1260,
3100+
IrysTestnetV1 = 1270,
30963101
HALOMainnet = 1280,
30973102
Moonbeam = 1284,
30983103
Moonriver = 1285,
@@ -4108,6 +4113,8 @@ export enum ChainId {
41084113
QTestnet = 35443,
41094114
ABCoreMainnet = 36888,
41104115
ADIChain = 36900,
4116+
AMATestnet = 36968,
4117+
AMAMainnet = 36969,
41114118
LensTestnet = 37111,
41124119
ConnectorManager = 38400,
41134120
ConnectorManagerRobin = 38401,
@@ -4522,6 +4529,7 @@ export enum ChainId {
45224529
'YMTECH-BESUTestnet' = 202401,
45234530
Blockfit = 202424,
45244531
JuChainTestnet = 202599,
4532+
RoninSaigonTestnet = 202601,
45254533
Jellie = 202624,
45264534
X1Network = 204005,
45274535
AuroriaTestnet = 205205,

0 commit comments

Comments
 (0)