From be6519bdb702639488306c5449dad30185bf5f7a Mon Sep 17 00:00:00 2001 From: Bjarte Stien Karlsen Date: Mon, 15 Jan 2024 19:29:50 +0100 Subject: [PATCH] added crescendo network, with same codeword as testnet since the addresses are the same ATM --- contracts/AddressUtils.cdc | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/AddressUtils.cdc b/contracts/AddressUtils.cdc index 56a8fbb..39dfe45 100644 --- a/contracts/AddressUtils.cdc +++ b/contracts/AddressUtils.cdc @@ -58,6 +58,7 @@ access(all) contract AddressUtils { let codeWords: {String: UInt64} = { "MAINNET" : 0, "TESTNET" : 0x6834ba37b3980209, + "CRESCENDO" : 0x6834ba37b3980209, "EMULATOR": 0x1cb159857af02018 }