-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edcab97
commit 479e189
Showing
21 changed files
with
625 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Enumeration: NetworkId | ||
|
||
## Enumeration Members | ||
|
||
### ArbitrumOne | ||
|
||
• **ArbitrumOne** = ``42161`` | ||
|
||
Arbitrum One Mainnet | ||
|
||
___ | ||
|
||
### ArbitrumSepolia | ||
|
||
• **ArbitrumSepolia** = ``421614`` | ||
|
||
Arbitrum Testnet | ||
|
||
___ | ||
|
||
### Custom | ||
|
||
• **Custom** = ``0`` | ||
|
||
Use this to specify an own main ColonyNetwork address in the options | ||
|
||
___ | ||
|
||
### Gnosis | ||
|
||
• **Gnosis** = ``100`` | ||
|
||
Gnosis chain | ||
|
||
___ | ||
|
||
### Goerli | ||
|
||
• **Goerli** = ``5`` | ||
|
||
Goerli testnet | ||
|
||
___ | ||
|
||
### Mainnet | ||
|
||
• **Mainnet** = ``1`` | ||
|
||
Ethereum Mainnet | ||
|
||
___ | ||
|
||
### Xdai | ||
|
||
• **Xdai** = ``100`` | ||
|
||
Gnosis chain (alias) | ||
|
||
___ | ||
|
||
### XdaiQa | ||
|
||
• **XdaiQa** = ``100`` | ||
|
||
Gnosis chain custom fork |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
packages/sdk/docs/api/interfaces/ColonyNetworkEvents.BridgeSetEventObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Interface: BridgeSetEventObject | ||
|
||
[ColonyNetworkEvents](../modules/ColonyNetworkEvents.md).BridgeSetEventObject | ||
|
||
## Properties | ||
|
||
### bridgeAddress | ||
|
||
• **bridgeAddress**: `string` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.