Skip to content

Commit

Permalink
(fix) add to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtality committed Jul 24, 2024
1 parent c8e092b commit 9aff42d
Show file tree
Hide file tree
Showing 4 changed files with 45,703 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/templates/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,16 @@ networks:
nativeCurrencySymbol: ETH
base:
chainID: 8453
nodeURL: https://rpc.ankr.com/base
nodeURL: https://mainnet.base.org
tokenListType: FILE
tokenListSource: /home/gateway/conf/lists/base_uniswap_20240411.json
tokenListSource: /home/gateway/conf/lists/base_tokens_mainnet.json
nativeCurrencySymbol: ETH
gasPriceRefreshInterval: 60
base-sepolia:
chainID: 84532
nodeURL: https://sepolia.base.org
tokenListType: FILE
tokenListSource: /home/gateway/conf/lists/base_tokens_sepolia.json
nativeCurrencySymbol: ETH
gasPriceRefreshInterval: 60

Expand Down
Loading

0 comments on commit 9aff42d

Please sign in to comment.