Skip to content

Commit

Permalink
FOG, MEOW coins and PP logo (#129)
Browse files Browse the repository at this point in the history
* Add files via upload

added Meow, FOG. Updated PP

* Update coins.json

* Update pools.json

Add FOG, MEOW pools

* Update coins.json

* Update coins.json
  • Loading branch information
simqkevich authored Oct 11, 2024
1 parent caa658b commit cfce56e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
Binary file added src/coins-logos/FOG.jpg
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/MEOW.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 modified src/coins-logos/PP.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 23 additions & 1 deletion src/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/PP.png",
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/PP.PNG",
"name": "PP Token",
"order": 1001,
"source": "aptos",
Expand Down Expand Up @@ -1389,5 +1389,27 @@
"symbol": "ZAPT",
"type": "0xbafd66d813a51ed6b5d2db99b18b61d2fccbc2e46979690fe84198272c59ca5f::zaptos::Zaptos",
"symbol_with_bridge": "ZAPT"
},
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/MEOW.png",
"name": "MEOW MONEY",
"order": 1001,
"source": "aptos",
"symbol": "MEOW",
"type": "0x24dc0c6bd0a98f31961589e6432a8038833128f7c802ba148172553987c379f::MEOW::MEOW",
"symbol_with_bridge": "MEOW"
},
{
"chainId": 1,
"decimals": 8,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/FOG.jpg",
"name": "FAG DOG COIN",
"order": 1001,
"source": "aptos",
"symbol": "FOG",
"type": "0xaf1077397a61aebda08ff61dfebd571ccdf7a777618b8d66832b5ab0656852bd::FOG::FOG",
"symbol_with_bridge": "FOG"
}
]
16 changes: 15 additions & 1 deletion src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,5 +609,19 @@
"curve": "unstable",
"contract": "0.5",
"networkId": 1
}
},
{
"coinX": "0x24dc0c6bd0a98f31961589e6432a8038833128f7c802ba148172553987c379f::MEOW::MEOW",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0xaf1077397a61aebda08ff61dfebd571ccdf7a777618b8d66832b5ab0656852bd::FOG::FOG",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
]

0 comments on commit cfce56e

Please sign in to comment.