-
Notifications
You must be signed in to change notification settings - Fork 8
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
8c82c62
commit 0229ff1
Showing
4 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
packages-ts/gauntlet-terra-contracts/codeIds/testnet-bombay-internal.json
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,10 @@ | ||
{ | ||
"flags": 50280, | ||
"ocr2": 50283, | ||
"access_controller": 50284, | ||
"deviation_flagging_validator": 50281, | ||
"cw3_flex_multisig": 36059, | ||
"cw4_group": 36895, | ||
"cw20_base": 41738, | ||
"proxy_ocr2": 50336 | ||
} |
14 changes: 7 additions & 7 deletions
14
packages-ts/gauntlet-terra-contracts/codeIds/testnet-bombay.json
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"flags": 39112, | ||
"ocr2": 45851, | ||
"access_controller": 39116, | ||
"deviation_flagging_validator": 39115, | ||
"flags": 50280, | ||
"ocr2": 50283, | ||
"access_controller": 50284, | ||
"deviation_flagging_validator": 50281, | ||
"cw3_flex_multisig": 36059, | ||
"cw4_group": 36895, | ||
"cw20_base": 41738, | ||
"proxy_ocr2": 48404 | ||
} | ||
"cw20_base": 50820, | ||
"proxy_ocr2": 50336 | ||
} |
9 changes: 3 additions & 6 deletions
9
packages-ts/gauntlet-terra-contracts/networks/.env.testnet-bombay
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
NODE_URL=https://bombay-lcd.terra.dev | ||
CHAIN_ID=bombay-12 | ||
DEFAULT_GAS_PRICE=0.5 | ||
LINK=terra1fcksmfjncl6m7apvpalvhwv5jxd9djv5lwyu82 | ||
BILLING_ACCESS_CONTROLLER=terra1trcufj64y53hxk7g8cra33xw3jkyvlr9lu99eu | ||
REQUESTER_ACCESS_CONTROLLER=terra1s38kfu4qp0ttwxkka9zupaysefl5qruhv5rc0z | ||
|
||
CW4_GROUP=terra1edk45cc6rckjszfmr87qfx50pfn2mnhg5mn3vd | ||
CW3_FLEX_MULTISIG=terra1cql0r4csmce0ntf68dmkvu3negs7m662uyg90g | ||
LINK=terra167ccv2h0z7k0p8j6qpuzwsgu5au5qvfwgmkjsl | ||
BILLING_ACCESS_CONTROLLER=terra1anfm045fgautt6mm5wc7uk6njx30n3cwlgvv8p | ||
REQUESTER_ACCESS_CONTROLLER=terra1urknnpgcmgvptdmhdvex53hl72prwgcnn49t47 |
9 changes: 9 additions & 0 deletions
9
packages-ts/gauntlet-terra-contracts/networks/.env.testnet-bombay-internal
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 @@ | ||
NODE_URL=https://bombay-lcd.terra.dev | ||
CHAIN_ID=bombay-12 | ||
DEFAULT_GAS_PRICE=0.5 | ||
LINK=terra1fcksmfjncl6m7apvpalvhwv5jxd9djv5lwyu82 | ||
BILLING_ACCESS_CONTROLLER=terra1trcufj64y53hxk7g8cra33xw3jkyvlr9lu99eu | ||
REQUESTER_ACCESS_CONTROLLER=terra1s38kfu4qp0ttwxkka9zupaysefl5qruhv5rc0z | ||
|
||
CW4_GROUP=terra1edk45cc6rckjszfmr87qfx50pfn2mnhg5mn3vd | ||
CW3_FLEX_MULTISIG=terra1cql0r4csmce0ntf68dmkvu3negs7m662uyg90g |