File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " viem " : patch
3
+ ---
4
+
5
+ Added Plasma Devnet.
Original file line number Diff line number Diff line change
1
+ import { defineChain } from '../../utils/chain/defineChain.js'
2
+
3
+ export const plasmaDevnet = /*#__PURE__*/ defineChain ( {
4
+ id : 9747 ,
5
+ name : 'Plasma Devnet' ,
6
+ nativeCurrency : {
7
+ name : 'Devnet Plasma' ,
8
+ symbol : 'XPL' ,
9
+ decimals : 18 ,
10
+ } ,
11
+ rpcUrls : {
12
+ default : {
13
+ http : [ 'https://devnet-rpc.plasma.to' ] ,
14
+ } ,
15
+ } ,
16
+ testnet : true ,
17
+ } )
Original file line number Diff line number Diff line change @@ -414,6 +414,7 @@ export { pgnTestnet } from './definitions/pgnTestnet.js'
414
414
export { phoenix } from './definitions/phoenix.js'
415
415
export { planq } from './definitions/planq.js'
416
416
export { plasma } from './definitions/plasma.js'
417
+ export { plasmaDevnet } from './definitions/plasmaDevnet.js'
417
418
export { plasmaTestnet } from './definitions/plasmaTestnet.js'
418
419
export { playfiAlbireo } from './definitions/playfiAlbireo.js'
419
420
export { plinga } from './definitions/plinga.js'
You can’t perform that action at this time.
0 commit comments