blob: f15dac49a4fce23ee134c16ddabf3be34b42c0d4 (
plain) (
blame)
1
2
3
4
5
6
7
|
import { ContractArtifact } from 'ethereum-types';
import * as Forwarder from '../../generated-artifacts/Forwarder.json';
export const artifacts = {
Forwarder: Forwarder as ContractArtifact,
};
|