Skip to content

Commit

Permalink
release chains
Browse files Browse the repository at this point in the history
for some reason its acting wierd
  • Loading branch information
dbeal-eth committed Sep 19, 2024
1 parent 9b22b35 commit 26429b6
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 281 deletions.
24 changes: 12 additions & 12 deletions src/chains/definitions/cannon.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { defineChain } from "../../utils/chain/defineChain.js";
import { defineChain } from '../../utils/chain/defineChain.js'

export const cannon = /*#__PURE__*/ defineChain({
id: 13_370,
name: "Cannon",
nativeCurrency: {
decimals: 18,
name: "Ether",
symbol: "ETH",
},
rpcUrls: {
default: { http: ["http://127.0.0.1:8545"] },
},
});
id: 13_370,
name: 'Cannon',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: { http: ['http://127.0.0.1:8545'] },
},
})
Loading

0 comments on commit 26429b6

Please sign in to comment.