Skip to content

Commit

Permalink
feat: mainnet vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed May 20, 2024
1 parent 338da4c commit a15a153
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions evm/script/BaseMultiChainDeployer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ contract MultiChainDeployer is BaseMultiChainDeployer {
mapping(string => string) wrappedGas;

constructor() BaseMultiChainDeployer() {
wrappedGas[chainKey[Chains.Base]] = "WETH";

wrappedGas[chainKey[Chains.Blast]] = "WETH";

wrappedGas[chainKey[Chains.Optimism]] = "WETH";

wrappedGas[chainKey[Chains.Sepolia]] = "WETH10";

wrappedGas[chainKey[Chains.BaseSepolia]] = "WETH";
Expand Down
20 changes: 10 additions & 10 deletions evm/script/config/config_vaults.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"WormholeOptimismBaseBlast": {
"cci_version": "Wormhole",
"amplification": 250000000000000000,
"optimismsepolia": {
"cci": "0xdb321b1e304ea155b1977768904de998818f986e",
"amplification": 100000000000000000,
"optimism": {
"cci": "0x23bc307c20941164025624455bdda22b754468b2",
"address": "0x06d4b5289b981933e34af10817f352061bad6353",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
"WGAS": 500000000000000000
}
},
"basesepolia": {
"cci": "0xc7d9815055ea739b78e2d10d0055d97010396b78",
"base": {
"cci": "0x2ac500c5f53d0219b1691b785aa857a0fbb2035d",
"address": "0x06d4b5289b981933e34af10817f352061bad6353",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
"WGAS": 500000000000000000
}
},
"blasttestnet": {
"cci": "0x39629ddb16a11e11fb62bf46f34f63ff1c42b090",
"blast": {
"cci": "0x2ac500c5f53d0219b1691b785aa857a0fbb2035d",
"address": "0x06d4b5289b981933e34af10817f352061bad6353",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
"WGAS": 500000000000000000
}
}
}
Expand Down

0 comments on commit a15a153

Please sign in to comment.