Skip to content

Commit b8e57de

Browse files
Add addresses 1.4.1 for chain VELAS_EVM_MAINNET (#2094)
* Add new master copy address 0x41675C099F32341bf84BFc5382aF534df5C7461a * Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762 * Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67 * Apply linter fixes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a583902 commit b8e57de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

safe_eth/safe/addresses.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,12 @@
608608
EthereumNetwork.VELAS_EVM_MAINNET: [
609609
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 27572492, "1.3.0+L2"),
610610
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 27572642, "1.3.0"),
611+
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 65160282, "1.4.1"), # v1.4.1
612+
(
613+
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
614+
65160280,
615+
"1.4.1+L2",
616+
), # v1.4.1+L2
611617
],
612618
EthereumNetwork.WEMIX3_0_MAINNET: [
613619
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 12651754, "1.3.0+L2"),
@@ -3455,6 +3461,7 @@
34553461
],
34563462
EthereumNetwork.VELAS_EVM_MAINNET: [
34573463
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 27571962), # v1.3.0
3464+
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 65160267), # v1.4.1
34583465
],
34593466
EthereumNetwork.WEMIX3_0_MAINNET: [
34603467
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 12651730), # v1.3.0

0 commit comments

Comments
 (0)