Skip to content

Commit

Permalink
Merge pull request #112 from pontem-network/add-memcoins
Browse files Browse the repository at this point in the history
Add memcoins
  • Loading branch information
bouvens authored Aug 15, 2024
2 parents 4253234 + 034a6ec commit 5d78187
Show file tree
Hide file tree
Showing 5 changed files with 37 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.5.0",
"version": "3.6.0",
"description": "Liquidswap & Pontem Wallet coins & pools registry",
"main": "src/index.js",
"scripts": {
Expand Down
Binary file added src/coins-logos/nruh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/coins-logos/stos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,28 @@
"type": "0xe1bfc010d2bdd576036f4c1f3ea7d547f19188f5b78075dd961420d843ee914c::brew_coin::BrewCoin",
"symbol_with_bridge": "BREW"
},
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/nruh.png",
"name": "nRuH BeRs",
"order": 1000,
"source": "aptos",
"symbol": "NRUH",
"type": "0x967adbf2e05fe665ab86a3bf2c4acfa39fbf62097963474ef70a0786dae8cfa2::NRUH::NRUH",
"symbol_with_bridge": "NRUH"
},
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/stos.png",
"name": "sherritos",
"order": 1000,
"source": "aptos",
"symbol": "STOS",
"type": "0x2dcbc03740a6fa2efee926b9df329184cce357d0573bdab09930f4d48e61a4c8::STOS::STOS",
"symbol_with_bridge": "STOS"
},
{
"caution": false,
"chainId": 27,
Expand Down
14 changes: 14 additions & 0 deletions src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,20 @@
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x2dcbc03740a6fa2efee926b9df329184cce357d0573bdab09930f4d48e61a4c8::STOS::STOS",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x967adbf2e05fe665ab86a3bf2c4acfa39fbf62097963474ef70a0786dae8cfa2::NRUH::NRUH",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x808b4ffe04011cd20327a910518b4bff661f73fa907e9fc41ad690f84fa6f83e::asset::USDC",
"coinY": "0x1::aptos_coin::AptosCoin",
Expand Down

0 comments on commit 5d78187

Please sign in to comment.