Skip to content

Commit

Permalink
test contract (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran authored Oct 25, 2024
1 parent ec5e863 commit 3230e11
Show file tree
Hide file tree
Showing 10 changed files with 4,469 additions and 32 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/apinode/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var defaultTestnetConfig = &Config{
IoTeXChainID: 2,
ChainEndpoint: "https://babel-api.testnet.iotex.io",
BeginningBlockNumber: 28685000,
TaskManagerContractAddr: "0x7AEF1Ed51c1EF3f9e118e25De5D65Ff9F7E2fd29",
TaskManagerContractAddr: "0xA1D9048C3ab05795b1eBc3A3D5bfeC67A9A15d65",
env: "TESTNET",
}

Expand Down
6 changes: 3 additions & 3 deletions cmd/prover/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ var (
VMEndpoints: `{"1":"localhost:4001","2":"localhost:4002","3":"zkwasm:4001","4":"wasm:4001"}`,
ChainEndpoint: "https://babel-api.testnet.iotex.io",
DatasourceDSN: "postgres://postgres:mysecretpassword@postgres:5432/w3bstream?sslmode=disable",
ProjectContractAddr: "0x2e45132c8fFeBa7490d57A6118Bd060E55161564",
RouterContractAddr: "0xBAB5D88AbECd06c3969fa3CE2597DDD31d13e3C3",
TaskManagerContractAddr: "0x7AEF1Ed51c1EF3f9e118e25De5D65Ff9F7E2fd29",
ProjectContractAddr: "0xcb5a53FE52e7961D5A9593C153454d4c7BA05443",
RouterContractAddr: "0x35C42996D5401161EB7Bc8617e06A027ca55F14B",
TaskManagerContractAddr: "0xA1D9048C3ab05795b1eBc3A3D5bfeC67A9A15d65",
ProverPrvKey: "a5f4e99aa80342d5451e8f8fd0dc357ccddb70d3827428fb1fc366f70833497f",
BeginningBlockNumber: 28685000,
LocalDBDir: "./local_db",
Expand Down
6 changes: 3 additions & 3 deletions cmd/sequencer/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ var (
IoTeXChainID: 2,
ChainEndpoint: "https://babel-api.testnet.iotex.io",
OperatorPrvKey: "33e6ba3e033131026903f34dfa208feb88c284880530cf76280b68d38041c67b",
ProverContractAddr: "0x92aE72A5f15ee8cF61f950A60a600e17875644b2",
MinterContractAddr: "0xeC0e0749Ec1434C6B23A7175B1309C8AEBa29da9",
TaskManagerContractAddr: "0x7AEF1Ed51c1EF3f9e118e25De5D65Ff9F7E2fd29",
ProverContractAddr: "0xf18BaBFdc7866C03480b1618A334d4a46a96833a",
MinterContractAddr: "0x3d0De8EB420BAB570Befc0fd06C47ee636608b16",
TaskManagerContractAddr: "0xA1D9048C3ab05795b1eBc3A3D5bfeC67A9A15d65",
LocalDBDir: "./local_db",
BeginningBlockNumber: 28685000,
env: "TESTNET",
Expand Down
Loading

0 comments on commit 3230e11

Please sign in to comment.