@@ -4,12 +4,12 @@ This JavaScript SDK is thin wrapper of MegaFuel clients, offering a streamlined
4
4
5
5
## Network Endpoint
6
6
7
- | Network | [ Paymaster] ( https://docs.nodereal.io/reference/pm-issponsorable ) | [ Sponsor] ( https://docs.nodereal.io/reference/pm-addtowhitelist ) |
8
- | :-------------:| :-------------------------------------------------------------------------------:| :---------------------------------------------------------------------------------------------- :|
9
- | BSC mainnet | https://bsc-megafuel.nodereal.io | https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel |
10
- | BSC testnet | https://bsc-megafuel-testnet.nodereal.io | https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel-testnet |
11
- | opBNB mainnet | https://opbnb-megafuel.nodereal.io | https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel |
12
- | opBNB testnet | https://opbnb-megafuel-testnet.nodereal.io | https://open-platform.nodereal.io/{YOUR_API_KEY}/megafuel-testnet |
7
+ | Network | [ Paymaster] ( https://docs.nodereal.io/reference/pm-issponsorable ) | [ Sponsor] ( https://docs.nodereal.io/reference/pm-addtowhitelist ) |
8
+ | :-------------:| :-------------------------------------------------------------------------------:| :--------------------------------------------------------------------:|
9
+ | BSC mainnet | https://bsc-megafuel.nodereal.io | https://open-platform-ap .nodereal.io/{YOUR_API_KEY}/megafuel |
10
+ | BSC testnet | https://bsc-megafuel-testnet.nodereal.io | https://open-platform-ap .nodereal.io/{YOUR_API_KEY}/megafuel-testnet |
11
+ | opBNB mainnet | https://opbnb-megafuel.nodereal.io | https://open-platform-ap .nodereal.io/{YOUR_API_KEY}/megafuel |
12
+ | opBNB testnet | https://opbnb-megafuel-testnet.nodereal.io | https://open-platform-ap .nodereal.io/{YOUR_API_KEY}/megafuel-testnet |
13
13
14
14
## Quick Start
15
15
1 . Install dependency
@@ -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"
0 commit comments