Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Dec 13, 2023
1 parent d3fc0ab commit aa5ab84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,23 @@
rpc = "https://sepolia-rollup.arbitrum.io/rpc"
explorer = "https://sepolia.arbiscan.io"
Pug::Network.create(chain_id: , name: , display_name: , rpc: , explorer: , scan_span: 2000)
puts "`Arbitrum Sepolia` created."

chain_id = 44
name = 'crab'
display_name = 'Crab Network'
rpc = "https://darwiniacrab-rpc.dwellir.com"
explorer = "https://crab.subscan.io"
Pug::Network.create(chain_id: , name: , display_name: , rpc: , explorer: , scan_span: 2000)
puts "`Crab Network` created."

chain_id = 11155111
name = 'sep'
display_name = 'Sepolia'
rpc = "https://ethereum-sepolia.publicnode.com"
explorer = "https://sepolia.etherscan.io"
Pug::Network.create(chain_id: , name: , display_name: , rpc: , explorer: , scan_span: 2000)
puts "`Sepolia` created."

# chain_id = 2494104990
# name = 'tron_shasta'
Expand All @@ -45,6 +48,8 @@
rpc = "https://api.trongrid.io/jsonrpc"
explorer = "https://tronscan.io"
Pug::Network.create(chain_id: , name: , display_name: , rpc: , explorer: , scan_span: 2000)
puts "`Tron` created."

puts "Imported #{Pug::Network.count} networks."


0 comments on commit aa5ab84

Please sign in to comment.