Skip to content

Commit

Permalink
Merge pull request #67 from ok-kevinyou/main
Browse files Browse the repository at this point in the history
Added OKX and OKXTR Web3 Wallet
  • Loading branch information
thekiba authored Jul 17, 2024
2 parents 3a98876 + 0d64624 commit 2dc5979
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,47 @@
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
}
},
{
"app_name": "okxTonWallet",
"name": "OKX Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png",
"about_url": "https://www.okx.com/web3",
"universal_url": "https://www.ouxyi.link/ul/uYJPB0",
"bridge": [
{
"type": "js",
"key": "okxTonWallet"
},
{
"type": "sse",
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"platforms": ["chrome", "safari", "firefox", "ios", "android"]
},
{
"app_name": "okxTonWalletTr",
"name": "OKX TR Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/587A8296F0BB640F.png",
"about_url": "https://tr.okx.com/web3",
"universal_url": "https://www.ouxyi.link/ul/uYJPB0?entityId=5",
"bridge": [
{
"type": "js",
"key": "okxTonWallet"
},
{
"type": "sse",
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"platforms": [
"chrome",
"safari",
"firefox",
"ios",
"android"
]
}
]

0 comments on commit 2dc5979

Please sign in to comment.