@avail-project/ca-common 1.0.0 → 1.0.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.
@@ -617,6 +617,14 @@ const RawData = [
617
617
  TokenDecimals: 18,
618
618
  IsGasToken: true,
619
619
  },
620
+ {
621
+ CurrencyID: 2,
622
+ TokenContractAddress: "0x000000000000000000000000B8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
623
+ PermitVariant: permitutils_1.PermitVariant.EIP2612Canonical,
624
+ PermitContractVersion: 1,
625
+ TokenDecimals: 6,
626
+ IsGasToken: false,
627
+ },
620
628
  ],
621
629
  },
622
630
  //citrea mainnet
@@ -614,6 +614,14 @@ const RawData = [
614
614
  TokenDecimals: 18,
615
615
  IsGasToken: true,
616
616
  },
617
+ {
618
+ CurrencyID: 2,
619
+ TokenContractAddress: "0x000000000000000000000000B8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
620
+ PermitVariant: PermitVariant.EIP2612Canonical,
621
+ PermitContractVersion: 1,
622
+ TokenDecimals: 6,
623
+ IsGasToken: false,
624
+ },
617
625
  ],
618
626
  },
619
627
  //citrea mainnet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avail-project/ca-common",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "common utilities for CA",
5
5
  "files": [
6
6
  "dist"