UNPKG
@zkp2p/contracts-v2
Version:
latest (0.0.6)
next (0.0.1-rc5)
test (0.0.5-rc-1)
0.0.6
0.0.6-rc-1
0.0.5
0.0.5-rc-4
0.0.5-rc-3
0.0.5-rc-2
0.0.5-rc-1
0.0.5-rc.4
0.0.5-rc.3
0.0.5-rc.2
0.0.5-rc.1
0.0.4
0.0.2
0.0.1
0.0.1-rc5
0.0.1-rc4
0.0.1-rc3
0.0.1-rc2
0.0.1-rc1
ZKP2P V2 smart contract interfaces and utilities
zkp2p.xyz
zkp2p/zkp2p-v2-contracts
@zkp2p/contracts-v2
/
constants
/
baseStaging.d.ts
5 lines
(4 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
// Typed constants file for baseStaging
export
type
Constants
= {
USDC
?:
`0x
${
string
}
`
} &
Record
<
string
,
unknown
>;
declare
const
value
:
Constants
;
export
default
value;