Skip to content

Commit 74c1788

Browse files
authored
Merge pull request #6907 from BitGo/WIN-7131
chore: update mainnet rpc url for plasma
2 parents 457219e + e1b553b commit 74c1788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/sdk-core/src/bitgo/environments.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ const mainnetBase: EnvironmentTemplate = {
225225
baseUrl: 'https://chainscan.0g.ai/open/api',
226226
},
227227
xpl: {
228-
baseUrl: 'https://rpc.plasma.to',
228+
baseUrl:
229+
'https://chaotic-cosmopolitan-waterfall.plasma-mainnet.quiknode.pro/40f306c7667db5b8637b214b2dbd45aac5f1fe3f',
229230
},
230231
sonic: {
231232
baseUrl: 'https://rpc.soniclabs.com',

0 commit comments

Comments
 (0)