Skip to content

Commit

Permalink
feat: deploy merlin testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
minhngoc270499 committed Jun 25, 2024
1 parent 90dbd00 commit 5d2b4c2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
22 changes: 22 additions & 0 deletions src/consts/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,26 @@ export const chains: ChainMap<ChainMetadata & { mailbox?: Address }> = {
estimateBlockTime: 10,
},
},
merlintestnet: {
protocol: ProtocolType.Ethereum,
chainId: 686868,
domainId: 686868,
name: 'merlintestnet',
displayName: 'Merlin Testnet',
nativeToken: { name: 'BTC', symbol: 'BTC', decimals: 18 },
rpcUrls: [{ http: 'https://testnet-rpc.merlinchain.io' }],
blockExplorers: [
{
name: 'Merlin testnet explorer',
url: 'https://testnet-scan.merlinchain.io',
apiUrl: 'https://testnet-scan.merlinchain.io/api',
family: ExplorerFamily.Blockscout,
},
],
blocks: {
confirmations: 1,
reorgPeriod: 1,
estimateBlockTime: 10,
},
},
};
26 changes: 25 additions & 1 deletion src/consts/tokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,28 @@ tokens:
decimals: 18
addressOrDenom: "0xa9c12F47836207879Ec1bbec09361DB932Db2f09"
connections:
- token: ethereum|sepolia|0x21b044ceE37B6bd05b923D9f02394C294aE66964
- token: ethereum|sepolia|0x21b044ceE37B6bd05b923D9f02394C294aE66964
- chainName: sepolia
standard: EvmHypNative
totalSupply: 0
decimals: 18
name: Ether
symbol: ETH
type: native
owner: "0xD227Ed60eEE10c535Ac2878E0e29C1F8541529fA"
mailbox: "0xd64b281d9cB8530094e5cEC33d1810eD7D037766"
addressOrDenom: "0x7EA029a55FAE7282c8E79f691e0e8B1327c4b712"
connections:
- token: ethereum|merlintestnet|0xEfBddC5d3b88FF439d8B89A69402265b5773a52f
- chainName: merlintestnet
standard: EvmHypSynthetic
totalSupply: 0
decimals: 18
name: Ether
symbol: ETH
type: synthetic
owner: "0xD227Ed60eEE10c535Ac2878E0e29C1F8541529fA"
mailbox: "0x3f93366772e3705f8E3D272d1bd7E0aF3D2569e7"
addressOrDenom: "0xEfBddC5d3b88FF439d8B89A69402265b5773a52f"
connections:
- token: ethereum|sepolia|0x7EA029a55FAE7282c8E79f691e0e8B1327c4b712

0 comments on commit 5d2b4c2

Please sign in to comment.