Skip to content

Commit

Permalink
add zircuit testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jul 31, 2024
1 parent f1d4de1 commit 813c69a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
14 changes: 13 additions & 1 deletion conf/testnets/arbitrum-sepolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,20 @@ couples:
symbol: USDC
protocol: lnv3
fee: '100000000000000000'
category: USDC
category: usdc
messager: layerzero
- chain: zksync-sepolia
symbol: USDC
protocol: lnv3
fee: '100000000000000000'
messager: layerzero
category: usdc
- chain: zircuit
symbol: USDC
protocol: lnv3
fee: '1000000000000000'
messager: layerzero
category: usdc

- chain: morph
symbol: USDT
Expand Down Expand Up @@ -148,6 +154,12 @@ couples:
fee: '100000000000000000'
messager: layerzero
category: usdt
- chain: zircuit
symbol: USDT
protocol: lnv3
fee: '1000000000000000'
messager: layerzero
category: usdt

- chain: sepolia
symbol: ETH
Expand Down
28 changes: 28 additions & 0 deletions conf/testnets/zircuit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
id: "48899"
code: zircuit
name: zircuit
rpcs:
- https://zircuit1.p2pify.com
tokens:
- symbol: USDT
address: '0x9C80EdD342b5D179c3a87946fC1F0963BfcaAa09'
decimals: 18
type: erc20
- symbol: USDC
address: '0x8A87497488073307E1a17e8A12475a94Afcb413f'
decimals: 18
type: erc20
couples:

# usdt
- chain: arbitrum-sepolia
symbol: USDT
protocol: lnv3
fee: '1000000000000000'
messager: layerzero
- chain: arbitrum-sepolia
symbol: USDC
protocol: lnv3
fee: '1000000000000000'
messager: layerzero

0 comments on commit 813c69a

Please sign in to comment.