Skip to content

Commit

Permalink
Merge pull request #110 from yenkhoon/main
Browse files Browse the repository at this point in the history
Adding Aptoast ($TOAST) into liquidswap
  • Loading branch information
bouvens committed Aug 14, 2024
2 parents 4751f72 + 8b7068d commit 2edd3c9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file added src/coins-logos/aptoast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1224,5 +1224,16 @@
"symbol": "USDC",
"type": "0x45a6dce5d868431d7f0c224a0122e64372eeb1697309529c9aaa94a97e9d331e::coins::USDC",
"symbol_with_bridge": "USDC"
},
{
"chainId": 1,
"decimals": 8,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/aptoast.png",
"name": "Aptoast",
"order": 1000,
"source": "aptos",
"symbol": "TOAST",
"type": "0x65957cb717d1ec5e13c003cbad0d20d8f7f95236ea0f8bb8c419e533eda73890::TOAST::TOAST",
"symbol_with_bridge": "TOAST"
}
]
7 changes: 7 additions & 0 deletions src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,5 +512,12 @@
"curve": "stable",
"contract": "0.5",
"networkId": 27
},
{
"coinX": "0x65957cb717d1ec5e13c003cbad0d20d8f7f95236ea0f8bb8c419e533eda73890::TOAST::TOAST",
"coinY": "0x1::aptos_coin::AptosCoin",
"curve": "unstable",
"contract": "1",
"networkId": 1
}
]

0 comments on commit 2edd3c9

Please sign in to comment.