You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Video of Nunya.business compile, upload, and instantiate a Private Secret Contract to Secret Network Testnet
20
20
[YouTube Link](https://youtu.be/pCtQjqqD6gs)
21
21
22
-
* Video of Nunya.business compile, upload, and instantiate a Public Gateway Contract to Ethereum Sepolia Testnet
23
-
[YouTube Link](https://youtu.be/WeBABOnPvgQ)
24
-
* Note: It does not continue to deploy NunyaBusiness contract, likely since we added `secretContract = ISecretContract(gateway);` that still uses the DummyGatewayContract interface file instead of one for the Gateway contract.
25
-
* Note: The Gateway was deployed with tx: 0x83aeaac54e1d2b467c2452bbdaca8d1c9c775549ddfee749b18d4f02a42b435f to address 0xe3a363ea613f601Dd05E0c02DBb1dfa4D7ABA99A
22
+
* Video of Nunya.business compile, upload, and instantiate a SecretPath Public Gateway Contract to Sepolia Ethereum Testnet.
23
+
[YouTube Link](https://youtu.be/O0unCWsrKA4)
24
+
* It successfully also deploys NunyaBusiness contract since we added `secretContract = IGateway(gateway);` to use an interface based on Gateway.sol instead of the old DummyGatewayContract interface file.
25
+
* Note: The Gateway was deployed with tx: 0x848763e137d97ea53000f360fa27db943f47a13e4e03982320d72dec33478e36 to address 0x41E52332e76988AFBc38280583a7A02492177C65
26
+
* Note: The NunyaContract was deployed with tx:
26
27
27
28
* Video of Nunya.business frontend integration [video](./assets/demo.mp4)
transaction 0x53593beece8061f774f9a9b6efa4584e88ed91eef22eb4ea5613b9631daed888 still pending... It used a gas pricing config of maxPriorityFeePerGas: 1500000000 maxFeePerGas: 14500077156 ,
84
+
current gas price is 5987481929 wei
85
+
new baseFee is 6102384838
86
+
87
+
✔ Choose what to do with the pending transaction: · continue waiting
deploying "Gateway" (tx: 0xb45283f3d585794164052a82e7bd2930aeade41090584a25464e6551bf1e37b5)...: deployed at 0x5Be91fd4b49489bb3aEc8bE2F5Fa1d83FD8C5A1b with 2559228 gas
95
+
Successfully deployed Gateway to address: 0x5Be91fd4b49489bb3aEc8bE2F5Fa1d83FD8C5A1b
96
+
deploying "NunyaBusiness" (tx: 0x9b69c6a4ace42a0ce36e4d1ef6ce99d3f2cc0271eed966c8c7e35438bb0fee33)...: deployed at 0x41E52332e76988AFBc38280583a7A02492177C65 with 1672042 gas
97
+
Successfully deployed NunyaBusiness to address: 0x41E52332e76988AFBc38280583a7A02492177C65
0 commit comments