@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/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@11.
|
|
2
|
+
> @ledgerhq/cryptoassets@11.5.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
+
## 11.5.0-nightly.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#6370](https://github.com/LedgerHQ/ledger-live/pull/6370) [`3c15515`](https://github.com/LedgerHQ/ledger-live/commit/3c155155f2d45fb85f8900e7e77c1b5ab1c7ad67) Thanks [@lvndry](https://github.com/lvndry)! - Remove node, gasTracker and explorer from ethereumLikeInfo
|
|
8
|
+
|
|
3
9
|
## 11.5.0-nightly.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/lib/currencies.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"currencies.d.ts","sourceRoot":"","sources":["../src/currencies.ts"],"names":[],"mappings":"AAuBA,OAAO,EAAE,cAAc,EAAkB,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AA0DhG,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,gBAAgB,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"currencies.d.ts","sourceRoot":"","sources":["../src/currencies.ts"],"names":[],"mappings":"AAuBA,OAAO,EAAE,cAAc,EAAkB,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AA0DhG,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,gBAAgB,EAAE,cAAc,CAgrIzE,CAAC;AAaF;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,cAAc,GAAG,IAAI,CA2BrE;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,aAAa,UAAQ,EACrB,cAAc,UAAQ,GACrB,cAAc,EAAE,CAQlB;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,CAAC,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,OAAO,GACnC,cAAc,GAAG,IAAI,GAAG,SAAS,CAEnC;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc,GAAG,IAAI,GAAG,SAAS,CAE5F;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc,GAAG,IAAI,GAAG,SAAS,CAE5F;AAED,wBAAgB,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAE7E;AAaD;;;GAGG;AACH,eAAO,MAAM,2BAA2B,YAC7B,MAAM,uBAEd,cAAc,GAAG,IAAI,GAAG,SAc1B,CAAC;AAEF,eAAO,MAAM,kCAAkC,mBAC7B,MAAM,KACrB,cAAc,GAAG,IAAI,GAAG,SAS1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,OAAQ,MAAM,KAAG,OAAqC,CAAC;AAEvF,wBAAgB,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,cAAc,CAQhE"}
|
package/lib/currencies.js
CHANGED
|
@@ -263,9 +263,6 @@ exports.cryptocurrenciesById = {
|
|
|
263
263
|
],
|
|
264
264
|
ethereumLikeInfo: {
|
|
265
265
|
chainId: 43114,
|
|
266
|
-
node: { type: "ledger", explorerId: "avax" },
|
|
267
|
-
explorer: { type: "ledger", explorerId: "avax" },
|
|
268
|
-
gasTracker: { type: "ledger", explorerId: "avax" },
|
|
269
266
|
},
|
|
270
267
|
explorerViews: [
|
|
271
268
|
{
|
|
@@ -506,9 +503,6 @@ exports.cryptocurrenciesById = {
|
|
|
506
503
|
family: "evm",
|
|
507
504
|
ethereumLikeInfo: {
|
|
508
505
|
chainId: 56,
|
|
509
|
-
node: { type: "ledger", explorerId: "bnb" },
|
|
510
|
-
explorer: { type: "ledger", explorerId: "bnb" },
|
|
511
|
-
gasTracker: { type: "ledger", explorerId: "bnb" },
|
|
512
506
|
},
|
|
513
507
|
units: ethereumUnits("BNB", "BNB"),
|
|
514
508
|
explorerViews: [
|
|
@@ -1097,9 +1091,6 @@ exports.cryptocurrenciesById = {
|
|
|
1097
1091
|
units: ethereumUnits("ether", "ETH"),
|
|
1098
1092
|
ethereumLikeInfo: {
|
|
1099
1093
|
chainId: 1,
|
|
1100
|
-
node: { type: "ledger", explorerId: "eth" },
|
|
1101
|
-
explorer: { type: "ledger", explorerId: "eth" },
|
|
1102
|
-
gasTracker: { type: "ledger", explorerId: "eth" },
|
|
1103
1094
|
},
|
|
1104
1095
|
explorerViews: [
|
|
1105
1096
|
{
|
|
@@ -1125,9 +1116,6 @@ exports.cryptocurrenciesById = {
|
|
|
1125
1116
|
blockAvgTime: 15,
|
|
1126
1117
|
ethereumLikeInfo: {
|
|
1127
1118
|
chainId: 61,
|
|
1128
|
-
node: { type: "ledger", explorerId: "etc" },
|
|
1129
|
-
explorer: { type: "ledger", explorerId: "etc" },
|
|
1130
|
-
gasTracker: { type: "ledger", explorerId: "etc" },
|
|
1131
1119
|
},
|
|
1132
1120
|
explorerViews: [
|
|
1133
1121
|
{
|
|
@@ -2211,9 +2199,6 @@ exports.cryptocurrenciesById = {
|
|
|
2211
2199
|
family: "evm",
|
|
2212
2200
|
ethereumLikeInfo: {
|
|
2213
2201
|
chainId: 137,
|
|
2214
|
-
node: { type: "ledger", explorerId: "matic" },
|
|
2215
|
-
explorer: { type: "ledger", explorerId: "matic" },
|
|
2216
|
-
gasTracker: { type: "ledger", explorerId: "matic" },
|
|
2217
2202
|
},
|
|
2218
2203
|
units: ethereumUnits("MATIC", "MATIC"),
|
|
2219
2204
|
explorerViews: [
|
|
@@ -3361,10 +3346,7 @@ exports.cryptocurrenciesById = {
|
|
|
3361
3346
|
family: "evm",
|
|
3362
3347
|
blockAvgTime: 15,
|
|
3363
3348
|
ethereumLikeInfo: {
|
|
3364
|
-
chainId: 3,
|
|
3365
|
-
node: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3366
|
-
explorer: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3367
|
-
gasTracker: { type: "ledger", explorerId: "eth_ropsten" },
|
|
3349
|
+
chainId: 3, // ropsten
|
|
3368
3350
|
},
|
|
3369
3351
|
explorerViews: [
|
|
3370
3352
|
{
|
|
@@ -3390,10 +3372,7 @@ exports.cryptocurrenciesById = {
|
|
|
3390
3372
|
family: "evm",
|
|
3391
3373
|
blockAvgTime: 15,
|
|
3392
3374
|
ethereumLikeInfo: {
|
|
3393
|
-
chainId: 5,
|
|
3394
|
-
node: { type: "ledger", explorerId: "eth_goerli" },
|
|
3395
|
-
explorer: { type: "ledger", explorerId: "eth_goerli" },
|
|
3396
|
-
gasTracker: { type: "ledger", explorerId: "eth_goerli" },
|
|
3375
|
+
chainId: 5, // goerli
|
|
3397
3376
|
},
|
|
3398
3377
|
explorerViews: [
|
|
3399
3378
|
{
|
|
@@ -3420,9 +3399,6 @@ exports.cryptocurrenciesById = {
|
|
|
3420
3399
|
blockAvgTime: 15,
|
|
3421
3400
|
ethereumLikeInfo: {
|
|
3422
3401
|
chainId: 11155111,
|
|
3423
|
-
node: { type: "ledger", explorerId: "eth_sepolia" },
|
|
3424
|
-
explorer: { type: "ledger", explorerId: "eth_sepolia" },
|
|
3425
|
-
gasTracker: { type: "ledger", explorerId: "eth_sepolia" },
|
|
3426
3402
|
},
|
|
3427
3403
|
explorerViews: [
|
|
3428
3404
|
{
|
|
@@ -3449,9 +3425,6 @@ exports.cryptocurrenciesById = {
|
|
|
3449
3425
|
blockAvgTime: 15,
|
|
3450
3426
|
ethereumLikeInfo: {
|
|
3451
3427
|
chainId: 17000,
|
|
3452
|
-
node: { type: "ledger", explorerId: "eth_holesky" },
|
|
3453
|
-
explorer: { type: "ledger", explorerId: "eth_holesky" },
|
|
3454
|
-
gasTracker: { type: "ledger", explorerId: "eth_holesky" },
|
|
3455
3428
|
},
|
|
3456
3429
|
explorerViews: [
|
|
3457
3430
|
{
|
|
@@ -3713,11 +3686,6 @@ exports.cryptocurrenciesById = {
|
|
|
3713
3686
|
units: ethereumUnits("ETH", "ETH"),
|
|
3714
3687
|
ethereumLikeInfo: {
|
|
3715
3688
|
chainId: 42161,
|
|
3716
|
-
node: { type: "external", uri: "https://arb1.arbitrum.io/rpc" },
|
|
3717
|
-
explorer: {
|
|
3718
|
-
uri: "https://api.arbiscan.io/api",
|
|
3719
|
-
type: "etherscan",
|
|
3720
|
-
},
|
|
3721
3689
|
},
|
|
3722
3690
|
explorerViews: [
|
|
3723
3691
|
{
|
|
@@ -3743,11 +3711,6 @@ exports.cryptocurrenciesById = {
|
|
|
3743
3711
|
disableCountervalue: true,
|
|
3744
3712
|
ethereumLikeInfo: {
|
|
3745
3713
|
chainId: 421614,
|
|
3746
|
-
node: { type: "external", uri: "https://sepolia-rollup.arbitrum.io/rpc" },
|
|
3747
|
-
explorer: {
|
|
3748
|
-
uri: "https://api-sepolia.arbiscan.io/api",
|
|
3749
|
-
type: "etherscan",
|
|
3750
|
-
},
|
|
3751
3714
|
},
|
|
3752
3715
|
explorerViews: [
|
|
3753
3716
|
{
|
|
@@ -3770,11 +3733,6 @@ exports.cryptocurrenciesById = {
|
|
|
3770
3733
|
family: "evm",
|
|
3771
3734
|
ethereumLikeInfo: {
|
|
3772
3735
|
chainId: 25,
|
|
3773
|
-
node: { type: "external", uri: "https://evm.cronos.org" },
|
|
3774
|
-
explorer: {
|
|
3775
|
-
uri: "https://api.cronoscan.com/api",
|
|
3776
|
-
type: "etherscan",
|
|
3777
|
-
},
|
|
3778
3736
|
},
|
|
3779
3737
|
units: [
|
|
3780
3738
|
{
|
|
@@ -3804,11 +3762,6 @@ exports.cryptocurrenciesById = {
|
|
|
3804
3762
|
units: ethereumUnits("FTM", "FTM"),
|
|
3805
3763
|
ethereumLikeInfo: {
|
|
3806
3764
|
chainId: 250,
|
|
3807
|
-
node: { type: "external", uri: "https://rpcapi.fantom.network" },
|
|
3808
|
-
explorer: {
|
|
3809
|
-
uri: "https://api.ftmscan.com/api",
|
|
3810
|
-
type: "etherscan",
|
|
3811
|
-
},
|
|
3812
3765
|
},
|
|
3813
3766
|
explorerViews: [
|
|
3814
3767
|
{
|
|
@@ -3830,11 +3783,6 @@ exports.cryptocurrenciesById = {
|
|
|
3830
3783
|
family: "evm",
|
|
3831
3784
|
ethereumLikeInfo: {
|
|
3832
3785
|
chainId: 14,
|
|
3833
|
-
node: { type: "external", uri: "https://flare-api.flare.network/ext/bc/C/rpc" },
|
|
3834
|
-
explorer: {
|
|
3835
|
-
uri: "https://flare-explorer.flare.network/api",
|
|
3836
|
-
type: "blockscout",
|
|
3837
|
-
},
|
|
3838
3786
|
},
|
|
3839
3787
|
units: ethereumUnits("FLR", "FLR"),
|
|
3840
3788
|
explorerViews: [
|
|
@@ -3856,11 +3804,6 @@ exports.cryptocurrenciesById = {
|
|
|
3856
3804
|
family: "evm",
|
|
3857
3805
|
ethereumLikeInfo: {
|
|
3858
3806
|
chainId: 19,
|
|
3859
|
-
node: { type: "external", uri: "https://songbird-api.flare.network/ext/C/rpc" },
|
|
3860
|
-
explorer: {
|
|
3861
|
-
uri: "https://songbird-explorer.flare.network/api",
|
|
3862
|
-
type: "blockscout",
|
|
3863
|
-
},
|
|
3864
3807
|
},
|
|
3865
3808
|
units: ethereumUnits("SGB", "SGB"),
|
|
3866
3809
|
explorerViews: [
|
|
@@ -3889,11 +3832,6 @@ exports.cryptocurrenciesById = {
|
|
|
3889
3832
|
],
|
|
3890
3833
|
ethereumLikeInfo: {
|
|
3891
3834
|
chainId: 1284,
|
|
3892
|
-
node: { type: "external", uri: "https://rpc.api.moonbeam.network" },
|
|
3893
|
-
explorer: {
|
|
3894
|
-
uri: "https://api-moonbeam.moonscan.io/api",
|
|
3895
|
-
type: "etherscan",
|
|
3896
|
-
},
|
|
3897
3835
|
},
|
|
3898
3836
|
explorerViews: [
|
|
3899
3837
|
{
|
|
@@ -3916,11 +3854,6 @@ exports.cryptocurrenciesById = {
|
|
|
3916
3854
|
units: ethereumUnits("RBTC", "RBTC"),
|
|
3917
3855
|
ethereumLikeInfo: {
|
|
3918
3856
|
chainId: 30,
|
|
3919
|
-
node: { type: "external", uri: "https://public-node.rsk.co" },
|
|
3920
|
-
explorer: {
|
|
3921
|
-
uri: "https://rootstock.blockscout.com/api",
|
|
3922
|
-
type: "blockscout",
|
|
3923
|
-
},
|
|
3924
3857
|
},
|
|
3925
3858
|
explorerViews: [
|
|
3926
3859
|
{
|
|
@@ -3943,11 +3876,6 @@ exports.cryptocurrenciesById = {
|
|
|
3943
3876
|
units: ethereumUnits("BTT", "BTT"),
|
|
3944
3877
|
ethereumLikeInfo: {
|
|
3945
3878
|
chainId: 199,
|
|
3946
|
-
node: { type: "external", uri: "https://rpc.bt.io" },
|
|
3947
|
-
explorer: {
|
|
3948
|
-
uri: "https://api.bttcscan.com/api",
|
|
3949
|
-
type: "etherscan",
|
|
3950
|
-
},
|
|
3951
3879
|
},
|
|
3952
3880
|
explorerViews: [
|
|
3953
3881
|
{
|
|
@@ -3970,11 +3898,6 @@ exports.cryptocurrenciesById = {
|
|
|
3970
3898
|
units: ethereumUnits("ether", "ETH"),
|
|
3971
3899
|
ethereumLikeInfo: {
|
|
3972
3900
|
chainId: 10,
|
|
3973
|
-
node: { type: "external", uri: "https://mainnet.optimism.io" },
|
|
3974
|
-
explorer: {
|
|
3975
|
-
uri: "https://api-optimistic.etherscan.io/api",
|
|
3976
|
-
type: "etherscan",
|
|
3977
|
-
},
|
|
3978
3901
|
},
|
|
3979
3902
|
explorerViews: [
|
|
3980
3903
|
{
|
|
@@ -4001,11 +3924,6 @@ exports.cryptocurrenciesById = {
|
|
|
4001
3924
|
disableCountervalue: true,
|
|
4002
3925
|
ethereumLikeInfo: {
|
|
4003
3926
|
chainId: 420,
|
|
4004
|
-
node: { type: "external", uri: "https://goerli.optimism.io" },
|
|
4005
|
-
explorer: {
|
|
4006
|
-
uri: "https://api-goerli-optimistic.etherscan.io/api",
|
|
4007
|
-
type: "etherscan",
|
|
4008
|
-
},
|
|
4009
3927
|
},
|
|
4010
3928
|
explorerViews: [
|
|
4011
3929
|
{
|
|
@@ -4028,11 +3946,6 @@ exports.cryptocurrenciesById = {
|
|
|
4028
3946
|
units: ethereumUnits("EWT", "EWT"),
|
|
4029
3947
|
ethereumLikeInfo: {
|
|
4030
3948
|
chainId: 246,
|
|
4031
|
-
node: { type: "external", uri: "https://rpc.energyweb.org" },
|
|
4032
|
-
explorer: {
|
|
4033
|
-
uri: "https://explorer.energyweb.org/api",
|
|
4034
|
-
type: "blockscout",
|
|
4035
|
-
},
|
|
4036
3949
|
},
|
|
4037
3950
|
explorerViews: [
|
|
4038
3951
|
{
|
|
@@ -4055,11 +3968,6 @@ exports.cryptocurrenciesById = {
|
|
|
4055
3968
|
units: ethereumUnits("ASTR", "ASTR"),
|
|
4056
3969
|
ethereumLikeInfo: {
|
|
4057
3970
|
chainId: 592,
|
|
4058
|
-
node: { type: "external", uri: "https://evm.astar.network" },
|
|
4059
|
-
explorer: {
|
|
4060
|
-
uri: "https://astar.blockscout.com/api",
|
|
4061
|
-
type: "blockscout",
|
|
4062
|
-
},
|
|
4063
3971
|
},
|
|
4064
3972
|
explorerViews: [
|
|
4065
3973
|
{
|
|
@@ -4082,11 +3990,6 @@ exports.cryptocurrenciesById = {
|
|
|
4082
3990
|
units: ethereumUnits("METIS", "METIS"),
|
|
4083
3991
|
ethereumLikeInfo: {
|
|
4084
3992
|
chainId: 1088,
|
|
4085
|
-
node: { type: "external", uri: "https://andromeda.metis.io/?owner=1088" },
|
|
4086
|
-
explorer: {
|
|
4087
|
-
uri: "https://andromeda-explorer.metis.io/api",
|
|
4088
|
-
type: "blockscout",
|
|
4089
|
-
},
|
|
4090
3993
|
},
|
|
4091
3994
|
explorerViews: [
|
|
4092
3995
|
{
|
|
@@ -4109,11 +4012,6 @@ exports.cryptocurrenciesById = {
|
|
|
4109
4012
|
units: ethereumUnits("ETH", "ETH"),
|
|
4110
4013
|
ethereumLikeInfo: {
|
|
4111
4014
|
chainId: 288,
|
|
4112
|
-
node: { type: "external", uri: "https://mainnet.boba.network" },
|
|
4113
|
-
explorer: {
|
|
4114
|
-
uri: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan",
|
|
4115
|
-
type: "etherscan",
|
|
4116
|
-
},
|
|
4117
4015
|
},
|
|
4118
4016
|
explorerViews: [
|
|
4119
4017
|
{
|
|
@@ -4136,11 +4034,6 @@ exports.cryptocurrenciesById = {
|
|
|
4136
4034
|
units: ethereumUnits("MOVR", "MOVR"),
|
|
4137
4035
|
ethereumLikeInfo: {
|
|
4138
4036
|
chainId: 1285,
|
|
4139
|
-
node: { type: "external", uri: "https://rpc.api.moonriver.moonbeam.network" },
|
|
4140
|
-
explorer: {
|
|
4141
|
-
uri: "https://api-moonriver.moonscan.io/api",
|
|
4142
|
-
type: "etherscan",
|
|
4143
|
-
},
|
|
4144
4037
|
},
|
|
4145
4038
|
explorerViews: [
|
|
4146
4039
|
{
|
|
@@ -4163,11 +4056,6 @@ exports.cryptocurrenciesById = {
|
|
|
4163
4056
|
units: ethereumUnits("VLX", "VLX"),
|
|
4164
4057
|
ethereumLikeInfo: {
|
|
4165
4058
|
chainId: 106,
|
|
4166
|
-
node: { type: "external", uri: "https://evmexplorer.velas.com/rpc" },
|
|
4167
|
-
explorer: {
|
|
4168
|
-
uri: "https://evmexplorer.velas.com/api",
|
|
4169
|
-
type: "blockscout",
|
|
4170
|
-
},
|
|
4171
4059
|
},
|
|
4172
4060
|
explorerViews: [
|
|
4173
4061
|
{
|
|
@@ -4190,11 +4078,6 @@ exports.cryptocurrenciesById = {
|
|
|
4190
4078
|
units: ethereumUnits("SYS", "SYS"),
|
|
4191
4079
|
ethereumLikeInfo: {
|
|
4192
4080
|
chainId: 57,
|
|
4193
|
-
node: { type: "external", uri: "https://rpc.syscoin.org" },
|
|
4194
|
-
explorer: {
|
|
4195
|
-
uri: "https://explorer.syscoin.org/api",
|
|
4196
|
-
type: "blockscout",
|
|
4197
|
-
},
|
|
4198
4081
|
},
|
|
4199
4082
|
explorerViews: [
|
|
4200
4083
|
{
|
|
@@ -4217,11 +4100,6 @@ exports.cryptocurrenciesById = {
|
|
|
4217
4100
|
units: ethereumUnits("TLOS", "TLOS"),
|
|
4218
4101
|
ethereumLikeInfo: {
|
|
4219
4102
|
chainId: 40,
|
|
4220
|
-
node: { type: "external", uri: "https://mainnet.telos.net/evm" },
|
|
4221
|
-
explorer: {
|
|
4222
|
-
uri: "https://api.teloscan.io/api",
|
|
4223
|
-
type: "teloscan",
|
|
4224
|
-
},
|
|
4225
4103
|
},
|
|
4226
4104
|
explorerViews: [
|
|
4227
4105
|
{
|
|
@@ -4244,8 +4122,6 @@ exports.cryptocurrenciesById = {
|
|
|
4244
4122
|
units: ethereumUnits("ETH", "ETH"),
|
|
4245
4123
|
ethereumLikeInfo: {
|
|
4246
4124
|
chainId: 1101,
|
|
4247
|
-
node: { type: "external", uri: "https://zkevm-rpc.com" },
|
|
4248
|
-
explorer: { type: "etherscan", uri: "https://api-zkevm.polygonscan.com/api" },
|
|
4249
4125
|
},
|
|
4250
4126
|
explorerViews: [
|
|
4251
4127
|
{
|
|
@@ -4271,8 +4147,6 @@ exports.cryptocurrenciesById = {
|
|
|
4271
4147
|
isTestnetFor: "polygon_zk_evm",
|
|
4272
4148
|
ethereumLikeInfo: {
|
|
4273
4149
|
chainId: 1442,
|
|
4274
|
-
node: { type: "external", uri: "https://rpc.public.zkevm-test.net" },
|
|
4275
|
-
explorer: { type: "etherscan", uri: "https://api-testnet-zkevm.polygonscan.com/api" },
|
|
4276
4150
|
},
|
|
4277
4151
|
explorerViews: [
|
|
4278
4152
|
{
|
|
@@ -4295,8 +4169,6 @@ exports.cryptocurrenciesById = {
|
|
|
4295
4169
|
units: ethereumUnits("ETH", "ETH"),
|
|
4296
4170
|
ethereumLikeInfo: {
|
|
4297
4171
|
chainId: 8453,
|
|
4298
|
-
node: { type: "external", uri: "https://developer-access-mainnet.base.org" },
|
|
4299
|
-
explorer: { type: "etherscan", uri: "https://api.basescan.org/api" },
|
|
4300
4172
|
},
|
|
4301
4173
|
explorerViews: [
|
|
4302
4174
|
{
|
|
@@ -4322,8 +4194,6 @@ exports.cryptocurrenciesById = {
|
|
|
4322
4194
|
isTestnetFor: "base",
|
|
4323
4195
|
ethereumLikeInfo: {
|
|
4324
4196
|
chainId: 84532,
|
|
4325
|
-
node: { type: "external", uri: "https://sepolia.base.org" },
|
|
4326
|
-
explorer: { type: "etherscan", uri: "https://api-sepolia.basescan.org/api" },
|
|
4327
4197
|
},
|
|
4328
4198
|
explorerViews: [
|
|
4329
4199
|
{
|
|
@@ -4346,8 +4216,6 @@ exports.cryptocurrenciesById = {
|
|
|
4346
4216
|
units: ethereumUnits("KLAY", "KLAY"),
|
|
4347
4217
|
ethereumLikeInfo: {
|
|
4348
4218
|
chainId: 8217,
|
|
4349
|
-
node: { type: "external", uri: "https://public-en-cypress.klaytn.net" },
|
|
4350
|
-
explorer: { type: "klaytnfinder", uri: "https://cypress-oapi.klaytnfinder.io/api" },
|
|
4351
4219
|
},
|
|
4352
4220
|
explorerViews: [
|
|
4353
4221
|
{
|
|
@@ -4370,8 +4238,6 @@ exports.cryptocurrenciesById = {
|
|
|
4370
4238
|
units: ethereumUnits("NEON", "NEON"),
|
|
4371
4239
|
ethereumLikeInfo: {
|
|
4372
4240
|
chainId: 245022934,
|
|
4373
|
-
node: { type: "external", uri: "https://neon-mainnet.everstake.one" },
|
|
4374
|
-
explorer: { type: "blockscout", uri: "https://neon.blockscout.com/api" },
|
|
4375
4241
|
},
|
|
4376
4242
|
explorerViews: [
|
|
4377
4243
|
{
|
|
@@ -4395,11 +4261,6 @@ exports.cryptocurrenciesById = {
|
|
|
4395
4261
|
disableCountervalue: false,
|
|
4396
4262
|
ethereumLikeInfo: {
|
|
4397
4263
|
chainId: 42,
|
|
4398
|
-
node: { type: "external", uri: "https://rpc.mainnet.lukso.network" },
|
|
4399
|
-
explorer: {
|
|
4400
|
-
type: "blockscout",
|
|
4401
|
-
uri: "https://explorer.execution.mainnet.lukso.network/api/v1/",
|
|
4402
|
-
},
|
|
4403
4264
|
},
|
|
4404
4265
|
explorerViews: [
|
|
4405
4266
|
{
|
|
@@ -4423,11 +4284,6 @@ exports.cryptocurrenciesById = {
|
|
|
4423
4284
|
disableCountervalue: false,
|
|
4424
4285
|
ethereumLikeInfo: {
|
|
4425
4286
|
chainId: 59144,
|
|
4426
|
-
node: { type: "external", uri: "https://rpc.linea.build" },
|
|
4427
|
-
explorer: {
|
|
4428
|
-
type: "etherscan",
|
|
4429
|
-
uri: "https://api.lineascan.build/api",
|
|
4430
|
-
},
|
|
4431
4287
|
},
|
|
4432
4288
|
explorerViews: [
|
|
4433
4289
|
{
|
|
@@ -4452,11 +4308,6 @@ exports.cryptocurrenciesById = {
|
|
|
4452
4308
|
isTestnetFor: "linea",
|
|
4453
4309
|
ethereumLikeInfo: {
|
|
4454
4310
|
chainId: 59140,
|
|
4455
|
-
node: { type: "external", uri: "https://rpc.goerli.linea.build" },
|
|
4456
|
-
explorer: {
|
|
4457
|
-
type: "etherscan",
|
|
4458
|
-
uri: "https://explorer.goerli.linea.build/api",
|
|
4459
|
-
},
|
|
4460
4311
|
},
|
|
4461
4312
|
explorerViews: [
|
|
4462
4313
|
{
|