Skip to content

Commit

Permalink
Add Q Mainnet network (#765)
Browse files Browse the repository at this point in the history
## Add Q Mainnet 

> Template to provide information about the new chain. Only add extra
information in the bottom section. Ensure that the contracts are
deployed on the chain, if not deploy with
[safe-contracts](https://github.com/safe-global/safe-contracts). Only
**one** chain ID, **one** Safe version and **one** deployment type per
PR. This entire paragraph should be deleted.

Please fill the following form:

Provide the Chain ID (Only 1 chain id per PR).
- Chain_ID: 35441

Provide RPC URL for the chain (should be able to query atleast 10
requests per minute for automatic PR check).
- RPC_URL: https://rpc.q.org/

Relevant information:

Explorer URL: https://explorer.q.org/
  • Loading branch information
KyrylR authored Sep 6, 2024
1 parent 7d6f03a commit 21bdaea
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/v1.4.1/compatibility_fallback_handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/create_call.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/multi_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/multi_send_call_only.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe_l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe_proxy_factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/sign_message_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/simulate_tx_accessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"32769": "canonical",
"33101": "canonical",
"34443": "canonical",
"35441": "canonical",
"41455": "canonical",
"42161": "canonical",
"42220": "canonical",
Expand Down

0 comments on commit 21bdaea

Please sign in to comment.