mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 19:58:29 +00:00
feat(wallet)_: Add base chain support to on ramp (#6343)
This commit adds Base chain support to on-ramp providers Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
This commit is contained in:
parent
747f73e6b1
commit
b6b2597457
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
const mercuryoID = "mercuryo"
|
||||
const mercuryioNoFeesBaseURL = "https://exchange.mercuryo.io/?type=buy&networks=ETHEREUM,ARBITRUM,OPTIMISM¤cy=ETH"
|
||||
const mercuryioNoFeesBaseURL = "https://exchange.mercuryo.io/?type=buy&networks=ETHEREUM,ARBITRUM,OPTIMISM,BASE¤cy=ETH"
|
||||
const supportedAssetsUpdateInterval = 24 * time.Hour
|
||||
|
||||
type MercuryoProvider struct {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
const rampID = "ramp"
|
||||
const rampSiteURL = "https://app.ramp.network/?hostApiKey=zrtf9u2uqebeyzcs37fu5857tktr3eg9w5tffove&hostAppName=Status&swapAsset=ETH_*,ARBITRUM_*,OPTIMISM_*"
|
||||
const rampSiteURL = "https://app.ramp.network/?hostApiKey=zrtf9u2uqebeyzcs37fu5857tktr3eg9w5tffove&hostAppName=Status&swapAsset=ETH_*,ARBITRUM_*,OPTIMISM_*,BASE_*"
|
||||
|
||||
type RampProvider struct{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user