Skip to content

Commit

Permalink
feat: add merlin and hyperliquid
Browse files Browse the repository at this point in the history
  • Loading branch information
minhngoc270499 committed Jun 12, 2024
1 parent 65dc34a commit 555d62c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/consts/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,40 @@ export const chains: ChainMap<ChainMetadata & { mailbox?: Address }> = {
estimateBlockTime: 10,
},
},
hyperliquidtestnet: {
protocol: ProtocolType.Ethereum,
chainId: 998,
domainId: 998,
name: 'hyperliquidtestnet',
displayName: 'Hyperliquid Testnet',
nativeToken: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: [{ http: 'https://api.hyperliquid-testnet.xyz/evm' }],
blocks: {
confirmations: 1,
reorgPeriod: 1,
estimateBlockTime: 10,
},
},
zircuittestnet: {
protocol: ProtocolType.Ethereum,
chainId: 48899,
domainId: 48899,
name: 'zircuittestnet',
displayName: 'Zircuit Testnet',
nativeToken: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: [{ http: 'https://zircuit1.p2pify.com/' }],
blockExplorers: [
{
name: 'Zircuit explorer',
url: 'https://explorer.zircuit.com/',
apiUrl: 'https://explorer.zircuit.com/api',
family: ExplorerFamily.Blockscout,
},
],
blocks: {
confirmations: 1,
reorgPeriod: 1,
estimateBlockTime: 10,
},
},
};
32 changes: 32 additions & 0 deletions src/consts/tokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,35 @@ tokens:
addressOrDenom: "0x6301360802E31Ff5824cA90CaF183D4828644071"
connections:
- token: ethereum|ethereum|0x93840E9885C6DEdcc0e9f4440D3defE914b755C3
- chainName: sepolia
standard: EvmHypNative
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0xF3EF9E3aF0f4696D9DBcC26140F7c0a52188BDf0"
connections:
- token: ethereum|zircuittestnet|0x1A145b7761e2B7D939eaABeAA2b8ef5aAeb813fD
- chainName: zircuittestnet
standard: EvmHypSynthetic
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0x1A145b7761e2B7D939eaABeAA2b8ef5aAeb813fD"
connections:
- token: ethereum|sepolia|0xF3EF9E3aF0f4696D9DBcC26140F7c0a52188BDf0
- chainName: sepolia
standard: EvmHypNative
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0x2eE2425B818531aa329BAAA7028786ad0e6D2D2f"
connections:
- token: ethereum|hyperliquidtestnet|0x2f7Ff3EDB340EFbF93451e9806745fc510Af8086
- chainName: hyperliquidtestnet
standard: EvmHypSynthetic
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0x2f7Ff3EDB340EFbF93451e9806745fc510Af8086"
connections:
- token: ethereum|sepolia|0x2eE2425B818531aa329BAAA7028786ad0e6D2D2f

0 comments on commit 555d62c

Please sign in to comment.