@ledgerhq/cryptoassets 11.5.0-nightly.0 → 11.5.0-nightly.1

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
@@ -265,9 +265,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
265
265
  ],
266
266
  ethereumLikeInfo: {
267
267
  chainId: 43114,
268
- node: { type: "ledger", explorerId: "avax" },
269
- explorer: { type: "ledger", explorerId: "avax" },
270
- gasTracker: { type: "ledger", explorerId: "avax" },
271
268
  },
272
269
  explorerViews: [
273
270
  {
@@ -508,9 +505,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
508
505
  family: "evm",
509
506
  ethereumLikeInfo: {
510
507
  chainId: 56,
511
- node: { type: "ledger", explorerId: "bnb" },
512
- explorer: { type: "ledger", explorerId: "bnb" },
513
- gasTracker: { type: "ledger", explorerId: "bnb" },
514
508
  },
515
509
  units: ethereumUnits("BNB", "BNB"),
516
510
  explorerViews: [
@@ -1099,9 +1093,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
1099
1093
  units: ethereumUnits("ether", "ETH"),
1100
1094
  ethereumLikeInfo: {
1101
1095
  chainId: 1,
1102
- node: { type: "ledger", explorerId: "eth" },
1103
- explorer: { type: "ledger", explorerId: "eth" },
1104
- gasTracker: { type: "ledger", explorerId: "eth" },
1105
1096
  },
1106
1097
  explorerViews: [
1107
1098
  {
@@ -1127,9 +1118,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
1127
1118
  blockAvgTime: 15,
1128
1119
  ethereumLikeInfo: {
1129
1120
  chainId: 61,
1130
- node: { type: "ledger", explorerId: "etc" },
1131
- explorer: { type: "ledger", explorerId: "etc" },
1132
- gasTracker: { type: "ledger", explorerId: "etc" },
1133
1121
  },
1134
1122
  explorerViews: [
1135
1123
  {
@@ -2214,9 +2202,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
2214
2202
  family: "evm",
2215
2203
  ethereumLikeInfo: {
2216
2204
  chainId: 137,
2217
- node: { type: "ledger", explorerId: "matic" },
2218
- explorer: { type: "ledger", explorerId: "matic" },
2219
- gasTracker: { type: "ledger", explorerId: "matic" },
2220
2205
  },
2221
2206
  units: ethereumUnits("MATIC", "MATIC"),
2222
2207
  explorerViews: [
@@ -3365,9 +3350,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3365
3350
  blockAvgTime: 15,
3366
3351
  ethereumLikeInfo: {
3367
3352
  chainId: 3, // ropsten
3368
- node: { type: "ledger", explorerId: "eth_ropsten" },
3369
- explorer: { type: "ledger", explorerId: "eth_ropsten" },
3370
- gasTracker: { type: "ledger", explorerId: "eth_ropsten" },
3371
3353
  },
3372
3354
  explorerViews: [
3373
3355
  {
@@ -3394,9 +3376,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3394
3376
  blockAvgTime: 15,
3395
3377
  ethereumLikeInfo: {
3396
3378
  chainId: 5, // goerli
3397
- node: { type: "ledger", explorerId: "eth_goerli" },
3398
- explorer: { type: "ledger", explorerId: "eth_goerli" },
3399
- gasTracker: { type: "ledger", explorerId: "eth_goerli" },
3400
3379
  },
3401
3380
  explorerViews: [
3402
3381
  {
@@ -3423,9 +3402,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3423
3402
  blockAvgTime: 15,
3424
3403
  ethereumLikeInfo: {
3425
3404
  chainId: 11155111,
3426
- node: { type: "ledger", explorerId: "eth_sepolia" },
3427
- explorer: { type: "ledger", explorerId: "eth_sepolia" },
3428
- gasTracker: { type: "ledger", explorerId: "eth_sepolia" },
3429
3405
  },
3430
3406
  explorerViews: [
3431
3407
  {
@@ -3452,9 +3428,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3452
3428
  blockAvgTime: 15,
3453
3429
  ethereumLikeInfo: {
3454
3430
  chainId: 17000,
3455
- node: { type: "ledger", explorerId: "eth_holesky" },
3456
- explorer: { type: "ledger", explorerId: "eth_holesky" },
3457
- gasTracker: { type: "ledger", explorerId: "eth_holesky" },
3458
3431
  },
3459
3432
  explorerViews: [
3460
3433
  {
@@ -3716,11 +3689,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3716
3689
  units: ethereumUnits("ETH", "ETH"),
3717
3690
  ethereumLikeInfo: {
3718
3691
  chainId: 42161,
3719
- node: { type: "external", uri: "https://arb1.arbitrum.io/rpc" },
3720
- explorer: {
3721
- uri: "https://api.arbiscan.io/api",
3722
- type: "etherscan",
3723
- },
3724
3692
  },
3725
3693
  explorerViews: [
3726
3694
  {
@@ -3746,11 +3714,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3746
3714
  disableCountervalue: true,
3747
3715
  ethereumLikeInfo: {
3748
3716
  chainId: 421614,
3749
- node: { type: "external", uri: "https://sepolia-rollup.arbitrum.io/rpc" },
3750
- explorer: {
3751
- uri: "https://api-sepolia.arbiscan.io/api",
3752
- type: "etherscan",
3753
- },
3754
3717
  },
3755
3718
  explorerViews: [
3756
3719
  {
@@ -3773,11 +3736,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3773
3736
  family: "evm",
3774
3737
  ethereumLikeInfo: {
3775
3738
  chainId: 25,
3776
- node: { type: "external", uri: "https://evm.cronos.org" },
3777
- explorer: {
3778
- uri: "https://api.cronoscan.com/api",
3779
- type: "etherscan",
3780
- },
3781
3739
  },
3782
3740
  units: [
3783
3741
  {
@@ -3807,11 +3765,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3807
3765
  units: ethereumUnits("FTM", "FTM"),
3808
3766
  ethereumLikeInfo: {
3809
3767
  chainId: 250,
3810
- node: { type: "external", uri: "https://rpcapi.fantom.network" },
3811
- explorer: {
3812
- uri: "https://api.ftmscan.com/api",
3813
- type: "etherscan",
3814
- },
3815
3768
  },
3816
3769
  explorerViews: [
3817
3770
  {
@@ -3833,11 +3786,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3833
3786
  family: "evm",
3834
3787
  ethereumLikeInfo: {
3835
3788
  chainId: 14,
3836
- node: { type: "external", uri: "https://flare-api.flare.network/ext/bc/C/rpc" },
3837
- explorer: {
3838
- uri: "https://flare-explorer.flare.network/api",
3839
- type: "blockscout",
3840
- },
3841
3789
  },
3842
3790
  units: ethereumUnits("FLR", "FLR"),
3843
3791
  explorerViews: [
@@ -3859,11 +3807,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3859
3807
  family: "evm",
3860
3808
  ethereumLikeInfo: {
3861
3809
  chainId: 19,
3862
- node: { type: "external", uri: "https://songbird-api.flare.network/ext/C/rpc" },
3863
- explorer: {
3864
- uri: "https://songbird-explorer.flare.network/api",
3865
- type: "blockscout",
3866
- },
3867
3810
  },
3868
3811
  units: ethereumUnits("SGB", "SGB"),
3869
3812
  explorerViews: [
@@ -3892,11 +3835,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3892
3835
  ],
3893
3836
  ethereumLikeInfo: {
3894
3837
  chainId: 1284,
3895
- node: { type: "external", uri: "https://rpc.api.moonbeam.network" },
3896
- explorer: {
3897
- uri: "https://api-moonbeam.moonscan.io/api",
3898
- type: "etherscan",
3899
- },
3900
3838
  },
3901
3839
  explorerViews: [
3902
3840
  {
@@ -3919,11 +3857,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3919
3857
  units: ethereumUnits("RBTC", "RBTC"),
3920
3858
  ethereumLikeInfo: {
3921
3859
  chainId: 30,
3922
- node: { type: "external", uri: "https://public-node.rsk.co" },
3923
- explorer: {
3924
- uri: "https://rootstock.blockscout.com/api",
3925
- type: "blockscout",
3926
- },
3927
3860
  },
3928
3861
  explorerViews: [
3929
3862
  {
@@ -3946,11 +3879,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3946
3879
  units: ethereumUnits("BTT", "BTT"),
3947
3880
  ethereumLikeInfo: {
3948
3881
  chainId: 199,
3949
- node: { type: "external", uri: "https://rpc.bt.io" },
3950
- explorer: {
3951
- uri: "https://api.bttcscan.com/api",
3952
- type: "etherscan",
3953
- },
3954
3882
  },
3955
3883
  explorerViews: [
3956
3884
  {
@@ -3973,11 +3901,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
3973
3901
  units: ethereumUnits("ether", "ETH"),
3974
3902
  ethereumLikeInfo: {
3975
3903
  chainId: 10,
3976
- node: { type: "external", uri: "https://mainnet.optimism.io" },
3977
- explorer: {
3978
- uri: "https://api-optimistic.etherscan.io/api",
3979
- type: "etherscan",
3980
- },
3981
3904
  },
3982
3905
  explorerViews: [
3983
3906
  {
@@ -4004,11 +3927,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4004
3927
  disableCountervalue: true,
4005
3928
  ethereumLikeInfo: {
4006
3929
  chainId: 420,
4007
- node: { type: "external", uri: "https://goerli.optimism.io" },
4008
- explorer: {
4009
- uri: "https://api-goerli-optimistic.etherscan.io/api",
4010
- type: "etherscan",
4011
- },
4012
3930
  },
4013
3931
  explorerViews: [
4014
3932
  {
@@ -4031,11 +3949,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4031
3949
  units: ethereumUnits("EWT", "EWT"),
4032
3950
  ethereumLikeInfo: {
4033
3951
  chainId: 246,
4034
- node: { type: "external", uri: "https://rpc.energyweb.org" },
4035
- explorer: {
4036
- uri: "https://explorer.energyweb.org/api",
4037
- type: "blockscout",
4038
- },
4039
3952
  },
4040
3953
  explorerViews: [
4041
3954
  {
@@ -4058,11 +3971,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4058
3971
  units: ethereumUnits("ASTR", "ASTR"),
4059
3972
  ethereumLikeInfo: {
4060
3973
  chainId: 592,
4061
- node: { type: "external", uri: "https://evm.astar.network" },
4062
- explorer: {
4063
- uri: "https://astar.blockscout.com/api",
4064
- type: "blockscout",
4065
- },
4066
3974
  },
4067
3975
  explorerViews: [
4068
3976
  {
@@ -4085,11 +3993,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4085
3993
  units: ethereumUnits("METIS", "METIS"),
4086
3994
  ethereumLikeInfo: {
4087
3995
  chainId: 1088,
4088
- node: { type: "external", uri: "https://andromeda.metis.io/?owner=1088" },
4089
- explorer: {
4090
- uri: "https://andromeda-explorer.metis.io/api",
4091
- type: "blockscout",
4092
- },
4093
3996
  },
4094
3997
  explorerViews: [
4095
3998
  {
@@ -4112,11 +4015,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4112
4015
  units: ethereumUnits("ETH", "ETH"),
4113
4016
  ethereumLikeInfo: {
4114
4017
  chainId: 288,
4115
- node: { type: "external", uri: "https://mainnet.boba.network" },
4116
- explorer: {
4117
- uri: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan",
4118
- type: "etherscan",
4119
- },
4120
4018
  },
4121
4019
  explorerViews: [
4122
4020
  {
@@ -4139,11 +4037,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4139
4037
  units: ethereumUnits("MOVR", "MOVR"),
4140
4038
  ethereumLikeInfo: {
4141
4039
  chainId: 1285,
4142
- node: { type: "external", uri: "https://rpc.api.moonriver.moonbeam.network" },
4143
- explorer: {
4144
- uri: "https://api-moonriver.moonscan.io/api",
4145
- type: "etherscan",
4146
- },
4147
4040
  },
4148
4041
  explorerViews: [
4149
4042
  {
@@ -4166,11 +4059,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4166
4059
  units: ethereumUnits("VLX", "VLX"),
4167
4060
  ethereumLikeInfo: {
4168
4061
  chainId: 106,
4169
- node: { type: "external", uri: "https://evmexplorer.velas.com/rpc" },
4170
- explorer: {
4171
- uri: "https://evmexplorer.velas.com/api",
4172
- type: "blockscout",
4173
- },
4174
4062
  },
4175
4063
  explorerViews: [
4176
4064
  {
@@ -4193,11 +4081,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4193
4081
  units: ethereumUnits("SYS", "SYS"),
4194
4082
  ethereumLikeInfo: {
4195
4083
  chainId: 57,
4196
- node: { type: "external", uri: "https://rpc.syscoin.org" },
4197
- explorer: {
4198
- uri: "https://explorer.syscoin.org/api",
4199
- type: "blockscout",
4200
- },
4201
4084
  },
4202
4085
  explorerViews: [
4203
4086
  {
@@ -4220,11 +4103,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4220
4103
  units: ethereumUnits("TLOS", "TLOS"),
4221
4104
  ethereumLikeInfo: {
4222
4105
  chainId: 40,
4223
- node: { type: "external", uri: "https://mainnet.telos.net/evm" },
4224
- explorer: {
4225
- uri: "https://api.teloscan.io/api",
4226
- type: "teloscan",
4227
- },
4228
4106
  },
4229
4107
  explorerViews: [
4230
4108
  {
@@ -4247,8 +4125,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4247
4125
  units: ethereumUnits("ETH", "ETH"),
4248
4126
  ethereumLikeInfo: {
4249
4127
  chainId: 1101,
4250
- node: { type: "external", uri: "https://zkevm-rpc.com" },
4251
- explorer: { type: "etherscan", uri: "https://api-zkevm.polygonscan.com/api" },
4252
4128
  },
4253
4129
  explorerViews: [
4254
4130
  {
@@ -4274,8 +4150,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4274
4150
  isTestnetFor: "polygon_zk_evm",
4275
4151
  ethereumLikeInfo: {
4276
4152
  chainId: 1442,
4277
- node: { type: "external", uri: "https://rpc.public.zkevm-test.net" },
4278
- explorer: { type: "etherscan", uri: "https://api-testnet-zkevm.polygonscan.com/api" },
4279
4153
  },
4280
4154
  explorerViews: [
4281
4155
  {
@@ -4298,8 +4172,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4298
4172
  units: ethereumUnits("ETH", "ETH"),
4299
4173
  ethereumLikeInfo: {
4300
4174
  chainId: 8453,
4301
- node: { type: "external", uri: "https://developer-access-mainnet.base.org" },
4302
- explorer: { type: "etherscan", uri: "https://api.basescan.org/api" },
4303
4175
  },
4304
4176
  explorerViews: [
4305
4177
  {
@@ -4325,8 +4197,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4325
4197
  isTestnetFor: "base",
4326
4198
  ethereumLikeInfo: {
4327
4199
  chainId: 84532,
4328
- node: { type: "external", uri: "https://sepolia.base.org" },
4329
- explorer: { type: "etherscan", uri: "https://api-sepolia.basescan.org/api" },
4330
4200
  },
4331
4201
  explorerViews: [
4332
4202
  {
@@ -4349,8 +4219,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4349
4219
  units: ethereumUnits("KLAY", "KLAY"),
4350
4220
  ethereumLikeInfo: {
4351
4221
  chainId: 8217,
4352
- node: { type: "external", uri: "https://public-en-cypress.klaytn.net" },
4353
- explorer: { type: "klaytnfinder", uri: "https://cypress-oapi.klaytnfinder.io/api" },
4354
4222
  },
4355
4223
  explorerViews: [
4356
4224
  {
@@ -4373,8 +4241,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4373
4241
  units: ethereumUnits("NEON", "NEON"),
4374
4242
  ethereumLikeInfo: {
4375
4243
  chainId: 245022934,
4376
- node: { type: "external", uri: "https://neon-mainnet.everstake.one" },
4377
- explorer: { type: "blockscout", uri: "https://neon.blockscout.com/api" },
4378
4244
  },
4379
4245
  explorerViews: [
4380
4246
  {
@@ -4398,11 +4264,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4398
4264
  disableCountervalue: false,
4399
4265
  ethereumLikeInfo: {
4400
4266
  chainId: 42,
4401
- node: { type: "external", uri: "https://rpc.mainnet.lukso.network" },
4402
- explorer: {
4403
- type: "blockscout",
4404
- uri: "https://explorer.execution.mainnet.lukso.network/api/v1/",
4405
- },
4406
4267
  },
4407
4268
  explorerViews: [
4408
4269
  {
@@ -4426,11 +4287,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4426
4287
  disableCountervalue: false,
4427
4288
  ethereumLikeInfo: {
4428
4289
  chainId: 59144,
4429
- node: { type: "external", uri: "https://rpc.linea.build" },
4430
- explorer: {
4431
- type: "etherscan",
4432
- uri: "https://api.lineascan.build/api",
4433
- },
4434
4290
  },
4435
4291
  explorerViews: [
4436
4292
  {
@@ -4455,11 +4311,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
4455
4311
  isTestnetFor: "linea",
4456
4312
  ethereumLikeInfo: {
4457
4313
  chainId: 59140,
4458
- node: { type: "external", uri: "https://rpc.goerli.linea.build" },
4459
- explorer: {
4460
- type: "etherscan",
4461
- uri: "https://explorer.goerli.linea.build/api",
4462
- },
4463
4314
  },
4464
4315
  explorerViews: [
4465
4316
  {