Skip to content

Commit

Permalink
feat: if refBlockNumberStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Sep 29, 2024
1 parent 8646118 commit 5a989ac
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 245 deletions.
10 changes: 5 additions & 5 deletions examples/browser/multiTransaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
console.log("GetTokenInfo",tokenContractAddress);
// return contract's instance and you can call the methods on this instance
return aelf.chain.contractAt(tokenContractAddress,wallet,{
refBlockNumberStrategy: {
9992731: -8,
1931928: -8
},
multi1: {
// refBlockNumberStrategy: {
// 9992731: -8,
// 1931928: -8
// },
multi: {
9992731: {
chainUrl: 'https://aelf-test-node.aelf.io/',
contractAddress: 'JRmBduh4nXWi1aXgdUsj5gJrzeZb2LxmrAbf7W99faZSvoAaE'
Expand Down
Loading

0 comments on commit 5a989ac

Please sign in to comment.