diff --git a/README.md b/README.md index b862e79..59599c9 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ adrift/ ### Risa (Sequencing Chain) | Contract Name | Address | | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | -| AdriftBundler | [0xC2d64dE482582964da315a27093fBdBc72c874CB](https://risa-testnet.explorer.alchemy.com/address/0xC2d64dE482582964da315a27093fBdBc72c874CB) | +| AdriftBundler | [0x5e384926c2146004e45E474909a11136f5cAb561](https://risa-testnet.explorer.alchemy.com/address/0x5e384926c2146004e45E474909a11136f5cAb561) | | Decompressor | [0x5d3f5fc4129290b11ac6ed9bbc99cf11a79a5ef0](https://risa-testnet.explorer.alchemy.com/address/0x5d3f5fc4129290b11ac6ed9bbc99cf11a79a5ef0) | ## License diff --git a/apps/indexer/lit/lit.ts b/apps/indexer/lit/lit.ts index 3416563..bc64943 100644 --- a/apps/indexer/lit/lit.ts +++ b/apps/indexer/lit/lit.ts @@ -69,13 +69,15 @@ export async function getLitBundlerTransaction() { jsParams: { RANDOM_CONTRACT_ADDRESS: env.RANDOM_CONTRACT_ADDRESS, BUNDLER_ADDRESS: env.BUNDLER_ADDRESS, - PACIFICA_RPC_URL: pacifica.rpcUrls.default.http[0], + PACIFICA_RPC_URL: env.PACIFICA_RPC_URL, PACIFICA_CHAIN_ID: pacifica.id, - RISA_RPC_URL: risa.rpcUrls.default.http[0], + RISA_RPC_URL: env.RISA_RPC_URL, RISA_CHAIN_ID: risa.id, PKP_PUBLIC_KEY: env.LIT_PKP_PUBLIC_KEY } }) + console.log("success", success) + console.log("response", response) if (!success) { throw new Error("Failed to execute LIT action") }