feat(template): Add template for singleton protocols.
Separate templates and add one for protocols with only a single contract.
This commit is contained in:
1257
substreams/ethereum-template-singleton/src/abi/erc20.rs
Normal file
1257
substreams/ethereum-template-singleton/src/abi/erc20.rs
Normal file
File diff suppressed because it is too large
Load Diff
2
substreams/ethereum-template-singleton/src/abi/mod.rs
Normal file
2
substreams/ethereum-template-singleton/src/abi/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
#![allow(clippy::all)]
|
||||
pub mod erc20;
|
||||
Reference in New Issue
Block a user