Skip to content

Commit

Permalink
fix: zkswap-stable pool
Browse files Browse the repository at this point in the history
  • Loading branch information
NgoKimPhu committed Dec 16, 2024
1 parent c4c32cd commit 6854e8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/source/curve/pools/zkswap-stable/zksync.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"name": "USDC/USDC/USDT",
"type": "curve-base",
"lpToken": "0x31c330f2febda65693ec8801b77a93c6d1f479e4",
"aPrecision": "2000",
"aPrecision": "1",
"tokens": [
{
"address": "0x1d17cbcf0d6d143135ae902365d2e5e2a16538d4",
"precision": "1",
"rate": "1000000000000000000"
"precision": "1000000000000",
"rate": "1000000000000000000000000000000"
},
{
"address": "0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4",
"precision": "1",
"rate": "1000000000000000000"
"precision": "1000000000000",
"rate": "1000000000000000000000000000000"
},
{
"address": "0x493257fd37edb34451f62edf8d2a0c418852ba4c",
"precision": "1",
"rate": "1000000000000000000"
"precision": "1000000000000",
"rate": "1000000000000000000000000000000"
}
]
}
Expand Down

0 comments on commit 6854e8e

Please sign in to comment.