@pontem/coins-registry
Advanced tools
Comparing version 2.1.9 to 2.1.10
{ | ||
"name": "@pontem/coins-registry", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Liquidswap coins & pools registry", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -155,3 +155,25 @@ [ | ||
"reward": "0x1::aptos_coin::AptosCoin" | ||
}, | ||
{ | ||
"order": 10, | ||
"address": "0xec7b49b0db853bb64afc771084b8b492226d51500dbeefec0d69e06759412835", | ||
"pool": { | ||
"coinX": "0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::USDT", | ||
"coinY": "0x1::aptos_coin::AptosCoin", | ||
"curve": "0x190d44266241744264b964a37b8f09863167a12d3e70cda39376cfb4e3561e12::curves::Uncorrelated", | ||
"networkId": 2 | ||
}, | ||
"reward": "0x1::aptos_coin::AptosCoin" | ||
}, | ||
{ | ||
"order": 11, | ||
"address": "0xec7b49b0db853bb64afc771084b8b492226d51500dbeefec0d69e06759412835", | ||
"pool": { | ||
"coinX": "0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::BTC", | ||
"coinY": "0x1::aptos_coin::AptosCoin", | ||
"curve": "0x190d44266241744264b964a37b8f09863167a12d3e70cda39376cfb4e3561e12::curves::Uncorrelated", | ||
"networkId": 2 | ||
}, | ||
"reward": "0x1::aptos_coin::AptosCoin" | ||
} | ||
] |
939661
821