File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ const mainnetBase: EnvironmentTemplate = {
225225 baseUrl : '' , //TODO- WIN-6519 when mainnet details available
226226 } ,
227227 xpl : {
228- baseUrl : '' , //TODO- WIN-6654 when mainnet details available
228+ baseUrl : 'https://rpc.plasma.to' ,
229229 } ,
230230 sonic : {
231231 baseUrl : 'https://rpc.soniclabs.com' ,
Original file line number Diff line number Diff line change @@ -1390,10 +1390,10 @@ class Creditcoin extends Mainnet implements EthereumNetwork {
13901390class Plasma extends Mainnet implements EthereumNetwork {
13911391 name = 'Plasma' ;
13921392 family = CoinFamily . XPL ;
1393- explorerUrl = '' ; //TODO- WIN-6654 when mainnet details available
1394- accountExplorerUrl = '' ; //TODO- WIN-6654 when mainnet details available
1395- chainId = 9999999999999 ; //TODO- WIN-6654 when mainnet details available ,this is a dummy value
1396- nativeCoinOperationHashPrefix = '' ; //TODO- WIN-6654 when mainnet details available
1393+ explorerUrl = 'https://plasmascan.to/tx/' ;
1394+ accountExplorerUrl = 'https://plasmascan.to/address/' ;
1395+ chainId = 9745 ;
1396+ nativeCoinOperationHashPrefix = '9745' ;
13971397}
13981398
13991399class PlasmaTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments