Skip to content

Commit

Permalink
feat: deploy 3 pool
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Feb 5, 2024
1 parent e46d2bf commit b8cadd2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions evm/script/config/config_vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,41 @@
"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",
"weights": [
1
],
"fee": 500000000000000,
"tokens": {
"WGAS": 10000000000000000
}
}
}
}

0 comments on commit b8cadd2

Please sign in to comment.