Skip to content

Commit

Permalink
feat: add bob to v1.3.0 (#779)
Browse files Browse the repository at this point in the history
## Add new chain

> 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: 60808

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

Relevant information:
Add any other relevant information like blockexplorer, any annotation...
```
yarn review:verify-deployment --version v1.3.0 --chainId 60808 --rpc https://rpc.gobob.xyz
yarn run v1.22.22
$ ts-node scripts/review/verifyDeployment.ts --version v1.3.0 --chainId 60808 --rpc https://rpc.gobob.xyz
✨  Done in 5.16s.
```
  • Loading branch information
paulbalaji authored Sep 16, 2024
1 parent 15f544d commit 43c12c4
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.3.0/compatibility_fallback_handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/create_call.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/gnosis_safe.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/gnosis_safe_l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
"57000": "eip155",
"58008": "canonical",
"59140": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/multi_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/multi_send_call_only.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/proxy_factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/sign_message_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/simulate_tx_accessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"58008": "canonical",
"59140": ["canonical", "eip155"],
"59144": ["canonical", "eip155"],
"60808": ["canonical", "eip155"],
"71401": "eip155",
"71402": "eip155",
"73799": "canonical",
Expand Down

0 comments on commit 43c12c4

Please sign in to comment.