MCPcopy Create free account
hub / github.com/ccxt/ccxt / eip_domain_data

Method eip_domain_data

python/ccxt/grvt.py:3000–3009  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2998 return self.parse_order(result)
2999
3000 def eip_domain_data(self):
3001 # GrvtEnv.DEV.value: 327,
3002 # GrvtEnv.STAGING.value: 327,
3003 # GrvtEnv.TESTNET.value: 326,
3004 # GrvtEnv.PROD.value: 325,
3005 return {
3006 'name': 'GRVT Exchange',
3007 'version': '0',
3008 'chainId': 326 if self.isSandboxModeEnabled else 325,
3009 }
3010
3011 def fee_amount_multiplier(self):
3012 return self.convert_to_big_int_custom('10000') # multiply needed https://t.me/c/3396937126/88

Callers 1

create_signed_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected