File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @curvefi/api" ,
3
- "version" : " 2.68.0 " ,
3
+ "version" : " 2.68.1 " ,
4
4
"description" : " JavaScript library for curve.finance" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" : " Macket" ,
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ export const tricryptoDeployImplementations = {
60
60
implementationIdx : 1 ,
61
61
} ,
62
62
146 : { // SONIC
63
- amm_native_transfers_disabled : '0xf3A6aa40cf048a3960E9664847E9a7be025a390a' . toLowerCase ( ) , //1
64
- amm_native_transfers_enabled : '0x0000000000000000000000000000000000000000' . toLowerCase ( ) , //0
65
- implementationIdx : 1 ,
63
+ amm_native_transfers_disabled : '0xf3A6aa40cf048a3960E9664847E9a7be025a390a' . toLowerCase ( ) , //0
64
+ amm_native_transfers_enabled : '0x0000000000000000000000000000000000000000' . toLowerCase ( ) , //1
65
+ implementationIdx : 0 ,
66
66
} ,
67
67
196 : { // X-LAYER
68
68
amm_native_transfers_disabled : '0x64379C265Fc6595065D7d835AAaa731c0584dB80' . toLowerCase ( ) , //1
You can’t perform that action at this time.
0 commit comments