Skip to content

Commit

Permalink
Remove unused console.log; fix supported networks index page & block …
Browse files Browse the repository at this point in the history
…explorers
  • Loading branch information
louis-md committed Nov 22, 2023
1 parent b65a642 commit 3ea1402
Show file tree
Hide file tree
Showing 8 changed files with 1,864 additions and 1,479 deletions.
13 changes: 10 additions & 3 deletions .github/scripts/generateSupportedNetworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const generateSupportedNetworks = async () => {
const allNetworks = await fetch
.default('https://chainid.network/chains.json')
.then(res => res.json())
console.log(allNetworks)

const contracts = paths.map(p => {
const file = fs.readFileSync(`deployments/src/assets/${p}`, 'utf8')
const json = JSON.parse(file)
Expand All @@ -54,7 +54,7 @@ const generateSupportedNetworks = async () => {
chainId,
chainName: allNetworks.find(n => n.chainId === parseInt(chainId))?.name,
blockExplorerUrl: allNetworks.find(n => n.chainId === parseInt(chainId))
?.explorers?.[0]
?.explorers?.[0]?.url
}))
})

Expand Down Expand Up @@ -97,7 +97,14 @@ This networks's Chain Id is ${chainId}.
${_contracts
.filter(c => c.chainId === chainId)
.map(c => `- \`${c.name}.sol\`: [${c.address}](${c.blockExplorerUrl}/address/${c.address})`)
.map(
c =>
`- \`${c.name}.sol\`: ${
c.blockExplorerUrl == null
? c.address
: `[${c.address}](${c.blockExplorerUrl}/address/${c.address})`
}`
)
.join('\n')}
`
})
Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* [API Kit](safe-core-sdk/api-kit/README.md)
* [Reference](safe-core-sdk/api-kit/reference/README.md)

* [Supported Networks](supported-networks/index.md)
* [Supported Networks](safe-smart-account/supported-networks.md)
* [v.1.4.1](supported-networks/v1.4.1.md)
* [v.1.3.0](supported-networks/v1.3.0.md)
* [v.1.2.0](supported-networks/v1.2.0.md)
Expand Down
File renamed without changes.
30 changes: 20 additions & 10 deletions supported-networks/v1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,42 @@ This page references the addresses of all the Safe\{Core\} Protocol contracts de

### Ethereum Mainnet

- `gnosis_safe.sol`: 0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A
- `proxy_factory.sol`: 0x12302fE9c02ff50939BaAaaf415fc226C078613C
This networks's Chain Id is 1.

Check failure on line 9 in supported-networks/v1.0.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.0.0.md#L9

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.0.0.md", "range": {"start": {"line": 9, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A](https://etherscan.io/address/0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A)
- `proxy_factory.sol`: [0x12302fE9c02ff50939BaAaaf415fc226C078613C](https://etherscan.io/address/0x12302fE9c02ff50939BaAaaf415fc226C078613C)


### Rinkeby

- `gnosis_safe.sol`: 0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A
- `proxy_factory.sol`: 0x12302fE9c02ff50939BaAaaf415fc226C078613C
This networks's Chain Id is 4.

Check failure on line 17 in supported-networks/v1.0.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.0.0.md#L17

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.0.0.md", "range": {"start": {"line": 17, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A](https://rinkeby.etherscan.io/address/0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A)
- `proxy_factory.sol`: [0x12302fE9c02ff50939BaAaaf415fc226C078613C](https://rinkeby.etherscan.io/address/0x12302fE9c02ff50939BaAaaf415fc226C078613C)


### Goerli

- `gnosis_safe.sol`: 0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A
- `proxy_factory.sol`: 0x12302fE9c02ff50939BaAaaf415fc226C078613C
This networks's Chain Id is 5.

Check failure on line 25 in supported-networks/v1.0.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.0.0.md#L25

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.0.0.md", "range": {"start": {"line": 25, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A](https://goerli.etherscan.io/address/0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A)
- `proxy_factory.sol`: [0x12302fE9c02ff50939BaAaaf415fc226C078613C](https://goerli.etherscan.io/address/0x12302fE9c02ff50939BaAaaf415fc226C078613C)


### LUKSO Mainnet

- `gnosis_safe.sol`: 0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A
- `proxy_factory.sol`: 0x12302fE9c02ff50939BaAaaf415fc226C078613C
This networks's Chain Id is 42.

Check failure on line 33 in supported-networks/v1.0.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.0.0.md#L33

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.0.0.md", "range": {"start": {"line": 33, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A](https://explorer.execution.mainnet.lukso.network/address/0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A)
- `proxy_factory.sol`: [0x12302fE9c02ff50939BaAaaf415fc226C078613C](https://explorer.execution.mainnet.lukso.network/address/0x12302fE9c02ff50939BaAaaf415fc226C078613C)


### Gnosis

- `gnosis_safe.sol`: 0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A
- `proxy_factory.sol`: 0x12302fE9c02ff50939BaAaaf415fc226C078613C
This networks's Chain Id is 100.

Check failure on line 41 in supported-networks/v1.0.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.0.0.md#L41

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.0.0.md", "range": {"start": {"line": 41, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A](https://gnosisscan.io/address/0xb6029EA3B2c51D09a50B53CA8012FeEB05bDa35A)
- `proxy_factory.sol`: [0x12302fE9c02ff50939BaAaaf415fc226C078613C](https://gnosisscan.io/address/0x12302fE9c02ff50939BaAaaf415fc226C078613C)



88 changes: 52 additions & 36 deletions supported-networks/v1.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,56 @@ This page references the addresses of all the Safe\{Core\} Protocol contracts de

### Ethereum Mainnet

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
- `gnosis_safe.sol`: 0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F
- `multi_send.sol`: 0x8D29bE29923b68abfDD21e541b9374737B49cdAD
- `proxy_factory.sol`: 0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B
This networks's Chain Id is 1.

Check failure on line 9 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L9

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 9, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: [0xF61A721642B0c0C8b334bA3763BA1326F53798C0](https://etherscan.io/address/0xF61A721642B0c0C8b334bA3763BA1326F53798C0)
- `create_call.sol`: [0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a](https://etherscan.io/address/0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a)
- `default_callback_handler.sol`: [0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44](https://etherscan.io/address/0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44)
- `gnosis_safe.sol`: [0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F](https://etherscan.io/address/0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F)
- `multi_send.sol`: [0x8D29bE29923b68abfDD21e541b9374737B49cdAD](https://etherscan.io/address/0x8D29bE29923b68abfDD21e541b9374737B49cdAD)
- `proxy_factory.sol`: [0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B](https://etherscan.io/address/0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B)


### Rinkeby

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
- `gnosis_safe.sol`: 0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F
- `multi_send.sol`: 0x8D29bE29923b68abfDD21e541b9374737B49cdAD
- `proxy_factory.sol`: 0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B
This networks's Chain Id is 4.

Check failure on line 21 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L21

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 21, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: [0xF61A721642B0c0C8b334bA3763BA1326F53798C0](https://rinkeby.etherscan.io/address/0xF61A721642B0c0C8b334bA3763BA1326F53798C0)
- `create_call.sol`: [0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a](https://rinkeby.etherscan.io/address/0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a)
- `default_callback_handler.sol`: [0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44](https://rinkeby.etherscan.io/address/0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44)
- `gnosis_safe.sol`: [0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F](https://rinkeby.etherscan.io/address/0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F)
- `multi_send.sol`: [0x8D29bE29923b68abfDD21e541b9374737B49cdAD](https://rinkeby.etherscan.io/address/0x8D29bE29923b68abfDD21e541b9374737B49cdAD)
- `proxy_factory.sol`: [0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B](https://rinkeby.etherscan.io/address/0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B)


### Goerli

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
- `gnosis_safe.sol`: 0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F
- `multi_send.sol`: 0x8D29bE29923b68abfDD21e541b9374737B49cdAD
- `proxy_factory.sol`: 0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B
This networks's Chain Id is 5.

Check failure on line 33 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L33

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 33, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: [0xF61A721642B0c0C8b334bA3763BA1326F53798C0](https://goerli.etherscan.io/address/0xF61A721642B0c0C8b334bA3763BA1326F53798C0)
- `create_call.sol`: [0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a](https://goerli.etherscan.io/address/0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a)
- `default_callback_handler.sol`: [0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44](https://goerli.etherscan.io/address/0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44)
- `gnosis_safe.sol`: [0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F](https://goerli.etherscan.io/address/0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F)
- `multi_send.sol`: [0x8D29bE29923b68abfDD21e541b9374737B49cdAD](https://goerli.etherscan.io/address/0x8D29bE29923b68abfDD21e541b9374737B49cdAD)
- `proxy_factory.sol`: [0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B](https://goerli.etherscan.io/address/0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B)


### LUKSO Mainnet

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
- `gnosis_safe.sol`: 0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F
- `multi_send.sol`: 0x8D29bE29923b68abfDD21e541b9374737B49cdAD
- `proxy_factory.sol`: 0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B
This networks's Chain Id is 42.

Check failure on line 45 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L45

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 45, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: [0xF61A721642B0c0C8b334bA3763BA1326F53798C0](https://explorer.execution.mainnet.lukso.network/address/0xF61A721642B0c0C8b334bA3763BA1326F53798C0)
- `create_call.sol`: [0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a](https://explorer.execution.mainnet.lukso.network/address/0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a)
- `default_callback_handler.sol`: [0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44](https://explorer.execution.mainnet.lukso.network/address/0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44)
- `gnosis_safe.sol`: [0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F](https://explorer.execution.mainnet.lukso.network/address/0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F)
- `multi_send.sol`: [0x8D29bE29923b68abfDD21e541b9374737B49cdAD](https://explorer.execution.mainnet.lukso.network/address/0x8D29bE29923b68abfDD21e541b9374737B49cdAD)
- `proxy_factory.sol`: [0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B](https://explorer.execution.mainnet.lukso.network/address/0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B)


### TomoChain

This networks's Chain Id is 88.

Check failure on line 57 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L57

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 57, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
Expand All @@ -56,26 +66,32 @@ This page references the addresses of all the Safe\{Core\} Protocol contracts de

### Gnosis

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
- `gnosis_safe.sol`: 0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F
- `multi_send.sol`: 0x8D29bE29923b68abfDD21e541b9374737B49cdAD
- `proxy_factory.sol`: 0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B
This networks's Chain Id is 100.

Check failure on line 69 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L69

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 69, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: [0xF61A721642B0c0C8b334bA3763BA1326F53798C0](https://gnosisscan.io/address/0xF61A721642B0c0C8b334bA3763BA1326F53798C0)
- `create_call.sol`: [0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a](https://gnosisscan.io/address/0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a)
- `default_callback_handler.sol`: [0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44](https://gnosisscan.io/address/0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44)
- `gnosis_safe.sol`: [0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F](https://gnosisscan.io/address/0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F)
- `multi_send.sol`: [0x8D29bE29923b68abfDD21e541b9374737B49cdAD](https://gnosisscan.io/address/0x8D29bE29923b68abfDD21e541b9374737B49cdAD)
- `proxy_factory.sol`: [0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B](https://gnosisscan.io/address/0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B)


### Energy Web Chain

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
- `gnosis_safe.sol`: 0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F
- `multi_send.sol`: 0x8D29bE29923b68abfDD21e541b9374737B49cdAD
- `proxy_factory.sol`: 0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B
This networks's Chain Id is 246.

Check failure on line 81 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L81

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 81, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: [0xF61A721642B0c0C8b334bA3763BA1326F53798C0](https://explorer.energyweb.org/address/0xF61A721642B0c0C8b334bA3763BA1326F53798C0)
- `create_call.sol`: [0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a](https://explorer.energyweb.org/address/0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a)
- `default_callback_handler.sol`: [0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44](https://explorer.energyweb.org/address/0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44)
- `gnosis_safe.sol`: [0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F](https://explorer.energyweb.org/address/0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F)
- `multi_send.sol`: [0x8D29bE29923b68abfDD21e541b9374737B49cdAD](https://explorer.energyweb.org/address/0x8D29bE29923b68abfDD21e541b9374737B49cdAD)
- `proxy_factory.sol`: [0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B](https://explorer.energyweb.org/address/0x76E2cFc1F5Fa8F6a5b3fC4c8F4788F0116861F9B)


### Energy Web Volta Testnet

Check failure on line 91 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L91

[Vale.Spelling] Did you really mean 'Testnet'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Testnet'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 91, "column": 22}}}, "severity": "ERROR"}

This networks's Chain Id is 73799.

Check failure on line 93 in supported-networks/v1.1.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.1.1.md#L93

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.1.1.md", "range": {"start": {"line": 93, "column": 6}}}, "severity": "ERROR"}

- `create_and_add_modules.sol`: 0xF61A721642B0c0C8b334bA3763BA1326F53798C0
- `create_call.sol`: 0x8538fcbccba7f5303d2c679fa5d7a629a8c9bf4a
- `default_callback_handler.sol`: 0xd5D82B6aDDc9027B22dCA772Aa68D5d74cdBdF44
Expand Down
28 changes: 22 additions & 6 deletions supported-networks/v1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,57 @@ This page references the addresses of all the Safe\{Core\} Protocol contracts de

### Ethereum Mainnet

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185
This networks's Chain Id is 1.

Check failure on line 9 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L9

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 9, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0x6851D6fDFAfD08c0295C392436245E5bc78B0185](https://etherscan.io/address/0x6851D6fDFAfD08c0295C392436245E5bc78B0185)


### Rinkeby

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185
This networks's Chain Id is 4.

Check failure on line 16 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L16

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 16, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0x6851D6fDFAfD08c0295C392436245E5bc78B0185](https://rinkeby.etherscan.io/address/0x6851D6fDFAfD08c0295C392436245E5bc78B0185)


### Goerli

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185
This networks's Chain Id is 5.

Check failure on line 23 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L23

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 23, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0x6851D6fDFAfD08c0295C392436245E5bc78B0185](https://goerli.etherscan.io/address/0x6851D6fDFAfD08c0295C392436245E5bc78B0185)


### LUKSO Mainnet

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185
This networks's Chain Id is 42.

Check failure on line 30 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L30

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 30, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0x6851D6fDFAfD08c0295C392436245E5bc78B0185](https://explorer.execution.mainnet.lukso.network/address/0x6851D6fDFAfD08c0295C392436245E5bc78B0185)


### TomoChain

This networks's Chain Id is 88.

Check failure on line 37 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L37

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 37, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185


### Gnosis

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185
This networks's Chain Id is 100.

Check failure on line 44 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L44

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 44, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0x6851D6fDFAfD08c0295C392436245E5bc78B0185](https://gnosisscan.io/address/0x6851D6fDFAfD08c0295C392436245E5bc78B0185)


### Energy Web Chain

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185
This networks's Chain Id is 246.

Check failure on line 51 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L51

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 51, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: [0x6851D6fDFAfD08c0295C392436245E5bc78B0185](https://explorer.energyweb.org/address/0x6851D6fDFAfD08c0295C392436245E5bc78B0185)


### Energy Web Volta Testnet

Check failure on line 56 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L56

[Vale.Spelling] Did you really mean 'Testnet'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Testnet'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 56, "column": 22}}}, "severity": "ERROR"}

This networks's Chain Id is 73799.

Check failure on line 58 in supported-networks/v1.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/v1.2.0.md#L58

[Vale.Spelling] Did you really mean 'networks's'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'networks's'?", "location": {"path": "supported-networks/v1.2.0.md", "range": {"start": {"line": 58, "column": 6}}}, "severity": "ERROR"}

- `gnosis_safe.sol`: 0x6851D6fDFAfD08c0295C392436245E5bc78B0185


Expand Down
Loading

0 comments on commit 3ea1402

Please sign in to comment.