feat: Add ERC20-like Token
This commit is contained in:
9
web3.js/test/url.js
Normal file
9
web3.js/test/url.js
Normal file
@ -0,0 +1,9 @@
|
||||
// @flow
|
||||
|
||||
/**
|
||||
* The connection url to use when running unit tests against a live network
|
||||
*/
|
||||
export const url = 'http://localhost:8899';
|
||||
//export const url = 'http://testnet.solana.com:8899';
|
||||
//export const url = 'http://master.testnet.solana.com:8899';
|
||||
|
Reference in New Issue
Block a user