From 92f5a8ab5b627db87d442fdbe2463137a0736121 Mon Sep 17 00:00:00 2001 From: cyhhao Date: Sun, 18 Dec 2022 12:25:04 +0800 Subject: [PATCH] update contract address --- package.json | 2 +- src/config/evm-network.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2cca43..d79534c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/config/evm-network.ts b/src/config/evm-network.ts index cabdb6a..bce4c2b 100644 --- a/src/config/evm-network.ts +++ b/src/config/evm-network.ts @@ -35,7 +35,7 @@ const evmNetworks: Record = { "standard": "EIP3091" } ], - "contracts": { "git3": "0x0068bD3ec8D16402690C1Eddff06ACb913A209ef" } + "contracts": { "git3": "0xee2879cd03A3D82C0Ffb648AA5773bcEBb0d5741" } } }