@ledgerhq/cryptoassets 11.4.1-wc-test.0 → 12.0.0-new-wc.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/src/currencies.ts CHANGED
@@ -199,7 +199,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
199
199
  ],
200
200
  explorerViews: [
201
201
  {
202
- tx: "https://algoexplorer.io/tx/$hash",
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: "#00ff00",
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
- arbitrum_goerli: {
3733
+ arbitrum_sepolia: {
3734
3734
  type: "CryptoCurrency",
3735
- id: "arbitrum_goerli",
3735
+ id: "arbitrum_sepolia",
3736
3736
  coinType: CoinType.ETH,
3737
- name: "Arbitrum Goerli",
3737
+ name: "Arbitrum Sepolia",
3738
3738
  managerAppName: "Ethereum",
3739
3739
  ticker: "ETH",
3740
3740
  deviceTicker: "ETH",
3741
- scheme: "arbitrum_goerli",
3742
- color: "#00ff00",
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: 421613,
3749
- node: { type: "external", uri: "https://goerli-rollup.arbitrum.io/rpc" },
3748
+ chainId: 421614,
3749
+ node: { type: "external", uri: "https://sepolia-rollup.arbitrum.io/rpc" },
3750
3750
  explorer: {
3751
- uri: "https://api-goerli.arbiscan.io",
3751
+ uri: "https://api-sepolia.arbiscan.io",
3752
3752
  type: "etherscan",
3753
3753
  },
3754
3754
  },
3755
3755
  explorerViews: [
3756
3756
  {
3757
- tx: "https://goerli.arbiscan.io/tx/$hash",
3758
- address: "https://goerli.arbiscan.io/address/$address",
3759
- token: "https://goerli.arbiscan.io/token/$contractAddress?a=$address",
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
- base_goerli: {
4366
+ base_sepolia: {
4367
4367
  type: "CryptoCurrency",
4368
- id: "base_goerli",
4368
+ id: "base_sepolia",
4369
4369
  coinType: CoinType.ETH,
4370
- name: "Base Goerli",
4370
+ name: "Base Sepolia",
4371
4371
  managerAppName: "Ethereum",
4372
4372
  ticker: "ETH",
4373
4373
  deviceTicker: "ETH",
4374
- scheme: "base_goerli",
4375
- color: "#FF0052",
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: 84531,
4382
- node: { type: "external", uri: "https://goerli.base.org" },
4383
- explorer: { type: "etherscan", uri: "https://api-goerli.basescan.org" },
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://goerli.basescan.org/tx/$hash",
4388
- address: "https://goerli.basescan.org/address/$address",
4389
- token: "https://goerli.basescan.org/token/$contractAddress?a=$address",
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
  },