Skip to content

Commit

Permalink
Merge pull request #106 from pontem-network/LS-2112
Browse files Browse the repository at this point in the history
[LS-2112] Add coins and pools to coins-registy
  • Loading branch information
extg5 authored Jul 1, 2024
2 parents 3e4d6af + 47f33b6 commit a14c337
Show file tree
Hide file tree
Showing 3 changed files with 100 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.2.7",
"version": "3.2.8",
"description": "Liquidswap & Pontem Wallet coins & pools registry",
"main": "src/index.js",
"scripts": {
Expand Down
64 changes: 64 additions & 0 deletions src/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
35 changes: 35 additions & 0 deletions src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit a14c337

Please sign in to comment.