Skip to content

Commit 8cd1ab1

Browse files
authored
Merge pull request #8579 from ahsan-javaiid/rsk/rebranding
Update `rsk` network name to `Rootstock`
2 parents a070f4e + 1f62290 commit 8cd1ab1

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.changeset/stale-penguins-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ledgerhq/cryptoassets": minor
3+
---
4+
5+
fix: updare rsk network name to rootstock

apps/ledger-live-desktop/tests/specs/services/wallet-api.spec.ts-snapshots/wallet-api-currencies-darwin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
"type": "CryptoCurrency",
508508
"id": "rsk",
509509
"ticker": "RBTC",
510-
"name": "RSK",
510+
"name": "Rootstock",
511511
"family": "ethereum",
512512
"color": "#FF931E",
513513
"decimals": 18

apps/ledger-live-desktop/tests/specs/services/wallet-api.spec.ts-snapshots/wallet-api-currencies-linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
"type": "CryptoCurrency",
508508
"id": "rsk",
509509
"ticker": "RBTC",
510-
"name": "RSK",
510+
"name": "Rootstock",
511511
"family": "ethereum",
512512
"color": "#FF931E",
513513
"decimals": 18

libs/ledgerjs/packages/cryptoassets/src/currencies.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,7 +3658,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
36583658
type: "CryptoCurrency",
36593659
id: "rsk",
36603660
coinType: CoinType.ETH,
3661-
name: "RSK",
3661+
name: "Rootstock",
36623662
managerAppName: "Ethereum",
36633663
ticker: "RBTC",
36643664
scheme: "rsk",
@@ -3670,9 +3670,9 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
36703670
},
36713671
explorerViews: [
36723672
{
3673-
tx: "https://explorer.rsk.co/tx/$hash",
3674-
address: "https://explorer.rsk.co/address/$address",
3675-
token: "https://explorer.rsk.co/address/$address",
3673+
tx: "https://explorer.rootstock.io/tx/$hash",
3674+
address: "https://explorer.rootstock.io/address/$address",
3675+
token: "https://explorer.rootstock.io/address/$address",
36763676
},
36773677
],
36783678
},

0 commit comments

Comments
 (0)