@mainsail/evm-contracts 0.0.1-evm.14 → 0.0.1-evm.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/distribution/index.d.ts.map +1 -1
- package/distribution/index.js +4 -4
- package/distribution/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -12,10 +12,10 @@ You can find installation instructions and detailed instructions on how to use t
|
|
12
12
|
|
13
13
|
Foundry consists of:
|
14
14
|
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
15
|
+
- **Forge**: Ethereum testing framework (like Truffle, Hardhat and DappTools).
|
16
|
+
- **Cast**: Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.
|
17
|
+
- **Anvil**: Local Ethereum node, akin to Ganache, Hardhat Network.
|
18
|
+
- **Chisel**: Fast, utilitarian, and verbose solidity REPL.
|
19
19
|
|
20
20
|
### Documentation
|
21
21
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAuB;AACxF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,0BAA0B,CAAuB;AAC5F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4BAA4B,CAAuB;AAC9F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAuB;AACxF,cAAc,oBAAoB,CAAC"}
|
package/distribution/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
export { default as ConsensusAbi } from "./abis/ConsensusV1.json"
|
2
|
-
export { default as ERC1967ProxyAbi } from "./abis/ERC1967Proxy.json"
|
3
|
-
export { default as MultiPaymentAbi } from "./abis/MultiPaymentV1.json"
|
4
|
-
export { default as UsernamesAbi } from "./abis/UsernamesV1.json"
|
1
|
+
export { default as ConsensusAbi } from "./abis/ConsensusV1.json" with { type: "json" };
|
2
|
+
export { default as ERC1967ProxyAbi } from "./abis/ERC1967Proxy.json" with { type: "json" };
|
3
|
+
export { default as MultiPaymentAbi } from "./abis/MultiPaymentV1.json" with { type: "json" };
|
4
|
+
export { default as UsernamesAbi } from "./abis/UsernamesV1.json" with { type: "json" };
|
5
5
|
export * from "./function-sigs.js";
|
6
6
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,0BAA0B,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4BAA4B,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AACxF,cAAc,oBAAoB,CAAC"}
|