feat: add warp route monitoring for new Eclipse deploys (#4573)
### Description - Updates the monitoring script to support native balance getting and synthetic total supply getting - Drive-by to update `tokenProgramPubKey` -> `tokenMintPubKey`, which is more accurate (the mint isn't a program) ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->pull/4584/head
parent
9f5a17b7a4
commit
471002bd1a
@ -0,0 +1,23 @@ |
||||
# Configs and artifacts for the deployment of Hyperlane Warp Routes |
||||
# Between injective and inevm |
||||
description: Hyperlane Warp Route artifacts |
||||
timestamp: '2024-09-19T16:00:00.000Z' |
||||
deployer: Abacus Works (Hyperlane) |
||||
data: |
||||
config: |
||||
solanamainnet: |
||||
protocolType: sealevel |
||||
type: native |
||||
hypAddress: '8DtAGQpcMuD5sG3KdxDy49ydqXUggR1LQtebh2TECbAc' |
||||
name: Solana |
||||
symbol: SOL |
||||
decimals: 9 |
||||
eclipsemainnet: |
||||
protocolType: sealevel |
||||
type: synthetic |
||||
hypAddress: 'FJu4E1BDYKVg7aTWdwATZRUvytJZ8ZZ2gQuvPfMWAz9y' |
||||
tokenAddress: 'BeRUj3h7BqkbdfFU7FBNYbodgf8GCHodzKvF9aVjNNfL' |
||||
isSpl2022: true |
||||
name: Solana |
||||
symbol: SOL |
||||
decimals: 9 |
@ -0,0 +1,33 @@ |
||||
# Configs and artifacts for the deployment of Hyperlane Warp Routes |
||||
# Between injective and inevm |
||||
description: Hyperlane Warp Route artifacts |
||||
timestamp: '2024-09-19T16:00:00.000Z' |
||||
deployer: Abacus Works (Hyperlane) |
||||
data: |
||||
config: |
||||
ethereum: |
||||
protocolType: ethereum |
||||
type: collateral |
||||
hypAddress: '0xe1De9910fe71cC216490AC7FCF019e13a34481D7' |
||||
tokenAddress: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' # USDC |
||||
name: USDC |
||||
symbol: USDC |
||||
decimals: 6 |
||||
solanamainnet: |
||||
protocolType: sealevel |
||||
type: collateral |
||||
hypAddress: '3EpVCPUgyjq2MfGeCttyey6bs5zya5wjYZ2BE6yDg6bm' |
||||
tokenAddress: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' |
||||
isSpl2022: false |
||||
name: USDC |
||||
symbol: USDC |
||||
decimals: 6 |
||||
eclipsemainnet: |
||||
protocolType: sealevel |
||||
type: synthetic |
||||
hypAddress: 'EqRSt9aUDMKYKhzd1DGMderr3KNp29VZH3x5P7LFTC8m' |
||||
tokenAddress: 'AKEWE7Bgh87GPp171b4cJPSSZfmZwQ3KaqYqXoKLNAEE' |
||||
isSpl2022: true |
||||
name: USDC |
||||
symbol: USDC |
||||
decimals: 6 |
@ -0,0 +1,24 @@ |
||||
# Configs and artifacts for the deployment of Hyperlane Warp Routes |
||||
# Between injective and inevm |
||||
description: Hyperlane Warp Route artifacts |
||||
timestamp: '2024-09-19T16:00:00.000Z' |
||||
deployer: Abacus Works (Hyperlane) |
||||
data: |
||||
config: |
||||
solanamainnet: |
||||
protocolType: sealevel |
||||
type: collateral |
||||
hypAddress: 'CuQmsT4eSF4dYiiGUGYYQxJ7c58pUAD5ADE3BbFGzQKx' |
||||
tokenAddress: 'EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm' |
||||
name: dogwifhat |
||||
symbol: WIF |
||||
decimals: 9 |
||||
eclipsemainnet: |
||||
protocolType: sealevel |
||||
type: synthetic |
||||
hypAddress: '6tBGmKNxirxBYnm9khkaTtcr2fhJ9YviCgRm1RWM8NJv' |
||||
tokenAddress: '841P4tebEgNux2jaWSjCoi9LhrVr9eHGjLc758Va3RPH' |
||||
isSpl2022: false |
||||
name: dogwifhat |
||||
symbol: WIF |
||||
decimals: 9 |
@ -0,0 +1,24 @@ |
||||
# Configs and artifacts for the deployment of Hyperlane Warp Routes |
||||
# Between injective and inevm |
||||
description: Hyperlane Warp Route artifacts |
||||
timestamp: '2024-09-19T16:00:00.000Z' |
||||
deployer: Abacus Works (Hyperlane) |
||||
data: |
||||
config: |
||||
ethereum: |
||||
protocolType: ethereum |
||||
type: collateral |
||||
hypAddress: '0xc2495f3183F043627CAECD56dAaa726e3B2D9c09' |
||||
tokenAddress: '0x19e099B7aEd41FA52718D780dDA74678113C0b32' |
||||
name: Turbo Eth |
||||
symbol: tETH |
||||
decimals: 18 |
||||
eclipsemainnet: |
||||
protocolType: sealevel |
||||
type: synthetic |
||||
hypAddress: '6GM7hy6M6LjhadG1xuKXPQ3jPC1eieEszR8DforoRzUp' |
||||
tokenAddress: 'GU7NS9xCwgNPiAdJ69iusFrRfawjDDPjeMBovhV1d4kn' |
||||
isSpl2022: false |
||||
name: Turbo Eth |
||||
symbol: tETH |
||||
decimals: 9 |
Loading…
Reference in new issue