Skip to content

Commit

Permalink
chainid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin K. Cusce committed Mar 9, 2020
1 parent 3af15ec commit f18e7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apis/avm/api.test.ts
Expand Up @@ -20,7 +20,7 @@ const bintools = BinTools.getInstance();

describe("AVMAPI", () => {
const networkid:number = 12345;
const blockchainid:string = "ddV3GvdmdeQkaxLRo9LH5AbDNyU9bDu6SqWak7x9UXMbupksK";
const blockchainid:string = "i8KtK2KwLi1o7WaVBbEKpRLPtAEYayfoptqAFYxfQgrus1g6m";
const ip:string = '127.0.0.1';
const port:number = 9650;
const protocol:string = "https";
Expand Down

0 comments on commit f18e7ee

Please sign in to comment.