sync
This commit is contained in:
parent
7c31f3ba49
commit
0228b9bacd
|
|
@ -5,7 +5,7 @@ import Legacy from "../contractABI.json";
|
|||
var provider;
|
||||
var signer;
|
||||
var contract;
|
||||
var contractAddress = "0x96623DB287A02e82685C6194abe2C5378a3F9788";
|
||||
var contractAddress = "0x1F4649C10854EB727369E746a5Bae73e8Dca6740";
|
||||
var contractWithSigner;
|
||||
var contractABI = Legacy.abi;
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
BRANCH=$(git branch |grep \* | cut -d " " -f2)
|
||||
git add .
|
||||
git commit -m "sync"
|
||||
git push origin $BRANCH
|
||||
|
|
@ -1357,12 +1357,12 @@
|
|||
"1338": {
|
||||
"events": {},
|
||||
"links": {},
|
||||
"address": "0x1311cAec77c0DE4Aee52f5be19C38cd3Aba86092",
|
||||
"transactionHash": "0x2181d58f21fbfd0a3cdc67f4c77619112aa73eaa0673d3d347774f1f456bc0d5"
|
||||
"address": "0x6cF7a4627f90F2016CCffC027E3C0ce740D5d8fD",
|
||||
"transactionHash": "0x64ef60c166fb5c10ca45dade679f26717e57eeee709aea6858b8780e25176a5c"
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.10",
|
||||
"updatedAt": "2022-09-17T17:30:22.306Z",
|
||||
"updatedAt": "2022-11-12T10:55:01.119Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
|
|
|||
|
|
@ -9687,12 +9687,12 @@
|
|||
"1338": {
|
||||
"events": {},
|
||||
"links": {},
|
||||
"address": "0x96623DB287A02e82685C6194abe2C5378a3F9788",
|
||||
"transactionHash": "0x2aafdc10d3cd34b4e515bd0305bc57f51ee33a0932a3bc6e91bd18416295ff8e"
|
||||
"address": "0x1F4649C10854EB727369E746a5Bae73e8Dca6740",
|
||||
"transactionHash": "0xcfa00ca03291bf273ceaa5327b1719dde3aaea7dad0f4bff6b87ef3f5c547335"
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.10",
|
||||
"updatedAt": "2022-09-17T17:30:22.315Z",
|
||||
"updatedAt": "2022-11-12T10:55:01.127Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"custom:dev-run-script": "./scripts/deploy_with_ethers.ts",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue