-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes from astriaorg/astria@3e16986
- Loading branch information
1 parent
f758de5
commit cde2b5d
Showing
4 changed files
with
96 additions
and
10 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
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,39 @@ | ||
global: | ||
dev: true | ||
|
||
genesis: | ||
chainId: 'sequencer-test-chain-0' | ||
genesisTime: '2023-09-22T17:22:35.092832Z' | ||
addressPrefixes: | ||
base: "astria" | ||
authoritySudoAddress: astria1rsxyjrcm255ds9euthjx6yc3vrjt9sxrm9cfgm | ||
ibc: | ||
enabled: true | ||
inboundEnabled: true | ||
outboundEnabled: true | ||
sudoAddress: astria1rsxyjrcm255ds9euthjx6yc3vrjt9sxrm9cfgm | ||
relayerAddresses: | ||
- astria1rsxyjrcm255ds9euthjx6yc3vrjt9sxrm9cfgm | ||
- astria1xnlvg0rle2u6auane79t4p27g8hxnj36ja960z | ||
# Note large balances must be strings support templating with the u128 size | ||
# account balances | ||
genesisAccounts: [] | ||
|
||
resources: | ||
cometbft: | ||
requests: | ||
cpu: 1000m | ||
memory: 500Mi | ||
limits: | ||
cpu: 1000m | ||
memory: 500Mi | ||
sequencer: | ||
requests: | ||
cpu: 1000m | ||
memory: 500Mi | ||
limits: | ||
cpu: 1000m | ||
memory: 500Mi | ||
|
||
storage: | ||
enabled: false |