Skip to content

Commit

Permalink
Merge pull request #36 from klaytn/dev
Browse files Browse the repository at this point in the history
feat: add portal bridges and exchanges list
  • Loading branch information
bokuhe authored Jun 28, 2024
2 parents e6b32cb + b1e855d commit 5edd698
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions portal/bridges.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"items":[
{
"name":"Stargate",
"url":"https://stargate.finance/bridge"
},
{
"name":"Wormhole",
"url":"https://wormhole.com"
}
]
}

37 changes: 37 additions & 0 deletions portal/exchanges.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"items":[
{
"name":"Binance",
"url":"https://www.binance.com"
},
{
"name":"OKX",
"url":"https://www.okx.com"
},
{
"name":"Bybit",
"url":"https://www.bybit.com"
},
{
"name":"HTX",
"url":"https://www.htx.com"
},
{
"name":"Bitget",
"url":"https://www.bitget.com"
},
{
"name":"Bithumb",
"url":"https://www.bithumb.com"
},
{
"name":"Coinone",
"url":"https://www.coinone.com"
}
],
"others":{
"name":"CoinMarketCap",
"url":"https://coinmarketcap.com/currencies/klaytn/"
}
}

0 comments on commit 5edd698

Please sign in to comment.