Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OORT Devnet (Testnet) #100

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions chains/addresses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,19 @@ moonbeam:
testTokenRecipient: "0x85ac1164878e017b67660a74ff1f41f3D05C02Bb"
timelockController: "0x0000000000000000000000000000000000000000"
validatorAnnounce: "0x8c1001eBee6F25b31863A55EadfF149aF88B356F"
oortdev:
domainRoutingIsmFactory: "0x686564838c6D5729ea83a925bd5a445415921aB6"
interchainAccountIsm: "0x6b540B2bb83497286DD3a9dCd1d4748A8bFDe9DA"
interchainAccountRouter: "0xFF3311EC5C7df869F8DF4eB8b51339A0Ae023b44"
mailbox: "0x712Ebe5F3eB252b12dc9222cc0b8f5AA4E62712b"
merkleTreeHook: "0x25E38EA838a8C45d4114dC34432080067166A5f0"
proxyAdmin: "0xe9Ee1b11B7900e15e6e167Df263849d07Cd8E86D"
staticAggregationHookFactory: "0xbb197e96f9937895726a8D15b31d9DC2A14A26c5"
staticAggregationIsmFactory: "0xb73d2717ae7cf613D81d2660103D88D4fc745F6d"
staticMerkleRootMultisigIsmFactory: "0x90928892C5bcfeD5e7017338577a47f14A8f1e68"
staticMessageIdMultisigIsmFactory: "0x588F201a4E4D38888EB1aA579F6293c5Bb4fFD41"
testRecipient: "0xa83f168689C661aC34E1A55Ad1D1C859e4B3f71e"
validatorAnnounce: "0xDCE6772bD50F7478cdcD067349777241b64b35ea"
optimism:
aggregationHook: "0x4ccC6d8eB79f2a1EC9bcb0f211fef7907631F91f"
domainRoutingIsm: "0xDFfFCA9320E2c7530c61c4946B4c2376A1901dF2"
Expand Down
22 changes: 22 additions & 0 deletions chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,28 @@ neutron:
slip44: 118
transactionOverrides:
gasPrice: "0.0075"
oortdev:
blockExplorers:
family: other
name: OORT Dev Explorer
url: https://dev-scan.oortech.com
blocks:
confirmations: 1
estimateBlockTime: 1
reorgPeriod: 1
chainId: 9700
deployer:
email: [email protected]
displayName: OORT DEVNET
domainId: 9700
name: oortdev
nativeToken:
decimals: 18
name: OORT
symbol: OORT
protocol: ethereum
rpcUrls:
- http: https://dev-rpc.oortech.com
optimism:
blockExplorers:
- apiUrl: https://api-optimistic.etherscan.io/api
Expand Down
13 changes: 13 additions & 0 deletions chains/oortdevnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

domainRoutingIsmFactory: "0x686564838c6D5729ea83a925bd5a445415921aB6"
interchainAccountIsm: "0x6b540B2bb83497286DD3a9dCd1d4748A8bFDe9DA"
interchainAccountRouter: "0xFF3311EC5C7df869F8DF4eB8b51339A0Ae023b44"
mailbox: "0x712Ebe5F3eB252b12dc9222cc0b8f5AA4E62712b"
merkleTreeHook: "0x25E38EA838a8C45d4114dC34432080067166A5f0"
proxyAdmin: "0xe9Ee1b11B7900e15e6e167Df263849d07Cd8E86D"
staticAggregationHookFactory: "0xbb197e96f9937895726a8D15b31d9DC2A14A26c5"
staticAggregationIsmFactory: "0xb73d2717ae7cf613D81d2660103D88D4fc745F6d"
staticMerkleRootMultisigIsmFactory: "0x90928892C5bcfeD5e7017338577a47f14A8f1e68"
staticMessageIdMultisigIsmFactory: "0x588F201a4E4D38888EB1aA579F6293c5Bb4fFD41"
testRecipient: "0xa83f168689C661aC34E1A55Ad1D1C859e4B3f71e"
validatorAnnounce: "0xDCE6772bD50F7478cdcD067349777241b64b35ea"
5 changes: 5 additions & 0 deletions chains/oortdevnet/logo.svg
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove the extra whitespace around this logo and also minify it? These online tools can help:
https://jsfiddle.net/knLbjc9a/4/
https://jakearchibald.github.io/svgomg/

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions chains/oortdevnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
family: other
name: OORT Dev Explorer
url: https://dev-scan.oortech.com
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an apiUrl will also be required here

blocks:
confirmations: 1
estimateBlockTime: 1
reorgPeriod: 1
chainId: 9700
deployer:
email: [email protected]
Comment on lines +12 to +13
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for including this. Would you mind also setting the name field here?

displayName: OORT DEVNET
domainId: 9700
name: oortdev
nativeToken:
decimals: 18
name: OORT
symbol: OORT
protocol: ethereum
rpcUrls:
- http: https://dev-rpc.oortech.com
Loading