@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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +6 -0
- package/lib/currencies.d.ts.map +1 -1
- package/lib/currencies.js +2 -151
- package/lib/currencies.js.map +1 -1
- package/lib-es/currencies.d.ts.map +1 -1
- package/lib-es/currencies.js +2 -151
- package/lib-es/currencies.js.map +1 -1
- package/package.json +2 -2
- package/src/currencies.ts +0 -149
package/lib-es/currencies.js
CHANGED
|
@@ -260,9 +260,6 @@ export const cryptocurrenciesById = {
|
|
|
260
260
|
],
|
|
261
261
|
ethereumLikeInfo: {
|
|
262
262
|
chainId: 43114,
|
|
263
|
-
node: { type: "ledger", explorerId: "avax" },
|
|
264
|
-
explorer: { type: "ledger", explorerId: "avax" },
|
|
265
|
-
gasTracker: { type: "ledger", explorerId: "avax" },
|
|
266
263
|
},
|
|
267
264
|
explorerViews: [
|
|
268
265
|
{
|
|
@@ -503,9 +500,6 @@ export const cryptocurrenciesById = {
|
|
|
503
500
|
family: "evm",
|
|
504
501
|
ethereumLikeInfo: {
|
|
505
502
|
chainId: 56,
|
|
506
|
-
node: { type: "ledger", explorerId: "bnb" },
|
|
507
|
-
explorer: { type: "ledger", explorerId: "bnb" },
|
|
508
|
-
gasTracker: { type: "ledger", explorerId: "bnb" },
|
|
509
503
|
},
|
|
510
504
|
units: ethereumUnits("BNB", "BNB"),
|
|
511
505
|
explorerViews: [
|
|
@@ -1094,9 +1088,6 @@ export const cryptocurrenciesById = {
|
|
|
1094
1088
|
units: ethereumUnits("ether", "ETH"),
|
|
1095
1089
|
ethereumLikeInfo: {
|
|
1096
1090
|
chainId: 1,
|
|
1097
|
-
node: { type: "ledger", explorerId: "eth" },
|
|
1098
|
-
explorer: { type: "ledger", explorerId: "eth" },
|
|
1099
|
-
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
1100
1091
|
},
|
|
1101
1092
|
explorerViews: [
|
|
1102
1093
|
{
|
|
@@ -1122,9 +1113,6 @@ export const cryptocurrenciesById = {
|
|
|
1122
1113
|
blockAvgTime: 15,
|
|
1123
1114
|
ethereumLikeInfo: {
|
|
1124
1115
|
chainId: 61,
|
|
1125
|
-
node: { type: "ledger", explorerId: "etc" },
|
|
1126
|
-
explorer: { type: "ledger", explorerId: "etc" },
|
|
1127
|
-
gasTracker: { type: "ledger", explorerId: "etc" },
|
|
1128
1116
|
},
|
|
1129
1117
|
explorerViews: [
|
|
1130
1118
|
{
|
|
@@ -2208,9 +2196,6 @@ export const cryptocurrenciesById = {
|
|
|
2208
2196
|
family: "evm",
|
|
2209
2197
|
ethereumLikeInfo: {
|
|
2210
2198
|
chainId: 137,
|
|
2211
|
-
node: { type: "ledger", explorerId: "matic" },
|
|
2212
|
-
explorer: { type: "ledger", explorerId: "matic" },
|
|
2213
|
-
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
2214
2199
|
},
|
|
2215
2200
|
units: ethereumUnits("MATIC", "MATIC"),
|
|
2216
2201
|
explorerViews: [
|
|
@@ -3358,10 +3343,7 @@ export const cryptocurrenciesById = {
|
|
|
3358
3343
|
family: "evm",
|
|
3359
3344
|
blockAvgTime: 15,
|
|
3360
3345
|
ethereumLikeInfo: {
|
|
3361
|
-
chainId: 3,
|
|
3362
|
-
node: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3363
|
-
explorer: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3364
|
-
gasTracker: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3346
|
+
chainId: 3, // ropsten
|
|
3365
3347
|
},
|
|
3366
3348
|
explorerViews: [
|
|
3367
3349
|
{
|
|
@@ -3387,10 +3369,7 @@ export const cryptocurrenciesById = {
|
|
|
3387
3369
|
family: "evm",
|
|
3388
3370
|
blockAvgTime: 15,
|
|
3389
3371
|
ethereumLikeInfo: {
|
|
3390
|
-
chainId: 5,
|
|
3391
|
-
node: { type: "ledger", explorerId: "eth_goerli" },
|
|
3392
|
-
explorer: { type: "ledger", explorerId: "eth_goerli" },
|
|
3393
|
-
gasTracker: { type: "ledger", explorerId: "eth_goerli" },
|
|
3372
|
+
chainId: 5, // goerli
|
|
3394
3373
|
},
|
|
3395
3374
|
explorerViews: [
|
|
3396
3375
|
{
|
|
@@ -3417,9 +3396,6 @@ export const cryptocurrenciesById = {
|
|
|
3417
3396
|
blockAvgTime: 15,
|
|
3418
3397
|
ethereumLikeInfo: {
|
|
3419
3398
|
chainId: 11155111,
|
|
3420
|
-
node: { type: "ledger", explorerId: "eth_sepolia" },
|
|
3421
|
-
explorer: { type: "ledger", explorerId: "eth_sepolia" },
|
|
3422
|
-
gasTracker: { type: "ledger", explorerId: "eth_sepolia" },
|
|
3423
3399
|
},
|
|
3424
3400
|
explorerViews: [
|
|
3425
3401
|
{
|
|
@@ -3446,9 +3422,6 @@ export const cryptocurrenciesById = {
|
|
|
3446
3422
|
blockAvgTime: 15,
|
|
3447
3423
|
ethereumLikeInfo: {
|
|
3448
3424
|
chainId: 17000,
|
|
3449
|
-
node: { type: "ledger", explorerId: "eth_holesky" },
|
|
3450
|
-
explorer: { type: "ledger", explorerId: "eth_holesky" },
|
|
3451
|
-
gasTracker: { type: "ledger", explorerId: "eth_holesky" },
|
|
3452
3425
|
},
|
|
3453
3426
|
explorerViews: [
|
|
3454
3427
|
{
|
|
@@ -3710,11 +3683,6 @@ export const cryptocurrenciesById = {
|
|
|
3710
3683
|
units: ethereumUnits("ETH", "ETH"),
|
|
3711
3684
|
ethereumLikeInfo: {
|
|
3712
3685
|
chainId: 42161,
|
|
3713
|
-
node: { type: "external", uri: "https://arb1.arbitrum.io/rpc" },
|
|
3714
|
-
explorer: {
|
|
3715
|
-
uri: "https://api.arbiscan.io/api",
|
|
3716
|
-
type: "etherscan",
|
|
3717
|
-
},
|
|
3718
3686
|
},
|
|
3719
3687
|
explorerViews: [
|
|
3720
3688
|
{
|
|
@@ -3740,11 +3708,6 @@ export const cryptocurrenciesById = {
|
|
|
3740
3708
|
disableCountervalue: true,
|
|
3741
3709
|
ethereumLikeInfo: {
|
|
3742
3710
|
chainId: 421614,
|
|
3743
|
-
node: { type: "external", uri: "https://sepolia-rollup.arbitrum.io/rpc" },
|
|
3744
|
-
explorer: {
|
|
3745
|
-
uri: "https://api-sepolia.arbiscan.io/api",
|
|
3746
|
-
type: "etherscan",
|
|
3747
|
-
},
|
|
3748
3711
|
},
|
|
3749
3712
|
explorerViews: [
|
|
3750
3713
|
{
|
|
@@ -3767,11 +3730,6 @@ export const cryptocurrenciesById = {
|
|
|
3767
3730
|
family: "evm",
|
|
3768
3731
|
ethereumLikeInfo: {
|
|
3769
3732
|
chainId: 25,
|
|
3770
|
-
node: { type: "external", uri: "https://evm.cronos.org" },
|
|
3771
|
-
explorer: {
|
|
3772
|
-
uri: "https://api.cronoscan.com/api",
|
|
3773
|
-
type: "etherscan",
|
|
3774
|
-
},
|
|
3775
3733
|
},
|
|
3776
3734
|
units: [
|
|
3777
3735
|
{
|
|
@@ -3801,11 +3759,6 @@ export const cryptocurrenciesById = {
|
|
|
3801
3759
|
units: ethereumUnits("FTM", "FTM"),
|
|
3802
3760
|
ethereumLikeInfo: {
|
|
3803
3761
|
chainId: 250,
|
|
3804
|
-
node: { type: "external", uri: "https://rpcapi.fantom.network" },
|
|
3805
|
-
explorer: {
|
|
3806
|
-
uri: "https://api.ftmscan.com/api",
|
|
3807
|
-
type: "etherscan",
|
|
3808
|
-
},
|
|
3809
3762
|
},
|
|
3810
3763
|
explorerViews: [
|
|
3811
3764
|
{
|
|
@@ -3827,11 +3780,6 @@ export const cryptocurrenciesById = {
|
|
|
3827
3780
|
family: "evm",
|
|
3828
3781
|
ethereumLikeInfo: {
|
|
3829
3782
|
chainId: 14,
|
|
3830
|
-
node: { type: "external", uri: "https://flare-api.flare.network/ext/bc/C/rpc" },
|
|
3831
|
-
explorer: {
|
|
3832
|
-
uri: "https://flare-explorer.flare.network/api",
|
|
3833
|
-
type: "blockscout",
|
|
3834
|
-
},
|
|
3835
3783
|
},
|
|
3836
3784
|
units: ethereumUnits("FLR", "FLR"),
|
|
3837
3785
|
explorerViews: [
|
|
@@ -3853,11 +3801,6 @@ export const cryptocurrenciesById = {
|
|
|
3853
3801
|
family: "evm",
|
|
3854
3802
|
ethereumLikeInfo: {
|
|
3855
3803
|
chainId: 19,
|
|
3856
|
-
node: { type: "external", uri: "https://songbird-api.flare.network/ext/C/rpc" },
|
|
3857
|
-
explorer: {
|
|
3858
|
-
uri: "https://songbird-explorer.flare.network/api",
|
|
3859
|
-
type: "blockscout",
|
|
3860
|
-
},
|
|
3861
3804
|
},
|
|
3862
3805
|
units: ethereumUnits("SGB", "SGB"),
|
|
3863
3806
|
explorerViews: [
|
|
@@ -3886,11 +3829,6 @@ export const cryptocurrenciesById = {
|
|
|
3886
3829
|
],
|
|
3887
3830
|
ethereumLikeInfo: {
|
|
3888
3831
|
chainId: 1284,
|
|
3889
|
-
node: { type: "external", uri: "https://rpc.api.moonbeam.network" },
|
|
3890
|
-
explorer: {
|
|
3891
|
-
uri: "https://api-moonbeam.moonscan.io/api",
|
|
3892
|
-
type: "etherscan",
|
|
3893
|
-
},
|
|
3894
3832
|
},
|
|
3895
3833
|
explorerViews: [
|
|
3896
3834
|
{
|
|
@@ -3913,11 +3851,6 @@ export const cryptocurrenciesById = {
|
|
|
3913
3851
|
units: ethereumUnits("RBTC", "RBTC"),
|
|
3914
3852
|
ethereumLikeInfo: {
|
|
3915
3853
|
chainId: 30,
|
|
3916
|
-
node: { type: "external", uri: "https://public-node.rsk.co" },
|
|
3917
|
-
explorer: {
|
|
3918
|
-
uri: "https://rootstock.blockscout.com/api",
|
|
3919
|
-
type: "blockscout",
|
|
3920
|
-
},
|
|
3921
3854
|
},
|
|
3922
3855
|
explorerViews: [
|
|
3923
3856
|
{
|
|
@@ -3940,11 +3873,6 @@ export const cryptocurrenciesById = {
|
|
|
3940
3873
|
units: ethereumUnits("BTT", "BTT"),
|
|
3941
3874
|
ethereumLikeInfo: {
|
|
3942
3875
|
chainId: 199,
|
|
3943
|
-
node: { type: "external", uri: "https://rpc.bt.io" },
|
|
3944
|
-
explorer: {
|
|
3945
|
-
uri: "https://api.bttcscan.com/api",
|
|
3946
|
-
type: "etherscan",
|
|
3947
|
-
},
|
|
3948
3876
|
},
|
|
3949
3877
|
explorerViews: [
|
|
3950
3878
|
{
|
|
@@ -3967,11 +3895,6 @@ export const cryptocurrenciesById = {
|
|
|
3967
3895
|
units: ethereumUnits("ether", "ETH"),
|
|
3968
3896
|
ethereumLikeInfo: {
|
|
3969
3897
|
chainId: 10,
|
|
3970
|
-
node: { type: "external", uri: "https://mainnet.optimism.io" },
|
|
3971
|
-
explorer: {
|
|
3972
|
-
uri: "https://api-optimistic.etherscan.io/api",
|
|
3973
|
-
type: "etherscan",
|
|
3974
|
-
},
|
|
3975
3898
|
},
|
|
3976
3899
|
explorerViews: [
|
|
3977
3900
|
{
|
|
@@ -3998,11 +3921,6 @@ export const cryptocurrenciesById = {
|
|
|
3998
3921
|
disableCountervalue: true,
|
|
3999
3922
|
ethereumLikeInfo: {
|
|
4000
3923
|
chainId: 420,
|
|
4001
|
-
node: { type: "external", uri: "https://goerli.optimism.io" },
|
|
4002
|
-
explorer: {
|
|
4003
|
-
uri: "https://api-goerli-optimistic.etherscan.io/api",
|
|
4004
|
-
type: "etherscan",
|
|
4005
|
-
},
|
|
4006
3924
|
},
|
|
4007
3925
|
explorerViews: [
|
|
4008
3926
|
{
|
|
@@ -4025,11 +3943,6 @@ export const cryptocurrenciesById = {
|
|
|
4025
3943
|
units: ethereumUnits("EWT", "EWT"),
|
|
4026
3944
|
ethereumLikeInfo: {
|
|
4027
3945
|
chainId: 246,
|
|
4028
|
-
node: { type: "external", uri: "https://rpc.energyweb.org" },
|
|
4029
|
-
explorer: {
|
|
4030
|
-
uri: "https://explorer.energyweb.org/api",
|
|
4031
|
-
type: "blockscout",
|
|
4032
|
-
},
|
|
4033
3946
|
},
|
|
4034
3947
|
explorerViews: [
|
|
4035
3948
|
{
|
|
@@ -4052,11 +3965,6 @@ export const cryptocurrenciesById = {
|
|
|
4052
3965
|
units: ethereumUnits("ASTR", "ASTR"),
|
|
4053
3966
|
ethereumLikeInfo: {
|
|
4054
3967
|
chainId: 592,
|
|
4055
|
-
node: { type: "external", uri: "https://evm.astar.network" },
|
|
4056
|
-
explorer: {
|
|
4057
|
-
uri: "https://astar.blockscout.com/api",
|
|
4058
|
-
type: "blockscout",
|
|
4059
|
-
},
|
|
4060
3968
|
},
|
|
4061
3969
|
explorerViews: [
|
|
4062
3970
|
{
|
|
@@ -4079,11 +3987,6 @@ export const cryptocurrenciesById = {
|
|
|
4079
3987
|
units: ethereumUnits("METIS", "METIS"),
|
|
4080
3988
|
ethereumLikeInfo: {
|
|
4081
3989
|
chainId: 1088,
|
|
4082
|
-
node: { type: "external", uri: "https://andromeda.metis.io/?owner=1088" },
|
|
4083
|
-
explorer: {
|
|
4084
|
-
uri: "https://andromeda-explorer.metis.io/api",
|
|
4085
|
-
type: "blockscout",
|
|
4086
|
-
},
|
|
4087
3990
|
},
|
|
4088
3991
|
explorerViews: [
|
|
4089
3992
|
{
|
|
@@ -4106,11 +4009,6 @@ export const cryptocurrenciesById = {
|
|
|
4106
4009
|
units: ethereumUnits("ETH", "ETH"),
|
|
4107
4010
|
ethereumLikeInfo: {
|
|
4108
4011
|
chainId: 288,
|
|
4109
|
-
node: { type: "external", uri: "https://mainnet.boba.network" },
|
|
4110
|
-
explorer: {
|
|
4111
|
-
uri: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan",
|
|
4112
|
-
type: "etherscan",
|
|
4113
|
-
},
|
|
4114
4012
|
},
|
|
4115
4013
|
explorerViews: [
|
|
4116
4014
|
{
|
|
@@ -4133,11 +4031,6 @@ export const cryptocurrenciesById = {
|
|
|
4133
4031
|
units: ethereumUnits("MOVR", "MOVR"),
|
|
4134
4032
|
ethereumLikeInfo: {
|
|
4135
4033
|
chainId: 1285,
|
|
4136
|
-
node: { type: "external", uri: "https://rpc.api.moonriver.moonbeam.network" },
|
|
4137
|
-
explorer: {
|
|
4138
|
-
uri: "https://api-moonriver.moonscan.io/api",
|
|
4139
|
-
type: "etherscan",
|
|
4140
|
-
},
|
|
4141
4034
|
},
|
|
4142
4035
|
explorerViews: [
|
|
4143
4036
|
{
|
|
@@ -4160,11 +4053,6 @@ export const cryptocurrenciesById = {
|
|
|
4160
4053
|
units: ethereumUnits("VLX", "VLX"),
|
|
4161
4054
|
ethereumLikeInfo: {
|
|
4162
4055
|
chainId: 106,
|
|
4163
|
-
node: { type: "external", uri: "https://evmexplorer.velas.com/rpc" },
|
|
4164
|
-
explorer: {
|
|
4165
|
-
uri: "https://evmexplorer.velas.com/api",
|
|
4166
|
-
type: "blockscout",
|
|
4167
|
-
},
|
|
4168
4056
|
},
|
|
4169
4057
|
explorerViews: [
|
|
4170
4058
|
{
|
|
@@ -4187,11 +4075,6 @@ export const cryptocurrenciesById = {
|
|
|
4187
4075
|
units: ethereumUnits("SYS", "SYS"),
|
|
4188
4076
|
ethereumLikeInfo: {
|
|
4189
4077
|
chainId: 57,
|
|
4190
|
-
node: { type: "external", uri: "https://rpc.syscoin.org" },
|
|
4191
|
-
explorer: {
|
|
4192
|
-
uri: "https://explorer.syscoin.org/api",
|
|
4193
|
-
type: "blockscout",
|
|
4194
|
-
},
|
|
4195
4078
|
},
|
|
4196
4079
|
explorerViews: [
|
|
4197
4080
|
{
|
|
@@ -4214,11 +4097,6 @@ export const cryptocurrenciesById = {
|
|
|
4214
4097
|
units: ethereumUnits("TLOS", "TLOS"),
|
|
4215
4098
|
ethereumLikeInfo: {
|
|
4216
4099
|
chainId: 40,
|
|
4217
|
-
node: { type: "external", uri: "https://mainnet.telos.net/evm" },
|
|
4218
|
-
explorer: {
|
|
4219
|
-
uri: "https://api.teloscan.io/api",
|
|
4220
|
-
type: "teloscan",
|
|
4221
|
-
},
|
|
4222
4100
|
},
|
|
4223
4101
|
explorerViews: [
|
|
4224
4102
|
{
|
|
@@ -4241,8 +4119,6 @@ export const cryptocurrenciesById = {
|
|
|
4241
4119
|
units: ethereumUnits("ETH", "ETH"),
|
|
4242
4120
|
ethereumLikeInfo: {
|
|
4243
4121
|
chainId: 1101,
|
|
4244
|
-
node: { type: "external", uri: "https://zkevm-rpc.com" },
|
|
4245
|
-
explorer: { type: "etherscan", uri: "https://api-zkevm.polygonscan.com/api" },
|
|
4246
4122
|
},
|
|
4247
4123
|
explorerViews: [
|
|
4248
4124
|
{
|
|
@@ -4268,8 +4144,6 @@ export const cryptocurrenciesById = {
|
|
|
4268
4144
|
isTestnetFor: "polygon_zk_evm",
|
|
4269
4145
|
ethereumLikeInfo: {
|
|
4270
4146
|
chainId: 1442,
|
|
4271
|
-
node: { type: "external", uri: "https://rpc.public.zkevm-test.net" },
|
|
4272
|
-
explorer: { type: "etherscan", uri: "https://api-testnet-zkevm.polygonscan.com/api" },
|
|
4273
4147
|
},
|
|
4274
4148
|
explorerViews: [
|
|
4275
4149
|
{
|
|
@@ -4292,8 +4166,6 @@ export const cryptocurrenciesById = {
|
|
|
4292
4166
|
units: ethereumUnits("ETH", "ETH"),
|
|
4293
4167
|
ethereumLikeInfo: {
|
|
4294
4168
|
chainId: 8453,
|
|
4295
|
-
node: { type: "external", uri: "https://developer-access-mainnet.base.org" },
|
|
4296
|
-
explorer: { type: "etherscan", uri: "https://api.basescan.org/api" },
|
|
4297
4169
|
},
|
|
4298
4170
|
explorerViews: [
|
|
4299
4171
|
{
|
|
@@ -4319,8 +4191,6 @@ export const cryptocurrenciesById = {
|
|
|
4319
4191
|
isTestnetFor: "base",
|
|
4320
4192
|
ethereumLikeInfo: {
|
|
4321
4193
|
chainId: 84532,
|
|
4322
|
-
node: { type: "external", uri: "https://sepolia.base.org" },
|
|
4323
|
-
explorer: { type: "etherscan", uri: "https://api-sepolia.basescan.org/api" },
|
|
4324
4194
|
},
|
|
4325
4195
|
explorerViews: [
|
|
4326
4196
|
{
|
|
@@ -4343,8 +4213,6 @@ export const cryptocurrenciesById = {
|
|
|
4343
4213
|
units: ethereumUnits("KLAY", "KLAY"),
|
|
4344
4214
|
ethereumLikeInfo: {
|
|
4345
4215
|
chainId: 8217,
|
|
4346
|
-
node: { type: "external", uri: "https://public-en-cypress.klaytn.net" },
|
|
4347
|
-
explorer: { type: "klaytnfinder", uri: "https://cypress-oapi.klaytnfinder.io/api" },
|
|
4348
4216
|
},
|
|
4349
4217
|
explorerViews: [
|
|
4350
4218
|
{
|
|
@@ -4367,8 +4235,6 @@ export const cryptocurrenciesById = {
|
|
|
4367
4235
|
units: ethereumUnits("NEON", "NEON"),
|
|
4368
4236
|
ethereumLikeInfo: {
|
|
4369
4237
|
chainId: 245022934,
|
|
4370
|
-
node: { type: "external", uri: "https://neon-mainnet.everstake.one" },
|
|
4371
|
-
explorer: { type: "blockscout", uri: "https://neon.blockscout.com/api" },
|
|
4372
4238
|
},
|
|
4373
4239
|
explorerViews: [
|
|
4374
4240
|
{
|
|
@@ -4392,11 +4258,6 @@ export const cryptocurrenciesById = {
|
|
|
4392
4258
|
disableCountervalue: false,
|
|
4393
4259
|
ethereumLikeInfo: {
|
|
4394
4260
|
chainId: 42,
|
|
4395
|
-
node: { type: "external", uri: "https://rpc.mainnet.lukso.network" },
|
|
4396
|
-
explorer: {
|
|
4397
|
-
type: "blockscout",
|
|
4398
|
-
uri: "https://explorer.execution.mainnet.lukso.network/api/v1/",
|
|
4399
|
-
},
|
|
4400
4261
|
},
|
|
4401
4262
|
explorerViews: [
|
|
4402
4263
|
{
|
|
@@ -4420,11 +4281,6 @@ export const cryptocurrenciesById = {
|
|
|
4420
4281
|
disableCountervalue: false,
|
|
4421
4282
|
ethereumLikeInfo: {
|
|
4422
4283
|
chainId: 59144,
|
|
4423
|
-
node: { type: "external", uri: "https://rpc.linea.build" },
|
|
4424
|
-
explorer: {
|
|
4425
|
-
type: "etherscan",
|
|
4426
|
-
uri: "https://api.lineascan.build/api",
|
|
4427
|
-
},
|
|
4428
4284
|
},
|
|
4429
4285
|
explorerViews: [
|
|
4430
4286
|
{
|
|
@@ -4449,11 +4305,6 @@ export const cryptocurrenciesById = {
|
|
|
4449
4305
|
isTestnetFor: "linea",
|
|
4450
4306
|
ethereumLikeInfo: {
|
|
4451
4307
|
chainId: 59140,
|
|
4452
|
-
node: { type: "external", uri: "https://rpc.goerli.linea.build" },
|
|
4453
|
-
explorer: {
|
|
4454
|
-
type: "etherscan",
|
|
4455
|
-
uri: "https://explorer.goerli.linea.build/api",
|
|
4456
|
-
},
|
|
4457
4308
|
},
|
|
4458
4309
|
explorerViews: [
|
|
4459
4310
|
{
|