@ledgerhq/cryptoassets 11.4.1-nightly.0 → 12.0.0-new-wc-test.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/lib/abandonseed.js +2 -2
- package/lib/abandonseed.js.map +1 -1
- package/lib/currencies.js +24 -24
- package/lib/currencies.js.map +1 -1
- package/lib-es/abandonseed.js +2 -2
- package/lib-es/abandonseed.js.map +1 -1
- package/lib-es/currencies.js +24 -24
- package/lib-es/currencies.js.map +1 -1
- package/package.json +2 -2
- package/src/abandonseed.ts +2 -2
- package/src/currencies.ts +24 -24
package/src/currencies.ts
CHANGED
|
@@ -199,7 +199,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
199
199
|
],
|
|
200
200
|
explorerViews: [
|
|
201
201
|
{
|
|
202
|
-
tx: "https://
|
|
202
|
+
tx: "https://explorer.perawallet.app/tx/$hash",
|
|
203
203
|
},
|
|
204
204
|
],
|
|
205
205
|
keywords: ["algo", "algorand"],
|
|
@@ -3415,7 +3415,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3415
3415
|
ticker: "ETH",
|
|
3416
3416
|
deviceTicker: "ETH",
|
|
3417
3417
|
scheme: "eth_sepolia",
|
|
3418
|
-
color: "#
|
|
3418
|
+
color: "#ff0000",
|
|
3419
3419
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3420
3420
|
isTestnetFor: "ethereum",
|
|
3421
3421
|
disableCountervalue: true,
|
|
@@ -3730,33 +3730,33 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3730
3730
|
},
|
|
3731
3731
|
],
|
|
3732
3732
|
},
|
|
3733
|
-
|
|
3733
|
+
arbitrum_sepolia: {
|
|
3734
3734
|
type: "CryptoCurrency",
|
|
3735
|
-
id: "
|
|
3735
|
+
id: "arbitrum_sepolia",
|
|
3736
3736
|
coinType: CoinType.ETH,
|
|
3737
|
-
name: "Arbitrum
|
|
3737
|
+
name: "Arbitrum Sepolia",
|
|
3738
3738
|
managerAppName: "Ethereum",
|
|
3739
3739
|
ticker: "ETH",
|
|
3740
3740
|
deviceTicker: "ETH",
|
|
3741
|
-
scheme: "
|
|
3742
|
-
color: "#
|
|
3741
|
+
scheme: "arbitrum_sepolia",
|
|
3742
|
+
color: "#ff0000",
|
|
3743
3743
|
family: "evm",
|
|
3744
3744
|
units: ethereumUnits("ether", "ETH").map(makeTestnetUnit),
|
|
3745
3745
|
isTestnetFor: "arbitrum",
|
|
3746
3746
|
disableCountervalue: true,
|
|
3747
3747
|
ethereumLikeInfo: {
|
|
3748
|
-
chainId:
|
|
3749
|
-
node: { type: "external", uri: "https://
|
|
3748
|
+
chainId: 421614,
|
|
3749
|
+
node: { type: "external", uri: "https://sepolia-rollup.arbitrum.io/rpc" },
|
|
3750
3750
|
explorer: {
|
|
3751
|
-
uri: "https://api-
|
|
3751
|
+
uri: "https://api-sepolia.arbiscan.io",
|
|
3752
3752
|
type: "etherscan",
|
|
3753
3753
|
},
|
|
3754
3754
|
},
|
|
3755
3755
|
explorerViews: [
|
|
3756
3756
|
{
|
|
3757
|
-
tx: "https://
|
|
3758
|
-
address: "https://
|
|
3759
|
-
token: "https://
|
|
3757
|
+
tx: "https://sepolia.arbiscan.io/tx/$hash",
|
|
3758
|
+
address: "https://sepolia.arbiscan.io/address/$address",
|
|
3759
|
+
token: "https://sepolia.arbiscan.io/token/$contractAddress?a=$address",
|
|
3760
3760
|
},
|
|
3761
3761
|
],
|
|
3762
3762
|
},
|
|
@@ -4363,30 +4363,30 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
4363
4363
|
},
|
|
4364
4364
|
],
|
|
4365
4365
|
},
|
|
4366
|
-
|
|
4366
|
+
base_sepolia: {
|
|
4367
4367
|
type: "CryptoCurrency",
|
|
4368
|
-
id: "
|
|
4368
|
+
id: "base_sepolia",
|
|
4369
4369
|
coinType: CoinType.ETH,
|
|
4370
|
-
name: "Base
|
|
4370
|
+
name: "Base Sepolia",
|
|
4371
4371
|
managerAppName: "Ethereum",
|
|
4372
4372
|
ticker: "ETH",
|
|
4373
4373
|
deviceTicker: "ETH",
|
|
4374
|
-
scheme: "
|
|
4375
|
-
color: "#
|
|
4374
|
+
scheme: "base_sepolia",
|
|
4375
|
+
color: "#FF0000",
|
|
4376
4376
|
family: "evm",
|
|
4377
4377
|
units: ethereumUnits("ETH", "ETH").map(makeTestnetUnit),
|
|
4378
4378
|
disableCountervalue: true,
|
|
4379
4379
|
isTestnetFor: "base",
|
|
4380
4380
|
ethereumLikeInfo: {
|
|
4381
|
-
chainId:
|
|
4382
|
-
node: { type: "external", uri: "https://
|
|
4383
|
-
explorer: { type: "etherscan", uri: "https://api-
|
|
4381
|
+
chainId: 84532,
|
|
4382
|
+
node: { type: "external", uri: "https://sepolia.base.org" },
|
|
4383
|
+
explorer: { type: "etherscan", uri: "https://api-sepolia.basescan.org" },
|
|
4384
4384
|
},
|
|
4385
4385
|
explorerViews: [
|
|
4386
4386
|
{
|
|
4387
|
-
tx: "https://
|
|
4388
|
-
address: "https://
|
|
4389
|
-
token: "https://
|
|
4387
|
+
tx: "https://sepolia.basescan.org/tx/$hash",
|
|
4388
|
+
address: "https://sepolia.basescan.org/address/$address",
|
|
4389
|
+
token: "https://sepolia.basescan.org/token/$contractAddress?a=$address",
|
|
4390
4390
|
},
|
|
4391
4391
|
],
|
|
4392
4392
|
},
|