Skip to content

Commit

Permalink
EDOG & GHOST (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
borispovod authored Oct 13, 2024
1 parent ad6148c commit 6ad90fd
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
Binary file added src/coins-logos/edog.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/ghost.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 @@ -1403,13 +1403,35 @@
},
{
"chainId": 1,
"decimals": 8,
"decimals": 6,
"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"
},
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/edog.png",
"name": "EDOG",
"order": 1001,
"source": "aptos",
"symbol": "EDOG",
"type": "0x5e975e7f36f2658d4cf146142899c659464a3e0d90f0f4d5f8b2447173c06ef6::EDOG::EDOG",
"symbol_with_bridge": "EDOG"
},
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/ghost.png",
"name": "GHOST",
"order": 1001,
"source": "aptos",
"symbol": "GHO",
"type": "0xc95e07a20f94acb04f1188b51bafbbeec93363760c066f4ced3884a48137da8a::GHO::GHO",
"symbol_with_bridge": "GHO"
}
]
14 changes: 14 additions & 0 deletions src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,5 +623,19 @@
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0x5e975e7f36f2658d4cf146142899c659464a3e0d90f0f4d5f8b2447173c06ef6::EDOG::EDOG",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
},
{
"coinX": "0xc95e07a20f94acb04f1188b51bafbbeec93363760c066f4ced3884a48137da8a::GHO::GHO",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
}
]

0 comments on commit 6ad90fd

Please sign in to comment.