Skip to content

Conversation

@Oliver-Backend
Copy link
Contributor

@Oliver-Backend Oliver-Backend commented Dec 23, 2025

Add new chain

Provide the Chain ID (Only 1 chain id per PR).

  • Chain_ID: 30143370385

Network Details
Network: Buburuza Mainnet
Chain_ID: 30143370385
RPC: https://rpc-mainnet.buburuza.com/rpc
Explorer: https://explorer-mainnet.buburuza.com/


Note

Adds Buburuza Mainnet support by mapping chain 30143370385 to canonical in Safe v1.4.1 artifacts.

  • Updates networkAddresses in compatibility_fallback_handler.json, create_call.json, multi_send.json, multi_send_call_only.json, safe.json, safe_l2.json, safe_migration.json, safe_proxy_factory.json, safe_to_l2_migration.json, safe_to_l2_setup.json, sign_message_lib.json, simulate_tx_accessor.json
  • No changes to deployments or abi sections

Written by Cursor Bugbot for commit 6504a91. This will update automatically on new commits. Configure here.

@Oliver-Backend Oliver-Backend requested a review from a team as a code owner December 23, 2025 06:12
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Copy link

@falvaradorodriguez falvaradorodriguez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Oliver-Backend,

SafeMigration deployment is missing. Please, could you review it? Thanks

SafeMigration deployments: ERROR: missing SafeMigration deployment

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@Oliver-Backend
Copy link
Contributor Author

Hi @Oliver-Backend,

SafeMigration deployment is missing. Please, could you review it? Thanks

SafeMigration deployments: ERROR: missing SafeMigration deployment

Hi, @falvaradorodriguez

I have added SafeMigration deployments. Please review it. Thanks.

@falvaradorodriguez
Copy link

Hi @Oliver-Backend,
SafeMigration deployment is missing. Please, could you review it? Thanks
SafeMigration deployments: ERROR: missing SafeMigration deployment

Hi, @falvaradorodriguez

I have added SafeMigration deployments. Please review it. Thanks.

SafeMigration deployment looks not correct.

➜  ~ curl --location 'https://rpc-mainnet.buburuza.com/rpc' \
--header 'Content-Type: application/json' \
--data '{
  "jsonrpc": "2.0",
  "method": "eth_getCode",
  "params": [
    "0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6",
    "latest"
  ],
  "id": 1
}
'
{"jsonrpc":"2.0","id":1,"result":"0x"}
SafeMigration deployments:
ERROR: SafeMigration not deployed at 0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6

Please, Could you review it again? Thanks

@Oliver-Backend
Copy link
Contributor Author

Hi @Oliver-Backend,
SafeMigration deployment is missing. Please, could you review it? Thanks
SafeMigration deployments: ERROR: missing SafeMigration deployment

Hi, @falvaradorodriguez
I have added SafeMigration deployments. Please review it. Thanks.

SafeMigration deployment looks not correct.

➜  ~ curl --location 'https://rpc-mainnet.buburuza.com/rpc' \
--header 'Content-Type: application/json' \
--data '{
  "jsonrpc": "2.0",
  "method": "eth_getCode",
  "params": [
    "0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6",
    "latest"
  ],
  "id": 1
}
'
{"jsonrpc":"2.0","id":1,"result":"0x"}
SafeMigration deployments:
ERROR: SafeMigration not deployed at 0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6

Please, Could you review it again? Thanks

Hi, @falvaradorodriguez

I have used v1.4.1 tag from this repo (https://github.com/safe-fndn/safe-smart-account) and ran npm run deploy-all .
But in those I am not able to find the SafeMigration contracts inside src/deploy folder. Can you tell me how can I deploy those contracts ?
Thanks for your help.

@Oliver-Backend
Copy link
Contributor Author

Hi @Oliver-Backend,
SafeMigration deployment is missing. Please, could you review it? Thanks
SafeMigration deployments: ERROR: missing SafeMigration deployment

Hi, @falvaradorodriguez
I have added SafeMigration deployments. Please review it. Thanks.

SafeMigration deployment looks not correct.

➜  ~ curl --location 'https://rpc-mainnet.buburuza.com/rpc' \
--header 'Content-Type: application/json' \
--data '{
  "jsonrpc": "2.0",
  "method": "eth_getCode",
  "params": [
    "0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6",
    "latest"
  ],
  "id": 1
}
'
{"jsonrpc":"2.0","id":1,"result":"0x"}
SafeMigration deployments:
ERROR: SafeMigration not deployed at 0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6

Please, Could you review it again? Thanks

Hi, @falvaradorodriguez

I have used v1.4.1 tag from this repo (https://github.com/safe-fndn/safe-smart-account) and ran npm run deploy-all . But in those I am not able to find the SafeMigration contracts inside src/deploy folder. Can you tell me how can I deploy those contracts ? Thanks for your help.

Hi, @falvaradorodriguez

Found it I checked out tag instead of release/v1.4.1 branch. It's deployed now. I have checked using the curl command you provided.
Thank you for your patience.

@falvaradorodriguez falvaradorodriguez merged commit 49dd63b into safe-global:main Jan 8, 2026
3 of 5 checks passed
@Oliver-Backend
Copy link
Contributor Author

@falvaradorodriguez I can see that there has not been new release after v1.37.49. Can you please give an estimation when a new release is going to come, since we need to deploy safe-infrastructure ? Thanks

@dasanra
Copy link
Collaborator

dasanra commented Jan 15, 2026

@Oliver-Backend a new release including these changes was published yesterday v1.37.50

@Oliver-Backend
Copy link
Contributor Author

Oliver-Backend commented Jan 16, 2026

@dasanra But we need other repositories of safe like https://github.com/safe-global/safe-client-gateway and https://github.com/safe-global/safe-wallet-monorepo to also release/update then I can actually use the https://github.com/safe-global/safe-infrastructure to deploy correct ?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants