chore: add `mainnet` suffix to solana and eclipse (#4410)
### Description Because we're doing a new core deployment that includes protocol fees ### 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/4414/head
parent
42ccf23678
commit
8adcd60402
@ -1,5 +1,5 @@ |
||||
[codespell] |
||||
skip = .git,node_modules,yarn.lock,Cargo.lock,./typescript/helloworld,./rust/config |
||||
skip = .git,node_modules,yarn.lock,Cargo.lock,./typescript/helloworld,./rust/config,./rust/sealevel/environments/mainnet3/chain-config.json |
||||
count = |
||||
quiet-level = 3 |
||||
ignore-words = ./.codespell/ignore.txt |
||||
|
@ -1 +1 @@ |
||||
f642dfefebb8578e2fdb7c732b816cd1bc945bb1 |
||||
a7ffbaa1722715bfff96cc2104d16aa48f8b386a |
||||
|
@ -1,16 +1,16 @@ |
||||
{ |
||||
"solana": { |
||||
"type": "collateral", |
||||
"decimals": 9, |
||||
"remoteDecimals": 9, |
||||
"token": "wzbcJyhGhQDLTV1S99apZiiBdE4jmYfbw99saMMdP59", |
||||
"splTokenProgram": "token", |
||||
"interchainSecurityModule": "9k74DkJvS2x9QhG4XfnKsLkqaCDyVfaj8s6FyJyhAeEP", |
||||
"owner": "EzppBFV2taxWw8kEjxNYvby6q7W1biJEqwP3iC7YgRe3" |
||||
}, |
||||
"nautilus": { |
||||
"type": "native", |
||||
"decimals": 18, |
||||
"foreignDeployment": "0x4501bBE6e731A4bC5c60C03A77435b2f6d5e9Fe7" |
||||
} |
||||
"solanamainnet": { |
||||
"type": "collateral", |
||||
"decimals": 9, |
||||
"remoteDecimals": 9, |
||||
"token": "wzbcJyhGhQDLTV1S99apZiiBdE4jmYfbw99saMMdP59", |
||||
"splTokenProgram": "token", |
||||
"interchainSecurityModule": "9k74DkJvS2x9QhG4XfnKsLkqaCDyVfaj8s6FyJyhAeEP", |
||||
"owner": "EzppBFV2taxWw8kEjxNYvby6q7W1biJEqwP3iC7YgRe3" |
||||
}, |
||||
"nautilus": { |
||||
"type": "native", |
||||
"decimals": 18, |
||||
"foreignDeployment": "0x4501bBE6e731A4bC5c60C03A77435b2f6d5e9Fe7" |
||||
} |
||||
} |
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,10 @@ |
||||
{ |
||||
"eclipse": { |
||||
"eclipsemainnet": { |
||||
"hex": "0x6d8f3a8e68449b4c5fa5f09f9f9bf82607f6b2b1b6052260bf7c5c66aa5a5684", |
||||
"base58": "8Ng7TLE223sWcRjH7rEdUPoR3seaugqPw1djdQRRZ6Gj" |
||||
}, |
||||
"solana": { |
||||
"solanamainnet": { |
||||
"hex": "0x6903def7c07b2844eb549e7037651c07f508884e0c962345c8bb2b9834633e15", |
||||
"base58": "84wESfpyisKVYwkpaJpkHS6XxkLPC5bLZrTD1jQw1TrL" |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue