@airgap/ethereum 0.13.19-beta.8 → 0.13.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airgap/ethereum",
3
- "version": "0.13.19-beta.8",
3
+ "version": "0.13.19",
4
4
  "description": "The @airgap/ethereum is an Ethereum implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -30,10 +30,10 @@
30
30
  },
31
31
  "author": "Papers AG <contact@papers.ch> (https://papers.ch)",
32
32
  "dependencies": {
33
- "@airgap/coinlib-core": "^0.13.19-beta.8",
34
- "@airgap/crypto": "^0.13.19-beta.8",
35
- "@airgap/module-kit": "^0.13.19-beta.8",
36
- "@airgap/serializer": "^0.13.19-beta.8",
33
+ "@airgap/coinlib-core": "^0.13.19",
34
+ "@airgap/crypto": "^0.13.19",
35
+ "@airgap/module-kit": "^0.13.19",
36
+ "@airgap/serializer": "^0.13.19",
37
37
  "@ethereumjs/common": "2.6.5",
38
38
  "@ethereumjs/tx": "3.4.0",
39
39
  "@metamask/eth-sig-util": "4.0.0"
@@ -823,7 +823,7 @@ exports.erc20Tokens = {
823
823
  name: 'Verse',
824
824
  marketSymbol: 'verse',
825
825
  identifier: 'eth-erc20-verse',
826
- contractAddress: '0x249cA82617eC3DfB2589c4c17ab7EC9765350a18',
826
+ contractAddress: '0x249ca82617ec3dfb2589c4c17ab7ec9765350a18',
827
827
  decimals: 18
828
828
  }
829
829
  };