Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chains based on latest data from chainId.network #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@revoke.cash/chains",
"version": "50.0.0",
"version": "51.0.0",
"description": "Helper module for getting EVM chains info.",
"author": "Revoke.cash",
"contributors": [
Expand Down
236 changes: 220 additions & 16 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3781,6 +3781,24 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
},
183: {
name: 'Ethernity Mainnet',
chain: 'Ethernity',
rpc: ['https://mainnet.ethernitychain.io'],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
infoURL: 'https://www.ethernity.io',
shortName: 'ethernity-mainnet',
chainId: 183,
networkId: 183,
explorers: [
{
name: 'Ethernity Mainnet Explorer',
url: 'https://ernscan.io',
standard: 'EIP3091'
}
]
},
184: {
name: 'Dojima Testnet',
chain: 'Dojima',
Expand Down Expand Up @@ -10852,6 +10870,28 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU'
},
1260: {
name: 'Metacces Testnet',
chain: 'Metacces Testnet',
icon: 'metacces',
rpc: ['https://tapi.accesscan.io'],
faucets: [],
nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
infoURL: 'https://metacces.com',
shortName: 'ACCESt',
chainId: 1260,
networkId: 1260,
explorers: [
{
name: 'accesscan',
url: 'https://testnet.accesscan.io',
icon: 'metacces',
standard: 'EIP3091'
}
],
iconURL:
'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
},
1280: {
name: 'HALO Mainnet',
chain: 'HALO',
Expand Down Expand Up @@ -11154,7 +11194,7 @@ export const chains: Chains = {
}
],
iconURL:
'https://ipfs.io/ipfs/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy'
'https://ipfs.io/ipfs/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg'
},
1320: {
name: 'AIA Testnet',
Expand All @@ -11177,7 +11217,7 @@ export const chains: Chains = {
}
],
iconURL:
'https://ipfs.io/ipfs/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy'
'https://ipfs.io/ipfs/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg'
},
1328: {
name: 'Sei Testnet',
Expand Down Expand Up @@ -11481,20 +11521,20 @@ export const chains: Chains = {
status: 'deprecated'
},
1414: {
name: 'Silicon zkEVM Sepolia Testnet',
title: 'Silicon zkEVM Sepolia Testnet',
name: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
title: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
chain: 'Silicon',
rpc: [],
faucets: [],
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
infoURL: '',
shortName: 'silicon-sepolia-testnet',
shortName: 'silicon-sepolia-testnet-deprecated',
chainId: 1414,
networkId: 1414,
icon: 'silicon',
explorers: [],
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
status: 'incubating',
status: 'deprecated',
iconURL:
'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
},
Expand Down Expand Up @@ -14039,6 +14079,28 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/QmSQGKhhBpMTM7vYpGdgMTDFyzaAN3PGG5AnmWy7KQPdSn'
},
2071: {
name: 'Metacces Mainnet',
chain: 'Metacces Mainnet',
icon: 'metacces',
rpc: ['https://oli.accesscan.io'],
faucets: [],
nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
infoURL: 'https://metacces.com',
shortName: 'ACCES',
chainId: 2071,
networkId: 2071,
explorers: [
{
name: 'accesscan',
url: 'https://accesscan.io',
icon: 'metacces',
standard: 'EIP3091'
}
],
iconURL:
'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
},
2077: {
name: 'Quokkacoin Mainnet',
chain: 'Qkacoin',
Expand Down Expand Up @@ -14874,17 +14936,33 @@ export const chains: Chains = {
name: 'Silicon zkEVM',
title: 'Silicon zkEVM Mainnet',
chain: 'Silicon',
rpc: [],
rpc: [
'https://rpc.silicon.network',
'https://silicon-mainnet.nodeinfra.com'
],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
infoURL: '',
infoURL: 'https://docs.silicon.network',
shortName: 'silicon-zk',
chainId: 2355,
networkId: 2355,
icon: 'silicon',
explorers: [],
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
status: 'incubating',
explorers: [
{
name: 'siliconscope',
url: 'https://scope.silicon.network',
standard: 'EIP3091'
}
],
parent: {
type: 'L2',
chain: 'eip155-1',
bridges: [
{ url: 'https://bridge.silicon.network' },
{ url: 'https://bridge.orbitchain.io' }
]
},
status: 'active',
iconURL:
'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
},
Expand Down Expand Up @@ -15179,13 +15257,16 @@ export const chains: Chains = {
shortName: '6do',
chainId: 2477,
networkId: 2477,
icon: '6do',
explorers: [
{
name: '6Degree Chain Explorer',
url: 'https://explorer.6do.world',
standard: 'EIP3091'
}
]
],
iconURL:
'https://ipfs.io/ipfs/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi'
},
2484: {
name: 'Unicorn Ultra Nebulas Testnet',
Expand Down Expand Up @@ -19451,6 +19532,28 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/bafkreiarso74bytq5ccnl3mlfhd4ejiylwautsr6ovbqgmynzjzmkorn6y'
},
6667: {
name: 'Storchain',
chain: 'STR',
rpc: ['https://rpc.storchain.io'],
faucets: [],
nativeCurrency: { name: 'Storchain', symbol: 'STR', decimals: 18 },
infoURL: 'https://storchain.io',
shortName: 'str',
chainId: 6667,
networkId: 6667,
icon: 'str',
explorers: [
{
name: 'storscan',
url: 'https://scan.storchain.io',
icon: 'str',
standard: 'none'
}
],
iconURL:
'https://ipfs.io/ipfs/QmdXSyjZvtVPDTLAuYoVU1cuRTEKnY96p65jgcz6wt7pfA'
},
6678: {
name: 'Edge Matrix Chain',
chain: 'EMC',
Expand Down Expand Up @@ -19664,6 +19767,31 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/QmV18PRFPkp9pwKKJp4ksVDhMEiqNZ8A5DhQapdNCckeeQ'
},
6880: {
name: 'Mtt Mainnet',
chain: 'MTT',
rpc: ['https://evm-rpc.mtt.network'],
faucets: [],
nativeCurrency: {
name: 'Mtt mainnet native coin',
symbol: 'MTT',
decimals: 18
},
infoURL: 'https://mtt.network',
shortName: 'mtt-mainnet',
chainId: 6880,
networkId: 6880,
icon: 'mttnetwork',
explorers: [
{
name: 'Mtt explorer',
url: 'https://explorer.mtt.network',
standard: 'EIP3091'
}
],
iconURL:
'https://ipfs.io/ipfs/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL'
},
6942: {
name: 'Laika Mainnet',
chain: 'LAIKA',
Expand Down Expand Up @@ -20730,6 +20858,30 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/bafybeiadb4izxxptk3wy34cam3k2rxgqb2vrzxtltqnp3vwdvd2igwoghu'
},
8017: {
name: 'iSunCoin Mainnet',
chain: 'iSunCoin',
icon: 'isuncoin',
rpc: ['https://mainnet.isuncoin.com'],
faucets: [],
nativeCurrency: { name: 'ISC', symbol: 'ISC', decimals: 18 },
infoURL: 'https://isuncoin.com',
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
shortName: 'isc',
chainId: 8017,
networkId: 8017,
slip44: 8017,
explorers: [
{
name: 'iSunCoin Explorer',
icon: 'isuncoin',
url: 'https://baifa.io/app/chains/8017',
standard: 'none'
}
],
iconURL:
'https://ipfs.io/ipfs/Qmdj8PwchmbpZKYvkB3oJiRX9eZdY6C16AbEz6D1DU3Vqn'
},
8029: {
name: 'MDGL Testnet',
chain: 'MDGL',
Expand Down Expand Up @@ -23404,7 +23556,7 @@ export const chains: Chains = {
'https://ipfs.io/ipfs/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck'
},
11000: {
name: 'KBC Chain',
name: 'KB Chain',
chain: 'KB',
rpc: ['https://mainnet-rpc.kbcfoundation.com'],
faucets: [],
Expand Down Expand Up @@ -26997,7 +27149,7 @@ export const chains: Chains = {
name: 'Bitgert Mainnet',
chain: 'Brise',
rpc: [
'https://rpc.icecreamswap.com',
'https://rpc-bitgert.icecreamswap.com',
'https://mainnet-rpc.brisescan.com',
'https://chainrpc.com',
'https://serverrpc.com'
Expand Down Expand Up @@ -27796,8 +27948,8 @@ export const chains: Chains = {
]
},
42421: {
name: 'AssetChain Testnet',
chain: 'RWA',
name: 'Asset Chain Testnet',
chain: 'Asset Chain',
rpc: ['https://enugu-rpc.assetchain.org'],
faucets: ['https://faucet.assetchain.org'],
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
Expand Down Expand Up @@ -29815,6 +29967,27 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
},
66665: {
name: 'Creator Chain Testnet',
chain: 'creatorchain',
icon: 'creatorchain',
rpc: ['https://rpc.creatorchain.io'],
faucets: [],
nativeCurrency: { name: 'CreatorETH', symbol: 'CETH', decimals: 18 },
infoURL: 'https://docs.creatorchain.io/',
shortName: 'ceth',
chainId: 66665,
networkId: 66665,
explorers: [
{
name: 'creatorchainscan',
url: 'https://explorer.creatorchain.io',
standard: 'EIP3091'
}
],
iconURL:
'https://ipfs.io/ipfs/QmarU6J1FyXddaRkrWagEXN39TXUTNdVcuDTfHFKvvs3D4'
},
66988: {
name: 'Janus Testnet',
chain: 'JanusNetwork',
Expand Down Expand Up @@ -39976,6 +40149,37 @@ export const chains: Chains = {
networkId: 1666900001,
explorers: []
},
1722641160: {
name: 'Silicon zkEVM Sepolia Testnet',
title: 'Silicon zkEVM Sepolia Testnet',
chain: 'Silicon',
rpc: [
'https://rpc-sepolia.silicon.network',
'https://silicon-testnet.nodeinfra.com'
],
faucets: [],
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
infoURL: 'https://docs.silicon.network',
shortName: 'silicon-sepolia-testnet',
chainId: 1722641160,
networkId: 1722641160,
icon: 'silicon',
explorers: [
{
name: 'siliconscope-sepolia',
url: 'https://scope-sepolia.silicon.network',
standard: 'EIP3091'
}
],
parent: {
type: 'L2',
chain: 'eip155-11155111',
bridges: [{ url: 'https://bridge-sepolia.silicon.network' }]
},
status: 'active',
iconURL:
'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
},
1802203764: {
name: 'Kakarot Sepolia',
chain: 'ETH',
Expand Down
Loading