Skip to content

Commit

Permalink
Update constants.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
diyahir committed Nov 1, 2024
1 parent 2929c6c commit 4b2bea0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy-scripts/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ pub const MAINNET_RPC: &str = "https://mainnet.fuel.network/v1/playground";
pub const TESTNET_TREASURY_IDENTITY: &str =
"0xa5ac02c203dde9b52cb2ab29bdd0dfee1e7a17f97339ff2ead92de4eebb62305";
pub const MAINNET_TREASURY_IDENTITY: &str =
"0x4761863a5b9a7ec3263964f694f453a5a67cf0d458ebc3e36eb618d43809c785";
"0x4edf2814d7ccfec416714fee42b3af06060b942e949e1ff46f108158943d69ce";

// Testnet
pub const TESTNET_PYTH_CONTRACT_ID: &str =
"0x25146735b29d4216639f7f8b1d7b921ff87a1d3051de62d6cceaacabeb33b8e7";
pub const MAINNET_PYTH_CONTRACT_ID: &str =
"0x1c86fdd9e0e7bc0d2ae1bf6817ef4834ffa7247655701ee1b031b52a24c523da";

// Testnet
pub const TESTNET_ETH_ASSET_CONTRACT_ID: &str =
"0x4ea6ccef1215d9479f1024dff70fc055ca538215d2c8c348beddffd54583d0e8";
pub const TESTNET_ETH_ASSET_ID: &str =
"f8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07";

// Mainnet
// https://github.com/FuelLabs/verified-assets/blob/main/ASSETS.md
pub const MAINNET_PYTH_CONTRACT_ID: &str =
"0x1c86fdd9e0e7bc0d2ae1bf6817ef4834ffa7247655701ee1b031b52a24c523da";

pub const MAINNET_ASSET_CONTRACT_ID: &str =
"0x4ea6ccef1215d9479f1024dff70fc055ca538215d2c8c348beddffd54583d0e8";
pub const MAINNET_ETH_ASSET_ID: &str =
Expand Down

0 comments on commit 4b2bea0

Please sign in to comment.