@alephium/web3 0.1.0-rc.1 → 0.1.0

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.
@@ -68,7 +68,7 @@ assertType<Eq<SignTransferTxResult, SignResult>>()
68
68
  export interface SignDeployContractTxParams {
69
69
  signerAddress: string
70
70
  bytecode: string
71
- initialAlphAmount?: string
71
+ initialAttoAlphAmount?: string
72
72
  initialTokenAmounts?: Token[]
73
73
  issueTokenAmount?: string
74
74
  gasAmount?: number
@@ -90,7 +90,7 @@ assertType<Eq<SignDeployContractTxResult, SignResult & { contractId: string; con
90
90
  export interface SignExecuteScriptTxParams {
91
91
  signerAddress: string
92
92
  bytecode: string
93
- alphAmount?: string
93
+ attoAlphAmount?: string
94
94
  tokens?: node.Token[]
95
95
  gasAmount?: number
96
96
  gasPrice?: string
@@ -12,7 +12,7 @@
12
12
  "stop-devnet": "node scripts/stop-devnet.js"
13
13
  },
14
14
  "dependencies": {
15
- "@alephium/web3": "0.1.0-rc.0"
15
+ "@alephium/web3": "0.1.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/elliptic": "^6.4.13",
@@ -12,7 +12,7 @@
12
12
  "@types/node": "^16.11.26",
13
13
  "@types/react": "^18.0.3",
14
14
  "@types/react-dom": "^18.0.0",
15
- "@alephium/web3": "0.1.0-rc.0",
15
+ "@alephium/web3": "0.1.0",
16
16
  "react": "^18.0.0",
17
17
  "react-dom": "^18.0.0",
18
18
  "react-scripts": "5.0.1",