Module: kamailio Branch: master Commit: 4380130fe889b945ef0a03ce830a412a5a165a4a URL: https://github.com/kamailio/kamailio/commit/4380130fe889b945ef0a03ce830a412a5a165a4a
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-12-09T09:33:29Z auth_web3: clang-format adaptions --- Modified: src/modules/auth_web3/auth_web3_mod.c --- Diff: https://github.com/kamailio/kamailio/commit/4380130fe889b945ef0a03ce830a412a5a165a4a.diff Patch: https://github.com/kamailio/kamailio/commit/4380130fe889b945ef0a03ce830a412a5a165a4a.patch --- diff --git a/src/modules/auth_web3/auth_web3_mod.c b/src/modules/auth_web3/auth_web3_mod.c index d73fe307aab..847a9af48aa 100644 --- a/src/modules/auth_web3/auth_web3_mod.c +++ b/src/modules/auth_web3/auth_web3_mod.c @@ -41,8 +41,10 @@ MODULE_VERSION /* Default Web3 configuration */ #define DEFAULT_AUTHENTICATION_RPC_URL "https://testnet.sapphire.oasis.dev" #define DEFAULT_ENS_RPC_URL "https://ethereum-sepolia-rpc.publicnode.com" -#define DEFAULT_AUTHENTICATION_CONTRACT_ADDRESS "0xE773BB79689379d32Ad1Db839868b6756B493aea" -#define DEFAULT_ENS_REGISTRY_ADDRESS "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" +#define DEFAULT_AUTHENTICATION_CONTRACT_ADDRESS \ + "0xE773BB79689379d32Ad1Db839868b6756B493aea" +#define DEFAULT_ENS_REGISTRY_ADDRESS \ + "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" /* * Module destroy function prototype _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
