Skip to content

Commit

Permalink
Merge pull request #116 from pontem-network/add-pools-monkey-tost
Browse files Browse the repository at this point in the history
Add pools monkey tost
  • Loading branch information
bouvens authored Aug 16, 2024
2 parents 0c135c0 + 878efd1 commit c098452
Show file tree
Hide file tree
Showing 2 changed files with 9 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": "@pontem/coins-registry",
"version": "3.7.1",
"version": "3.8.2",
"description": "Liquidswap & Pontem Wallet coins & pools registry",
"main": "src/index.js",
"scripts": {
Expand Down
9 changes: 8 additions & 1 deletion src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,13 @@
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0xf6f87fb53c090da2cd681cd30eccec6825685e6f305bfb9efdbbdf31796a83a7::MONKE::MONKE",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x808b4ffe04011cd20327a910518b4bff661f73fa907e9fc41ad690f84fa6f83e::asset::USDC",
"coinY": "0x1::aptos_coin::AptosCoin",
Expand Down Expand Up @@ -531,7 +538,7 @@
"coinX": "0x65957cb717d1ec5e13c003cbad0d20d8f7f95236ea0f8bb8c419e533eda73890::TOAST::TOAST",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"contract": "0",
"networkId": 1
}
]

0 comments on commit c098452

Please sign in to comment.