server works with backend via redis, serves chainInfo, more
This commit is contained in:
4
token.js
4
token.js
@@ -6,8 +6,10 @@ import {ethers} from "ethers";
|
||||
import {erc20Abi} from "./abi.js";
|
||||
import {getProvider} from "./blockchain.js";
|
||||
|
||||
const std_arbitrum_tokens = {}
|
||||
const tokens = {
|
||||
42161: {}
|
||||
42161: std_arbitrum_tokens,
|
||||
1338: std_arbitrum_tokens,
|
||||
}
|
||||
|
||||
export async function lookupToken(chainId, address) {
|
||||
|
||||
Reference in New Issue
Block a user