-
Notifications
You must be signed in to change notification settings - Fork 98
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 Glide Protocol #259
base: main
Are you sure you want to change the base?
Add Glide Protocol #259
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,5 @@ | ||||||
--- | ||||||
'@hyperlane-xyz/registry': minor | ||||||
--- | ||||||
|
||||||
add Glide L2 Protocol XP | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
domainRoutingIsmFactory: "0x88A4CF2deC10c98BA0461F0c39d182d864C10a6d" | ||
interchainAccountIsm: "0x6b55fEDe927F3AEB2785ed73C5E02E93Da368ca6" | ||
interchainAccountRouter: "0xd88A7554d3617B49f9D94e2F3b0EB0B8aEDC257b" | ||
mailbox: "0x661674C1e5617733C6d077fb281600AE167f3aD0" | ||
proxyAdmin: "0x2F11cFA7b55657302502aF39AABBF2B9698BE3a0" | ||
staticAggregationHookFactory: "0x3656a582c4480D0fD5A1C7fACb4156F073545ab8" | ||
staticAggregationIsmFactory: "0x498d4cd2E24c7c9F9354c52C14338B5A6bdA2180" | ||
staticMerkleRootMultisigIsmFactory: "0x280fa7d700B03FEB74C35BE92cDc8Ff198E3F0cd" | ||
staticMerkleRootWeightedMultisigIsmFactory: "0xfbA7c990612f11b7E74e8a80Ca2CfeE6eD72a1D0" | ||
staticMessageIdMultisigIsmFactory: "0x907a54Fb09B16a83ae6aEf02f0913e96C75BBfD2" | ||
staticMessageIdWeightedMultisigIsmFactory: "0xC8E60e2340C3EF1EfEe815346a6204d3886C1860" | ||
testRecipient: "0xA558e74E59ECbAeec225617f21D49759D1152aC9" | ||
validatorAnnounce: "0x3d41B6f960D70eC015fb42C1d4A60e7f479D6C70" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
blockExplorers: | ||
apiUrl: https://blockchain-explorer.glideprotocol.xyz/api | ||
family: blockscout | ||
name: Glide Explorer | ||
url: https://blockchain-explorer.glideprotocol.xyz/ | ||
chainId: 253 | ||
deployer: | ||
name: avenbreaks | ||
url: https://github.com/avenbreaks | ||
displayName: Glide | ||
domainId: 253 | ||
isTestnet: false | ||
name: glidexp | ||
nativeToken: | ||
decimals: 18 | ||
name: GlideXP | ||
symbol: GLXP | ||
protocol: ethereum | ||
rpcUrls: | ||
- http: https://rpc-api.glideprotocol.xyz/l2-rpc/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -770,10 +770,10 @@ confluxespace: | |
- http: https://evm.confluxrpc.com | ||
connextsepolia: | ||
blockExplorers: | ||
- apiUrl: https://connext-sepolia.blockscout.com/api | ||
- apiUrl: https://scan.testnet.everclear.org/api | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also these unrelated changes shouldn't be showing up here. Try merging in the latest |
||
family: blockscout | ||
name: Connext Explorer | ||
url: https://connext-sepolia.blockscout.com | ||
name: Everclear Testnet Explorer | ||
url: https://scan.testnet.everclear.org/ | ||
blocks: | ||
confirmations: 1 | ||
estimateBlockTime: 10 | ||
|
@@ -782,7 +782,7 @@ connextsepolia: | |
deployer: | ||
name: Everclear | ||
url: https://everclear.org | ||
displayName: Connext Sepolia | ||
displayName: Everclear Sepolia | ||
domainId: 6398 | ||
gasCurrencyCoinGeckoId: ethereum | ||
index: | ||
|
@@ -1476,6 +1476,27 @@ galadrieldevnet: | |
protocol: ethereum | ||
rpcUrls: | ||
- http: https://devnet.galadriel.com | ||
glidexp: | ||
blockExplorers: | ||
apiUrl: https://blockchain-explorer.glideprotocol.xyz/api | ||
family: blockscout | ||
name: Glide Explorer | ||
url: https://blockchain-explorer.glideprotocol.xyz/ | ||
chainId: 253 | ||
deployer: | ||
name: avenbreaks | ||
url: https://github.com/avenbreaks | ||
displayName: Glide | ||
domainId: 253 | ||
isTestnet: false | ||
name: glidexp | ||
nativeToken: | ||
decimals: 18 | ||
name: GlideXP | ||
symbol: GLXP | ||
protocol: ethereum | ||
rpcUrls: | ||
- http: https://rpc-api.glideprotocol.xyz/l2-rpc/ | ||
gnosis: | ||
blockExplorers: | ||
- apiUrl: https://api.gnosisscan.io/api | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think you meant to delete this changeset?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Paul is correct, please restore this deleted file