ready for zx message sign demo

This commit is contained in:
2022-11-27 00:12:15 -07:00
parent c3194b1ec2
commit 3ddca3db2f
11 changed files with 451 additions and 85 deletions
+1
View File
@@ -4,3 +4,4 @@ jex_mindist
dist
src/jex_include
erl_crash.dump
docs
+1 -1
View File
@@ -1,5 +1,5 @@
{type, library}.
{realm, local}.
{name, parasite}.
{version, "0.1.0"}.
{version, "0.2.0"}.
{deps, []}.
+2 -2
View File
@@ -26,8 +26,8 @@ import * as ae_compiler from './ae_compiler.js'
export const MIN_FEE = 16660000000000;
export const MIN_CONTRACT_FEE = 79080000000000;
export const MIN_GAS_PRICE = 1000000000;
export const URL_MAINNET = "https://mainnet.aeternity.io/v2";
export const URL_TESTNET = "https://testnet.aeternity.io/v2";
export const URL_MAINNET = "https://mainnet.aeternity.io/v3";
export const URL_TESTNET = "https://testnet.aeternity.io/v3";
//-------------------------------------------------------------------