@avail-project/ca-common 1.0.0-beta.9 → 1.0.0-beta10

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.
@@ -601,6 +601,14 @@ const RawData = [
601
601
  Universe: 0,
602
602
  ChainID32: "0x00000000000000000000000000000000000000000000000000000000000010e6",
603
603
  Currencies: [
604
+ {
605
+ CurrencyID: 1,
606
+ TokenContractAddress: "0x000000000000000000000000FAfDdbb3FC7688494971a79cc65DCa3EF82079E7",
607
+ PermitVariant: permitutils_1.PermitVariant.EIP2612Canonical,
608
+ PermitContractVersion: 2,
609
+ TokenDecimals: 6,
610
+ IsGasToken: false,
611
+ },
604
612
  {
605
613
  CurrencyID: 3,
606
614
  TokenContractAddress: "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -598,6 +598,14 @@ const RawData = [
598
598
  Universe: 0,
599
599
  ChainID32: "0x00000000000000000000000000000000000000000000000000000000000010e6",
600
600
  Currencies: [
601
+ {
602
+ CurrencyID: 1,
603
+ TokenContractAddress: "0x000000000000000000000000FAfDdbb3FC7688494971a79cc65DCa3EF82079E7",
604
+ PermitVariant: PermitVariant.EIP2612Canonical,
605
+ PermitContractVersion: 2,
606
+ TokenDecimals: 6,
607
+ IsGasToken: false,
608
+ },
601
609
  {
602
610
  CurrencyID: 3,
603
611
  TokenContractAddress: "0x0000000000000000000000000000000000000000000000000000000000000000",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avail-project/ca-common",
3
- "version": "1.0.0-beta.9",
3
+ "version": "1.0.0-beta10",
4
4
  "description": "common utilities for CA",
5
5
  "files": [
6
6
  "dist"