Skip to content

Commit

Permalink
Update chains based on latest data from chainId.network
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Jul 3, 2024
1 parent fda6b2c commit 3d12c08
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 2 deletions.
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": "46.0.0",
"version": "46.1.0",
"description": "Helper module for getting EVM chains info.",
"author": "Revoke.cash",
"contributors": [
Expand Down
80 changes: 79 additions & 1 deletion src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6302,6 +6302,18 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/bafkreihs2nrnizpcuzjmuu2yi7wrtwd7qlqje46qnil5bnntfbfkb2roea'
},
480: {
name: 'World Chain',
chain: 'ETH',
rpc: [],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
infoURL: 'https://worldcoin.org',
shortName: 'wc',
chainId: 480,
networkId: 480,
status: 'incubating'
},
499: {
name: 'Rupaya',
chain: 'RUPX',
Expand Down Expand Up @@ -8661,6 +8673,27 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/bafkreig52paynhccs4o5ew6f7mk3xoqu2bqtitmfvlgnwarh2pm33gbdrq'
},
987: {
name: 'BinaryChain Mainnet',
chain: 'BinaryChain',
icon: 'binary',
rpc: ['https://rpc.binarychain.org'],
faucets: [],
nativeCurrency: { name: 'BINARY', symbol: 'BNRY', decimals: 18 },
infoURL: 'https://binarychain.org',
shortName: 'binary',
chainId: 987,
networkId: 987,
explorers: [
{
name: 'BinaryChain Explorer',
url: 'https://explorer.binarychain.org',
standard: 'EIP3091'
}
],
iconURL:
'https://ipfs.io/ipfs/bafybeifb4vnpn3jv7cfdlne2dwhe6agdnpgmu46a7nbc5divjuyaznkyay'
},
989: {
name: 'TOP Mainnet',
chain: 'TOP',
Expand Down Expand Up @@ -20969,6 +21002,27 @@ export const chains: Chains = {
iconURL:
'https://ipfs.io/ipfs/QmcNGLzKyc7Gu2dgpBFF6t3KJwFuKC79D56DW8GTc5DWRw'
},
9876: {
name: 'BinaryChain Testnet',
chain: 'BinaryChain',
icon: 'binary',
rpc: ['https://rpctestnet.binarychain.org'],
faucets: ['https://faucet.testnet.binarychain.org'],
nativeCurrency: { name: 'BINARY', symbol: 'BNRY', decimals: 18 },
infoURL: 'https://binarychain.org',
shortName: 'binarytestnet',
chainId: 9876,
networkId: 9876,
explorers: [
{
name: 'BinaryChain Testnet Explorer',
url: 'https://explorer.testnet.binarychain.org',
standard: 'EIP3091'
}
],
iconURL:
'https://ipfs.io/ipfs/bafybeifb4vnpn3jv7cfdlne2dwhe6agdnpgmu46a7nbc5divjuyaznkyay'
},
9888: {
name: 'Dogelayer Mainnet',
chain: 'Dogelayer',
Expand Down Expand Up @@ -27955,7 +28009,8 @@ export const chains: Chains = {
chain: 'Berachain bArtio',
rpc: [
'https://bartio.rpc.berachain.com',
'https://bera-testnet.nodeinfra.com'
'https://bera-testnet.nodeinfra.com',
'https://bartio.rpc.b-harvest.io'
],
faucets: ['https://bartio.faucet.berachain.com'],
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
Expand Down Expand Up @@ -33077,6 +33132,29 @@ export const chains: Chains = {
}
]
},
1234567: {
name: 'Sharecle Mainnet',
chain: 'SHARECLE',
icon: 'sharecle',
rpc: ['https://mainnet.sharecle.com'],
faucets: [],
nativeCurrency: { name: 'SHARECLE COIN', symbol: 'SHR', decimals: 18 },
infoURL: 'https://sharecle.com/',
shortName: 'shr',
chainId: 1234567,
networkId: 1234567,
slip44: 1,
explorers: [
{
name: 'Etherscan',
url: 'https://etherscan.io',
standard: 'none',
icon: 'sharecle'
}
],
iconURL:
'https://ipfs.io/ipfs/bafybeiaqaphacy5swvtyxw56ma5f5iewjcqspbgxr5l6ln2433liyw2djy'
},
1261120: {
name: 'zKatana',
shortName: 'azktn',
Expand Down
8 changes: 8 additions & 0 deletions src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export enum ChainName {
ARZIOChain = 'ARZIO Chain',
AreonNetworkTestnet = 'Areon Network Testnet',
AreonNetworkMainnet = 'Areon Network Mainnet',
WorldChain = 'World Chain',
Rupaya = 'Rupaya',
'CaminoC-Chain' = 'Camino C-Chain',
ColumbusTestNetwork = 'Columbus Test Network',
Expand Down Expand Up @@ -393,6 +394,7 @@ export enum ChainName {
EthXYTestnet = 'EthXY Testnet',
TOPMainnetEVM = 'TOP Mainnet EVM',
MemoSmartChainMainnet = 'Memo Smart Chain Mainnet',
BinaryChainMainnet = 'BinaryChain Mainnet',
TOPMainnet = 'TOP Mainnet',
ELibertyMainnet = 'eLiberty Mainnet',
'5ireChainThunder' = '5ireChain Thunder',
Expand Down Expand Up @@ -959,6 +961,7 @@ export enum ChainName {
OptimusZ7Mainnet = 'OptimusZ7 Mainnet',
IMPERIUMTESTNET = 'IMPERIUM TESTNET',
IMPERIUMMAINNET = 'IMPERIUM MAINNET',
BinaryChainTestnet = 'BinaryChain Testnet',
DogelayerMainnet = 'Dogelayer Mainnet',
LarissaChain = 'Larissa Chain',
EspentoMainnet = 'Espento Mainnet',
Expand Down Expand Up @@ -1507,6 +1510,7 @@ export enum ChainName {
AmChain = 'AmChain',
NetmindChainTestnet = 'Netmind Chain Testnet',
TiltyardSubnet = 'Tiltyard Subnet',
SharecleMainnet = 'Sharecle Mainnet',
ZKatana = 'zKatana',
EthoProtocol = 'Etho Protocol',
Xerom = 'Xerom',
Expand Down Expand Up @@ -1951,6 +1955,7 @@ export enum ChainId {
ARZIOChain = 456,
AreonNetworkTestnet = 462,
AreonNetworkMainnet = 463,
WorldChain = 480,
Rupaya = 499,
'CaminoC-Chain' = 500,
ColumbusTestNetwork = 501,
Expand Down Expand Up @@ -2062,6 +2067,7 @@ export enum ChainId {
EthXYTestnet = 979,
TOPMainnetEVM = 980,
MemoSmartChainMainnet = 985,
BinaryChainMainnet = 987,
TOPMainnet = 989,
ELibertyMainnet = 990,
'5ireChainThunder' = 997,
Expand Down Expand Up @@ -2628,6 +2634,7 @@ export enum ChainId {
OptimusZ7Mainnet = 9797,
IMPERIUMTESTNET = 9818,
IMPERIUMMAINNET = 9819,
BinaryChainTestnet = 9876,
DogelayerMainnet = 9888,
LarissaChain = 9898,
EspentoMainnet = 9911,
Expand Down Expand Up @@ -3176,6 +3183,7 @@ export enum ChainId {
AmChain = 999999,
NetmindChainTestnet = 1100789,
TiltyardSubnet = 1127469,
SharecleMainnet = 1234567,
ZKatana = 1261120,
EthoProtocol = 1313114,
Xerom = 1313500,
Expand Down

0 comments on commit 3d12c08

Please sign in to comment.