Skip to content

Commit

Permalink
feat: update open platform domain name after migration (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu233 authored Sep 30, 2024
1 parent 573a29f commit 0f451ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions cex/go-example/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#PAYMASTER_URL="https://bsc-megafuel.nodereal.io"
#CHAIN_URL="https://bsc-dataseed4.binance.org"
#SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel"
#SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel"
PAYMASTER_URL="https://bsc-megafuel-testnet.nodereal.io"
CHAIN_URL="https://data-seed-prebsc-2-s1.binance.org:8545/"
SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"
SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"

POLICY_UUID="xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
TOKEN_CONTRACT_ADDRESS="0xeD24F....12Ee"
WITHDRAW_RECIPIENT_ADDRESS="0x8e92....3EA2"
HOTWALLET_PRIVATE_KEY="69...929"
HOTWALLET_PRIVATE_KEY="69...929"
4 changes: 2 additions & 2 deletions cex/js-example/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#PAYMASTER_URL="https://bsc-megafuel.nodereal.io"
#SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel"
#SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel"
PAYMASTER_URL="https://bsc-megafuel-testnet.nodereal.io"
SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"
SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"

POLICY_UUID="xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
TOKEN_CONTRACT_ADDRESS="0xeD24F....12Ee"
Expand Down
4 changes: 2 additions & 2 deletions payment-gateway/go-example/.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#PAYMASTER_URL="https://bsc-megafuel.nodereal.io"
#CHAIN_URL="https://bsc-dataseed4.binance.org"
#SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel"
#SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel"
PAYMASTER_URL="https://bsc-megafuel-testnet.nodereal.io"
CHAIN_URL="https://data-seed-prebsc-2-s1.binance.org:8545/"
SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"
SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"

POLICY_UUID="xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
TOKEN_CONTRACT_ADDRESS="0xeD24F....12Ee"
Expand Down
4 changes: 2 additions & 2 deletions payment-gateway/js-example/.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#PAYMASTER_URL="https://bsc-megafuel.nodereal.io"
#CHAIN_URL="https://bsc-dataseed4.binance.org"
#SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel"
#SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel"
#CHAIN_ID=56
PAYMASTER_URL="https://bsc-megafuel-testnet.nodereal.io"
SPONSOR_URL="https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"
SPONSOR_URL="https://open-platform-ap.nodereal.io/{YOUR_API_KEY}/megafuel-testnet"

POLICY_UUID="xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
TOKEN_CONTRACT_ADDRESS="0xeD24F....12Ee"
Expand Down

0 comments on commit 0f451ac

Please sign in to comment.