mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-01-14 09:05:18 +00:00
2e1d076460
* update modules
14 lines
331 B
Rust
14 lines
331 B
Rust
use ethers::prelude::abigen;
|
|
|
|
// run `cargo doc -p contract-interface --open` to read struct definition
|
|
|
|
abigen!(
|
|
ZgsFlow,
|
|
"../../0g-storage-contracts/artifacts/contracts/dataFlow/Flow.sol/Flow.json"
|
|
);
|
|
|
|
abigen!(
|
|
PoraMine,
|
|
"../../0g-storage-contracts/artifacts/contracts/test/PoraMineTest.sol/PoraMineTest.json"
|
|
);
|