|
@@ -18,10 +18,10 @@ import { HttpsProxyAgent } from 'https-proxy-agent'
|
|
|
|
|
|
const rpcUrl = [
|
|
const rpcUrl = [
|
|
'https://lcd.initiation-1.initia.xyz/',
|
|
'https://lcd.initiation-1.initia.xyz/',
|
|
- // 'https://api-initia-testnet.whispernode.com/',
|
|
|
|
- // 'https://initia-testnet-lcd.orbitalcommand.io/',
|
|
|
|
- // 'https://testnet-initia-api.lavenderfive.com/',
|
|
|
|
- // 'https://api.initiation.test.pfc.zone/',
|
|
|
|
|
|
+ 'https://api-initia-testnet.whispernode.com/',
|
|
|
|
+ 'https://initia-testnet-lcd.orbitalcommand.io/',
|
|
|
|
+ 'https://testnet-initia-api.lavenderfive.com/',
|
|
|
|
+ 'https://api.initiation.test.pfc.zone/',
|
|
]
|
|
]
|
|
|
|
|
|
export abstract class BaseClient {
|
|
export abstract class BaseClient {
|