Skip to content

Commit

Permalink
Merge pull request #670 from OasisDEX/marcinciarka/fix-snx-pool-address
Browse files Browse the repository at this point in the history
Update version to 0.1.58 and address in addresses/package.json and deploy-configurations/configs/base.conf.ts
  • Loading branch information
marcinciarka authored Apr 11, 2024
2 parents 5e511df + 5f56e50 commit 2db0874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisdex/addresses",
"version": "0.1.57",
"version": "0.1.58",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/base.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ export const config: SystemConfig = {
},
AjnaPoolPairs_SNXUSDC: {
name: 'AjnaPoolPairs_SNXUSDC',
address: '0xd784b2ee3cd12a93e7ed592e583f6929f2d4e0b2',
address: '0x92c85b18e7f0df000bbfab4ce76c28a4ddbae64a',
},
AjnaPoolPairs_SNXCUSDCV3: {
name: 'AjnaPoolPairs_SNXCUSDCV3',
Expand Down

0 comments on commit 2db0874

Please sign in to comment.