Skip to content

Commit

Permalink
Chore: add bsctestnet & updated sepolia address (#24)
Browse files Browse the repository at this point in the history
* feat: add bsc testnet address

* chore: include updated sepolia address
  • Loading branch information
ChefMist authored Apr 22, 2024
1 parent ab17fb7 commit 2eb67b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions script/config/bsc-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"vault": "0x1b896893dfc86bb67Cf57767298b9073D2c1bA2c",
"clPoolManager": "0xb3b166Ac12cd6C1e0093Cbde5810343DC28F17fD",
"binPoolManager": "0x20d39ad9C930fa7F0C90232101CCb9028280d063"
}
6 changes: 3 additions & 3 deletions script/config/ethereum-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"vault": "0x42A228A7fB040033Dc49FdD5ed909F2cA742271D",
"clPoolManager": "0xC6A2Db661D5a5690172d8eB0a7DEA2d3008665A3",
"binPoolManager": "0xFCa69D6639293799A650dB7D273bc688bAF71FA7"
"vault": "0x80b1A60966b21be848ab1A515CdCF944d13C48Cc",
"clPoolManager": "0xbFfE39cDD04f0183e0493c1Deb6E275c5cf84AdF",
"binPoolManager": "0x54Ee7e7da9e4aC5761855c4b5f1d8F8b95Dc13ff"
}

0 comments on commit 2eb67b3

Please sign in to comment.