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
+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";
//-------------------------------------------------------------------