update contract address

master
cyhhao 2 years ago
parent f1364c66ae
commit 92f5a8ab5b

@ -33,7 +33,7 @@
},
"scripts": {
"build": "yarn clean && tsc",
"install-linux": "yarn pkg:linux && cp ./bin/index-linux-x64 /usr/local/bin/git-remote-git3",
"install-linux": "yarn pkg:linux && cp ./bin/index /usr/local/bin/git-remote-git3",
"install-mac": "yarn pkg && cp ./bin/index-macos-x64 /usr/local/bin/git-remote-git3",
"install-mac-arm": "yarn pkg && cp ./bin/index-macos-arm64 /usr/local/bin/git-remote-git3",
"pkg:linux": "yarn build && pkg ./dist/index.js --out-path bin/ --targets node18-linux-x64",

@ -35,7 +35,7 @@ const evmNetworks: Record<number, any> = {
"standard": "EIP3091"
}
],
"contracts": { "git3": "0x0068bD3ec8D16402690C1Eddff06ACb913A209ef" }
"contracts": { "git3": "0xee2879cd03A3D82C0Ffb648AA5773bcEBb0d5741" }
}
}

Loading…
Cancel
Save