From 487cfc81338ed250bd2eb9476a92a9fe6e3f3521 Mon Sep 17 00:00:00 2001 From: Mikhaylov Date: Mon, 1 Jul 2024 16:10:51 +0300 Subject: [PATCH 1/2] [LS-2112] Add coins and pools to coins-registy --- src/coins.json | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/pools.json | 35 +++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) diff --git a/src/coins.json b/src/coins.json index c735961..97ba4a0 100644 --- a/src/coins.json +++ b/src/coins.json @@ -1148,5 +1148,69 @@ "symbol": "BREW", "type": "0xe1bfc010d2bdd576036f4c1f3ea7d547f19188f5b78075dd961420d843ee914c::brew_coin::BrewCoin", "symbol_with_bridge": "BREW" + }, + { + "caution": false, + "chainId": 27, + "decimals": 8, + "logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/apt.svg", + "name": "Aptos Coin", + "order": 1, + "source": "aptos", + "symbol": "APT", + "type": "0x1::aptos_coin::AptosCoin", + "symbol_with_bridge": "APT" + }, + { + "chainId": 27, + "decimals": 8, + "logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/eth.svg", + "name": "Ethereum", + "order": 51, + "symbol": "ETH", + "type": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::ETH", + "symbol_with_bridge": "ETH" + }, + { + "chainId": 27, + "decimals": 6, + "logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/usdt.svg", + "name": "USDT", + "order": 52, + "symbol": "USDT", + "type": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDT", + "symbol_with_bridge": "USDT" + }, + { + "chainId": 27, + "decimals": 8, + "logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/btc.svg", + "name": "BTC", + "order": 53, + "symbol": "BTC", + "type": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::BTC", + "symbol_with_bridge": "BTC" + }, + { + "chainId": 27, + "decimals": 6, + "logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/dai.svg", + "name": "DAI", + "order": 50, + "source": "pontem", + "symbol": "DAI", + "type": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::DAI", + "symbol_with_bridge": "DAI" + }, + { + "chainId": 27, + "decimals": 6, + "logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/usdc.svg", + "name": "USD Coin", + "order": 40, + "source": "pontem", + "symbol": "USDC", + "type": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDC", + "symbol_with_bridge": "USDC" } ] diff --git a/src/pools.json b/src/pools.json index b83e074..439c42d 100644 --- a/src/pools.json +++ b/src/pools.json @@ -449,5 +449,40 @@ "curve": "unstable", "contract": "0.5", "networkId": 1 + }, + { + "coinX": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDT", + "coinY": "0x1::aptos_coin::AptosCoin", + "curve": "unstable", + "contract": "0.5", + "networkId": 27 + }, + { + "coinX": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDC", + "coinY": "0x1::aptos_coin::AptosCoin", + "curve": "unstable", + "contract": "0.5", + "networkId": 27 + }, + { + "coinX": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::ETH", + "coinY": "0x1::aptos_coin::AptosCoin", + "curve": "unstable", + "contract": "0.5", + "networkId": 27 + }, + { + "coinX": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::BTC", + "coinY": "0x1::aptos_coin::AptosCoin", + "curve": "unstable", + "contract": "0.5", + "networkId": 27 + }, + { + "coinX": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDC", + "coinY": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDT", + "curve": "stable", + "contract": "0.5", + "networkId": 27 } ] From 47f33b65dfe192666fde3a5685bb487835142e63 Mon Sep 17 00:00:00 2001 From: Mikhaylov Date: Mon, 1 Jul 2024 16:13:34 +0300 Subject: [PATCH 2/2] 3.2.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c96831..afb58d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pontem/coins-registry", - "version": "3.2.7", + "version": "3.2.8", "description": "Liquidswap & Pontem Wallet coins & pools registry", "main": "src/index.js", "scripts": {