Skip to content

Commit

Permalink
Merge pull request #109 from pontem-network/lsd-pools
Browse files Browse the repository at this point in the history
Add LSD pools
  • Loading branch information
extg5 authored Jul 30, 2024
2 parents 89bd382 + a143e2d commit 73d09a7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pontem/coins-registry",
"version": "3.3.2",
"version": "3.3.3",
"description": "Liquidswap & Pontem Wallet coins & pools registry",
"main": "src/index.js",
"scripts": {
Expand Down
21 changes: 21 additions & 0 deletions src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,27 @@
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x53a30a6e5936c0a4c5140daed34de39d17ca7fcae08f947c02e979cef98a3719::coin::LSD",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x53a30a6e5936c0a4c5140daed34de39d17ca7fcae08f947c02e979cef98a3719::coin::LSD",
"coinY": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x53a30a6e5936c0a4c5140daed34de39d17ca7fcae08f947c02e979cef98a3719::coin::LSD",
"coinY": "0x73eb84966be67e4697fc5ae75173ca6c35089e802650f75422ab49a8729704ec::coin::DooDoo",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDT",
"coinY": "0x1::aptos_coin::AptosCoin",
Expand Down

0 comments on commit 73d09a7

Please sign in to comment.