Skip to content

Commit

Permalink
Merge pull request #120 from pontem-network/mkl
Browse files Browse the repository at this point in the history
Add MKL token and MKL-USDC pool
  • Loading branch information
extg5 committed Sep 5, 2024
2 parents cf6bad6 + 7a7313b commit 3f3f8d0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/coins-logos/mkl.svg
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 @@ -1268,5 +1268,16 @@
"symbol": "TOAST",
"type": "0x65957cb717d1ec5e13c003cbad0d20d8f7f95236ea0f8bb8c419e533eda73890::TOAST::TOAST",
"symbol_with_bridge": "TOAST"
},
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/mkl.svg",
"name": "MKL",
"order": 1000,
"source": "aptos",
"symbol": "MKL",
"type": "0x5ae6789dd2fec1a9ec9cccfb3acaf12e93d432f0a3a42c92fe1a9d490b7bbc06::mkl_token::MKL",
"symbol_with_bridge": "MKL"
}
]
7 changes: 7 additions & 0 deletions src/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,5 +540,12 @@
"curve": "unstable",
"contract": "0",
"networkId": 1
},
{
"coinX": "0x5ae6789dd2fec1a9ec9cccfb3acaf12e93d432f0a3a42c92fe1a9d490b7bbc06::mkl_token::MKL",
"coinY": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC",
"curve": "unstable",
"contract": "0.5",
"networkId": 1
}
]

0 comments on commit 3f3f8d0

Please sign in to comment.