Skip to content

Commit

Permalink
Fix alfajores igp address (#2829)
Browse files Browse the repository at this point in the history
### Description

Fixes the alfajores IGP contract to the one actually used on-chain.

### Drive-by changes

Removed the old testnet_config.json in rust/config
  • Loading branch information
nambrot authored Oct 23, 2023
1 parent 746026a commit 8044fc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 165 deletions.
2 changes: 1 addition & 1 deletion rust/config/testnet4_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"validatorAnnounce": "0x3726EE36a2A9e11a40d1ffD7D9A1A16e0154cDA0",
"merkleTreeHook": "0x221FA9CBaFcd6c1C3d206571Cf4427703e023FFa",
"storageGasOracle": "0x8356113754C7aCa297Db3089b89F87CC125499fb",
"interchainGasPaymaster": "0x1246529edDcA523AfE5c6b9414299633d2E16697",
"interchainGasPaymaster": "0x44769b0f4a6f01339e131a691cc2eebbb519d297",
"aggregationHook": "0xdBabD76358897E68E4964647C1fb8Bf524f5EFdB",
"protocolFee": "0xC9D50584F08Bf6cCD1004d14c7062044b45E3b48",
"defaultIsm": "0xFBb1D475d2275D4643B6ba9Dae16f2F5465F9436",
Expand Down
163 changes: 0 additions & 163 deletions rust/config/testnet_config.json

This file was deleted.

2 changes: 1 addition & 1 deletion typescript/sdk/src/consts/environments/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"validatorAnnounce": "0x3726EE36a2A9e11a40d1ffD7D9A1A16e0154cDA0",
"merkleTreeHook": "0x221FA9CBaFcd6c1C3d206571Cf4427703e023FFa",
"storageGasOracle": "0x8356113754C7aCa297Db3089b89F87CC125499fb",
"interchainGasPaymaster": "0x1246529edDcA523AfE5c6b9414299633d2E16697",
"interchainGasPaymaster": "0x44769b0f4a6f01339e131a691cc2eebbb519d297",
"aggregationHook": "0xdBabD76358897E68E4964647C1fb8Bf524f5EFdB",
"protocolFee": "0xC9D50584F08Bf6cCD1004d14c7062044b45E3b48",
"defaultIsm": "0xFBb1D475d2275D4643B6ba9Dae16f2F5465F9436"
Expand Down

0 comments on commit 8044fc2

Please sign in to comment.