Skip to content

Commit

Permalink
update swap script
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalakhov committed Feb 27, 2024
1 parent 30976dd commit 67d1c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrumlabs/cardano-dex-sdk",
"version": "0.1.307",
"version": "0.1.308",
"description": "ErgoDEX SDK for Cardano",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/amm/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const OrderAddrsV1Testnet: OrderAddrs = {
ammRedeemDefault: "addr_test1wzpa5704x8qel88ympf4natfdzn59nc9esj7609y3sczmmsxcd9lz",
ammRedeemFeeSwitch: "addr_test1wpr2s8ghmw0h2xlje80t8tjcznhqgzue8zclzuku8dhtdqc8cmsp2",
ammSwapDefault: "addr_test1wqnp362vmvr8jtc946d3a3utqgclfdl5y9d3kn849e359hst7hkqk",
ammSwapFeeSwitch: "addr_test1wqr4vthfnz4nj9gp4zp40scwp05yv3hd04rraj5m8q5xwwctxveup",
ammSwapFeeSwitch: "addr_test1wzyfvhggzm5pslx7fe6qnnt2kv2gclngls50wz4s3z0xergyz0s93",
ammPoolDefault: "addr_test1wp4ec3t25egvhqy2n265xfhq882jxhkknurfe9ny4rl9k6g5eefd8",
ammPoolFeeSwitch: "addr_test1wrj4uuacrrdhkm0rpdgl42fjfy9vaegqv05s4rzp6mczx6sfzvxjz",
ammLock: "addr_test1wrwma0rzvdexhnqrty6t8dcur7c5ffu2rjau2ayec3d3azg0g4dmr"
Expand Down

0 comments on commit 67d1c37

Please sign in to comment.