mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-06 10:54:50 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
|
{
|
||
|
"language": "Solidity",
|
||
|
"sources": {
|
||
|
"WakuRln.sol": {
|
||
|
"urls": ["./waku-rln-contract/contracts/WakuRln.sol"]
|
||
|
},
|
||
|
"WakuRlnRegistry.sol": {
|
||
|
"urls": ["./waku-rln-contract/contracts/WakuRlnRegistry.sol"]
|
||
|
},
|
||
|
"rln-contract/PoseidonHasher.sol": {
|
||
|
"urls": [
|
||
|
"./waku-rln-contract/lib/rln-contract/contracts/PoseidonHasher.sol"
|
||
|
]
|
||
|
},
|
||
|
"rln-contract/RlnBase.sol": {
|
||
|
"urls": ["./waku-rln-contract/lib/rln-contract/contracts/RlnBase.sol"]
|
||
|
},
|
||
|
"rln-contract/IVerifier.sol": {
|
||
|
"urls": ["./waku-rln-contract/lib/rln-contract/contracts/IVerifier.sol"]
|
||
|
},
|
||
|
"openzeppelin-contracts/contracts/access/Ownable.sol": {
|
||
|
"urls": ["./waku-rln-contract/lib/openzeppelin-contracts/contracts/access/Ownable.sol"]
|
||
|
},
|
||
|
"openzeppelin-contracts/contracts/utils/Context.sol": {
|
||
|
"urls": ["./waku-rln-contract/lib/openzeppelin-contracts/contracts/utils/Context.sol"]
|
||
|
}
|
||
|
},
|
||
|
"settings": {
|
||
|
"outputSelection": { "*": { "*": ["abi", "evm.bytecode.object"] } }
|
||
|
}
|
||
|
}
|