Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arbitrum wormhole config #16

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions ethereum/brownie-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,33 @@ networks:
poolid:
usdc: 1
weth: 13
wormhole:
chainid: 30
token_bridge: "0x8d2de8d2f73F1F4cAB472AC9A881C9b123C79627"
wormhole: "0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6"
actual_reserve: 1.1
estimate_reserve: 1.11
gas:
mainnet:
dst_chainid: 2
base_gas: 700000
per_byte_gas: 68
polygon-main:
dst_chainid: 5
base_gas: 700000
per_byte_gas: 68
avax-main:
dst_chainid: 6
base_gas: 700000
per_byte_gas: 68
aptos-mainnet:
dst_chainid: 22
base_gas: 10000
per_byte_gas: 10
sui-mainnet:
dst_chainid: 21
base_gas: 210000
per_byte_gas: 68
token:
weth:
address: "0x4200000000000000000000000000000000000006"
Expand Down Expand Up @@ -1081,6 +1108,9 @@ networks:
weth:
address: "0xf1277d1Ed8AD466beddF92ef448A132661956621"
decimal: 18
wstETH:
address: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"
decimal: 18
# stargate and wormhole use different weth address
# weth:
# address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
Expand Down Expand Up @@ -1806,6 +1836,33 @@ networks:
poolid:
usdc: 1
weth: 13
wormhole:
chainid: 23
token_bridge: "0x0b2402144Bb366A632D14B83F244D2e0e21bD39c"
wormhole: "0xa5f208e072434bC67592E4C49C1B991BA79BCA46"
actual_reserve: 1.1
estimate_reserve: 1.11
gas:
mainnet:
dst_chainid: 2
base_gas: 700000
per_byte_gas: 68
bsc-main:
dst_chainid: 4
base_gas: 700000
per_byte_gas: 68
avax-main:
dst_chainid: 6
base_gas: 700000
per_byte_gas: 68
aptos-mainnet:
dst_chainid: 22
base_gas: 10000
per_byte_gas: 10
sui-mainnet:
dst_chainid: 21
base_gas: 210000
per_byte_gas: 68
bridges:
bool:
chainid: 42161
Expand Down Expand Up @@ -1922,6 +1979,9 @@ networks:
weth:
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1"
decimal: 18
wstETH:
address: "0x5979D7b546E38E414F7E9822514be443A4800529"
decimal: 18
swap:
- IVault:
name: BalancerV2
Expand Down Expand Up @@ -1980,6 +2040,33 @@ networks:
poolid:
usdc: 1
weth: 13
wormhole:
chainid: 24
token_bridge: "0x1D68124e65faFC907325e3EDbF8c4d84499DAa8b"
wormhole: "0xEe91C335eab126dF5fDB3797EA9d6aD93aeC9722"
actual_reserve: 1.1
estimate_reserve: 1.11
gas:
mainnet:
dst_chainid: 2
base_gas: 700000
per_byte_gas: 68
polygon-main:
dst_chainid: 5
base_gas: 700000
per_byte_gas: 68
avax-main:
dst_chainid: 6
base_gas: 700000
per_byte_gas: 68
aptos-mainnet:
dst_chainid: 22
base_gas: 10000
per_byte_gas: 10
sui-mainnet:
dst_chainid: 21
base_gas: 210000
per_byte_gas: 68
endpoints:
[
"https://optimism.api.onfinality.io/public",
Expand Down Expand Up @@ -2162,6 +2249,10 @@ networks:
dst_chainid: 6
base_gas: 700000
per_byte_gas: 68
arbitrum-main:
dst_chainid: 23
base_gas: 700000
per_byte_gas: 68
oracle:
eth:
chainid: 2
Expand All @@ -2175,6 +2266,10 @@ networks:
chainid: 10
currency: USD
address: "0xf4766552D15AE4d256Ad41B6cf2933482B0680dc"
arbitrum:
chainid: 23
currency: USD
address: "0x11DdD3d147E5b83D01cee7070027092397d63658"
swap:
IUniswapV2Router02:
name: SpookyswapV2
Expand Down
Loading