mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 11:26:55 +00:00
update rpc URL to be dynamic (#85)
This commit is contained in:
parent
27e55bb913
commit
118b0af8c3
@ -107,7 +107,14 @@ INSERT INTO
|
||||
SELECT
|
||||
call,
|
||||
ethereum.streamline.udf_json_rpc_call(
|
||||
'https://osmosis-coke.allthatnode.com:56657/',{ 'x-allthatnode-api-key':(
|
||||
(
|
||||
SELECT
|
||||
rpc_url
|
||||
FROM
|
||||
osmosis._internal.api_keys
|
||||
WHERE
|
||||
provider = 'allthatnode'
|
||||
),{ 'x-allthatnode-api-key':(
|
||||
SELECT
|
||||
key
|
||||
FROM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user