@cityofzion/bs-ethereum 2.9.4 → 2.9.5

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.
@@ -5,6 +5,7 @@ export declare class BSEthereum<BSName extends string = string> implements Block
5
5
  #private;
6
6
  readonly name: BSName;
7
7
  readonly bip44DerivationPath: string;
8
+ nativeTokens: Token[];
8
9
  feeToken: Token;
9
10
  blockchainDataService: BlockchainDataService;
10
11
  exchangeDataService: ExchangeDataService;
@@ -253,5 +253,6 @@ _BSEthereum_instances = new WeakSet(), _BSEthereum_generateSigner = function _BS
253
253
  }, _BSEthereum_setTokens = function _BSEthereum_setTokens(network) {
254
254
  const nativeAsset = BSEthereumHelper_1.BSEthereumHelper.getNativeAsset(network);
255
255
  this.tokens = [nativeAsset];
256
+ this.nativeTokens = [nativeAsset];
256
257
  this.feeToken = nativeAsset;
257
258
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/bs-ethereum",
3
- "version": "2.9.4",
3
+ "version": "2.9.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://github.com/CityOfZion/blockchain-services",
@@ -20,7 +20,7 @@
20
20
  "@ledgerhq/hw-app-eth": "~6.35.7",
21
21
  "@ethersproject/abstract-signer": "~5.7.0",
22
22
  "@ethersproject/properties": "~5.7.0",
23
- "@cityofzion/blockchain-service": "1.16.0"
23
+ "@cityofzion/blockchain-service": "1.16.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@ledgerhq/hw-transport-node-hid": "~6.28.5",