Skip to content

Commit

Permalink
feat: Remove unconfirm chains
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Jan 24, 2025
1 parent 99f7693 commit f937c5a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions apps/canonical-bridge-server/src/common/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,6 @@ export const chains: IServerChainConfig[] = [
cmcPlatform: 'fantom',
},
},
{
chainType: 'evm',
id: 255,
name: 'Kroma',
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
rpcUrls: { default: { http: ['https://api.kroma.network'] } },
blockExplorers: {
default: { name: 'Kroma Scan', url: 'https://kromascan.com' },
},
},
{
chainType: 'evm',
id: 288,
Expand Down Expand Up @@ -513,23 +503,6 @@ export const chains: IServerChainConfig[] = [
},
},
},
{
chainType: 'evm',
id: 7000,
name: 'ZetaChain',
nativeCurrency: { name: 'ZETA', symbol: 'ZETA', decimals: 18 },
rpcUrls: {
default: {
http: ['https://zetachain-evm.blockpi.network:443/v1/rpc/public'],
},
},
blockExplorers: {
default: {
name: 'Zeta Chain Explorer',
url: 'https://explorer.zetachain.com/',
},
},
},
{
chainType: 'evm',
id: 7700,
Expand Down

0 comments on commit f937c5a

Please sign in to comment.