File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import {ethers} from "ethers";
25
25
import {PaymasterClient , SponsorClient } from ' megafuel-js-sdk' ;
26
26
27
27
const PAYMASTER_URL = " https://bsc-megafuel.nodereal.io"
28
- const SPONSOR_URL = " https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel"
28
+ const SPONSOR_URL = " https://open-platform-ap .nodereal.io/{YOUR_API_KEY}/megafuel"
29
29
30
30
const POLICY_UUID = " a2381160-xxxx-xxxx-xxxxceca86556834"
31
31
const TOKEN_CONTRACT_ADDRESS = " 0xeD2.....12Ee"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dotenv.config({
6
6
7
7
// testnet env
8
8
export const OPEN_PLATFORM_PRIVATE_KEY = process . env . OPEN_PLATFORM_PRIVATE_KEY
9
- export const SPONSOR_URL = `https://open-platform.nodereal.io/${ OPEN_PLATFORM_PRIVATE_KEY } /megafuel-testnet`
9
+ export const SPONSOR_URL = `https://open-platform-ap .nodereal.io/${ OPEN_PLATFORM_PRIVATE_KEY } /megafuel-testnet`
10
10
export const CHAIN_ID = '97'
11
11
export const CHAIN_URL = `https://bsc-testnet.nodereal.io/v1/${ OPEN_PLATFORM_PRIVATE_KEY } `
12
12
export const PAYMASTER_URL = 'https://bsc-megafuel-testnet.nodereal.io/97'
You can’t perform that action at this time.
0 commit comments