From c143597d04ffb595235943ef0ae7fecd2428b420 Mon Sep 17 00:00:00 2001 From: Pawel Nowosielski Date: Tue, 5 Jan 2021 15:09:37 +0100 Subject: [PATCH] chore: replace Ethereum's GNT token address with GLM --- core/payment-driver/gnt/src/gnt/config.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/payment-driver/gnt/src/gnt/config.rs b/core/payment-driver/gnt/src/gnt/config.rs index fd1dbb0091..b9ac71fc52 100644 --- a/core/payment-driver/gnt/src/gnt/config.rs +++ b/core/payment-driver/gnt/src/gnt/config.rs @@ -36,10 +36,9 @@ pub const CFG_TESTNET: EnvConfiguration = EnvConfiguration { }; pub const CFG_MAINNET: EnvConfiguration = EnvConfiguration { - // TODO set gnt2 address after its deployment gnt_contract_address: H160([ - 0xa7, 0x44, 0x76, 0x44, 0x31, 0x19, 0xA9, 0x42, 0xdE, 0x49, 0x85, 0x90, 0xFe, 0x1f, 0x24, - 0x54, 0xd7, 0xD4, 0xaC, 0x0d, + 0x7D, 0xD9, 0xc5, 0xCb, 0xa0, 0x5E, 0x15, 0x1C, 0x89, 0x5F, 0xDe, 0x1C, 0xF3, 0x55, 0xC9, + 0xA1, 0xD5, 0xDA, 0x64, 0x29, ]), gnt_faucet_address: None, required_confirmations: 5,