We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74740d6 commit 8a9e85cCopy full SHA for 8a9e85c
sdk-clients/fusionplus/examples/get_quote/main.go
@@ -12,8 +12,8 @@ import (
12
13
var (
14
devPortalToken = os.Getenv("DEV_PORTAL_TOKEN")
15
- publicAddress = os.Getenv("WALLET_ADDRESS_NEW")
16
- privateKey = os.Getenv("WALLET_KEY_NEW")
+ publicAddress = os.Getenv("WALLET_ADDRESS")
+ privateKey = os.Getenv("WALLET_KEY")
17
)
18
19
func main() {
sdk-clients/fusionplus/examples/place_order/main.go
@@ -13,8 +13,8 @@ import (
20
0 commit comments