Skip to content

Commit

Permalink
fix: remove the testnet tag for cyber mainnet (#2181)
Browse files Browse the repository at this point in the history
* remove the testnet tag for cyber mainnet

* Create cold-cougars-begin.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
PengDeng-Cyber and jxom committed Apr 24, 2024
1 parent 9537fb9 commit 0fcc918
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-cougars-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Removed `testnet` tag for Cyber Mainnet chain.
3 changes: 1 addition & 2 deletions src/chains/definitions/cyber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ export const cyber = /*#__PURE__*/ defineChain({
address: '0xd1A3cb95E97Abc83777Ced3d474CCdD1AC948F0E',
blockCreated: 43798,
},
},
testnet: true,
}
})

0 comments on commit 0fcc918

Please sign in to comment.