Commit a4b0c68
authored
➕ Add Sophon Test and Main Network Deployments (pcaversaccio#249)
### 🕓 Changelog
Add Sophon test and main network deployments (resolves pcaversaccio#247):
- [Sophon Sepolia
Testnet](https://testnet.sophscan.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed),
-
[Sophon](https://sophscan.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed).
#### Verification
Compare the `keccak256` hash of the runtime bytecode with the canonical
`keccak256` hash of the runtime bytecode
[here](https://github.com/pcaversaccio/createx#security-considerations)
(`0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f`):
```console
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc.testnet.sophon.xyz)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc.sophon.xyz)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
```
---------
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>1 parent 8c5702b commit a4b0c68
10 files changed
Lines changed: 171 additions & 104 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2260 | 2260 | | |
2261 | 2261 | | |
2262 | 2262 | | |
| 2263 | + | |
2263 | 2264 | | |
2264 | 2265 | | |
2265 | 2266 | | |
| |||
2348 | 2349 | | |
2349 | 2350 | | |
2350 | 2351 | | |
| 2352 | + | |
2351 | 2353 | | |
2352 | 2354 | | |
2353 | 2355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
627 | 634 | | |
628 | 635 | | |
629 | 636 | | |
| |||
1223 | 1230 | | |
1224 | 1231 | | |
1225 | 1232 | | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
1226 | 1240 | | |
1227 | 1241 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
1115 | 1125 | | |
1116 | 1126 | | |
1117 | 1127 | | |
| |||
1392 | 1402 | | |
1393 | 1403 | | |
1394 | 1404 | | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
1395 | 1408 | | |
1396 | 1409 | | |
1397 | 1410 | | |
| |||
2608 | 2621 | | |
2609 | 2622 | | |
2610 | 2623 | | |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
| 2628 | + | |
| 2629 | + | |
| 2630 | + | |
| 2631 | + | |
| 2632 | + | |
| 2633 | + | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
| 2637 | + | |
| 2638 | + | |
| 2639 | + | |
2611 | 2640 | | |
2612 | 2641 | | |
2613 | 2642 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
- .github/workflows/ci.yml+21-24
- foundry.toml+4-2
- src/accounts/ERC1271.sol+3-1
- src/accounts/ERC4337.sol+7-7
- src/accounts/ERC6551.sol+6-7
- src/accounts/LibERC7579.sol+3-2
- src/accounts/Timelock.sol+3-2
- src/accounts/ext/ithaca/ERC7821.sol+383
- src/auth/EnumerableRoles.sol+4-5
- src/auth/TimedRoles.sol+13-11
- src/tokens/ERC4626.sol+6-7
- src/tokens/ERC6909.sol+3-8
- src/utils/Base58.sol+3-2
- src/utils/Base64.sol+1-5
- src/utils/DateTimeLib.sol+8-7
- src/utils/DynamicArrayLib.sol+6-16
- src/utils/ECDSA.sol+2-1
- src/utils/EnumerableMapLib.sol+27-9
- src/utils/EnumerableSetLib.sol+11-13
- src/utils/FixedPointMathLib.sol+17-14
- src/utils/JSONParserLib.sol+7-1
- src/utils/LibBitmap.sol+2-1
- src/utils/LibBytes.sol+2-10
- src/utils/LibCall.sol+17-4
- src/utils/LibClone.sol+11-13
- src/utils/LibSort.sol+1-5
- src/utils/LibString.sol+20-18
- src/utils/MerkleProofLib.sol+16-15
- src/utils/MerkleTreeLib.sol+1-5
- src/utils/MetadataReaderLib.sol+8-8
- src/utils/P256.sol+2-1
- src/utils/SafeTransferLib.sol+15-20
- src/utils/SemVerLib.sol+2-2
- src/utils/SignatureCheckerLib.sol+7-5
- src/utils/UUPSUpgradeable.sol+3-2
- src/utils/WebAuthn.sol+10-11
- src/utils/ext/delegatexyz/DelegateCheckerLib.sol+8-4
- src/utils/ext/ithaca/BLS.sol+3-1
- src/utils/ext/zksync/SafeTransferLib.sol+7-11
- src/utils/ext/zksync/SignatureCheckerLib.sol+7-5
- src/utils/g/DynamicArrayLib.sol+6-16
- src/utils/g/EnumerableMapLib.sol+27-9
- src/utils/g/EnumerableSetLib.sol+11-13
- src/utils/g/JSONParserLib.sol+7-1
- src/utils/g/LibBitmap.sol+2-1
- src/utils/g/LibBytes.sol+2-10
- src/utils/g/LibString.sol+20-18
- src/utils/g/WebAuthn.sol+10-11
- src/utils/legacy/LibCWIA.sol+6-3
- test/Base64.t.sol+7-4
- test/CREATE3.t.sol+3-1
- test/ERC1155.t.sol+10-14
- test/ERC1271.t.sol+4-3
- test/ERC4626.t.sol+4-6
- test/ERC6551.t.sol+14-21
- test/ERC721.t.sol+5-6
- test/FixedPointMathLib.t.sol+9-8
- test/Initializable.t.sol+2-1
- test/JSONParserLib.t.sol+2-9
- test/LibBytes.t.sol+3-6
- test/LibCWIA.t.sol+3-2
- test/LibClone.t.sol+22-18
- test/LibERC6551.t.sol+3-2
- test/LibERC7579.t.sol+16-15
- test/LibString.t.sol+16-12
- test/LibTransient.t.sol+10-9
- test/LibZip.t.sol+2-1
- test/Lifebuoy.t.sol+8-4
- test/P256.t.sol+31-26
- test/SafeTransferLib.t.sol+24-25
- test/SignatureCheckerLib.t.sol+17-18
- test/WebAuthn.t.sol+3-6
- test/ext/delegatexyz/DelegateCheckerLib.t.sol+1-2
- test/ext/ithaca/BLS.t.sol+25-24
- test/ext/ithaca/ERC7821.t.sol+286
- test/ext/zksync/ERC1155.t.sol+10-14
- test/ext/zksync/ERC721.t.sol+5-6
- test/ext/zksync/SafeTransferLib.t.sol+24-25
- test/ext/zksync/SignatureCheckerLib.t.sol+17-18
- test/utils/TestPlus.sol+1-5
- test/utils/forge-std/Test.sol+14-23
- test/utils/forge-std/Vm.sol+30-72
- test/utils/mocks/MockERC4337.sol+1-6
- test/utils/mocks/MockERC6551.sol+1-6
- test/utils/mocks/MockEntryPoint.sol+2-2
- test/utils/mocks/MockReentrancyGuard.sol+9-8
- test/utils/mocks/MockReentrancyGuardTransient.sol+9-8
- test/utils/mocks/ext/ithaca/MockERC7821.sol+58
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
| |||
0 commit comments