File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
modules/sdk-core/src/bitgo Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,7 @@ const mainnetBase: EnvironmentTemplate = {
225225 baseUrl : 'https://chainscan.0g.ai/open/api' ,
226226 } ,
227227 xpl : {
228- baseUrl :
229- 'https://chaotic-cosmopolitan-waterfall.plasma-mainnet.quiknode.pro/40f306c7667db5b8637b214b2dbd45aac5f1fe3f' ,
228+ baseUrl : 'https://api.routescan.io/v2/network/mainnet/evm/9745/etherscan/api' ,
230229 } ,
231230 sonic : {
232231 baseUrl : 'https://rpc.soniclabs.com' ,
@@ -238,7 +237,7 @@ const mainnetBase: EnvironmentTemplate = {
238237 baseUrl : 'https://public-en.node.kaia.io' ,
239238 } ,
240239 kavaevm : {
241- baseUrl : 'https://api.verify.mintscan.io/evm/api' ,
240+ baseUrl : 'https://api.verify.mintscan.io/evm/api/0x8ae ' ,
242241 } ,
243242 irys : {
244243 baseUrl : 'https://testnet-rpc.irys.xyz/v1/execution-rpc' , //TODO: WIN-6191 add mainnet url when available
@@ -366,7 +365,7 @@ const testnetBase: EnvironmentTemplate = {
366365 baseUrl : 'https://public-en-kairos.node.kaia.io' ,
367366 } ,
368367 kavaevm : {
369- baseUrl : 'https://api.verify.mintscan.io/evm/api' ,
368+ baseUrl : 'https://api.verify.mintscan.io/evm/api/0x8ad ' ,
370369 } ,
371370 irys : {
372371 baseUrl : 'https://testnet-rpc.irys.xyz/v1/execution-rpc' ,
You can’t perform that action at this time.
0 commit comments