Skip to content

Commit

Permalink
feat: vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Feb 13, 2024
1 parent ffc9f63 commit cff0efe
Showing 1 changed file with 8 additions and 83 deletions.
91 changes: 8 additions & 83 deletions evm/script/config/config_vaults.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,9 @@
{
"MumbaiSepolia": {
"sepoliaArbitrumOptimism": {
"cci_version": "MOCK",
"mumbai": {
"cci": "0xa55eaf1c45cdabe41c374862982f1543a60a8139",
"address": "0x6243df63dc7e97a5968578e9ae35008af3ec69df",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
}
},
"sepolia": {
"cci": "0xa55eaf1c45cdabe41c374862982f1543a60a8139",
"address": "0x6243df63dc7e97a5968578e9ae35008af3ec69df",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
}
}
},
"WormholeMumbaiSepolia": {
"cci_version": "Wormhole",
"mumbai": {
"cci": "0x1100100aa9cf8d110ec7a10dbd982e83eb6f02fd",
"address": "0xc20fbcad3bf1781ab95bec04fe75c9ba4fe4aeb2",
"cci": "0x7d1448fd87b9ee5bfaa3b11a4ace2093edb43596",
"address": "0xd2eb626e67192fedfed86306e92279745e6fbd64",
"weights": [
1
],
Expand All @@ -37,23 +12,9 @@
"WGAS": 10000000000000000
}
},
"sepolia": {
"cci": "0x1100100aa9cf8d110ec7a10dbd982e83eb6f02fd",
"address": "0xc20fbcad3bf1781ab95bec04fe75c9ba4fe4aeb2",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
}
}
},
"PolymerSepoliaBaseOp": {
"cci_version": "Polymer",
"basesepolia": {
"cci": "0xe277fe38a43060fd288efe20aeec1f6c2cd6db83",
"address": "0x6243df63dc7e97a5968578e9ae35008af3ec69df",
"arbitrumsepolia": {
"cci": "0x7d1448fd87b9ee5bfaa3b11a4ace2093edb43596",
"address": "0xd2eb626e67192fedfed86306e92279745e6fbd64",
"weights": [
1
],
Expand All @@ -63,44 +24,8 @@
}
},
"optimismsepolia": {
"cci": "0xe277fe38a43060fd288efe20aeec1f6c2cd6db83",
"address": "0x6243df63dc7e97a5968578e9ae35008af3ec69df",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
}
}
},
"MockMumbaiSepoliaBSC": {
"cci_version": "MOCK",
"mumbai": {
"cci": "0xa55eaf1c45cdabe41c374862982f1543a60a8139",
"address": "0x94d4fb4d1091333dd88e5ec661fcb58ecb21df42",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
}
},
"sepolia": {
"cci": "0xa55eaf1c45cdabe41c374862982f1543a60a8139",
"address": "0x94d4fb4d1091333dd88e5ec661fcb58ecb21df42",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
}
},
"bsctestnet": {
"cci": "0xa55eaf1c45cdabe41c374862982f1543a60a8139",
"address": "0x6243df63dc7e97a5968578e9ae35008af3ec69df",
"cci": "0x7d1448fd87b9ee5bfaa3b11a4ace2093edb43596",
"address": "0xd2eb626e67192fedfed86306e92279745e6fbd64",
"weights": [
1
],
Expand Down

0 comments on commit cff0efe

Please sign in to comment.