Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed May 14, 2024
1 parent 35667f0 commit 6ef0892
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
18 changes: 11 additions & 7 deletions src/chains/definitions/btr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ export const btr = /*#__PURE__*/ defineChain({
id: 200901,
name: 'Bitlayer',
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18
name: 'Ether',
symbol: 'ETH',
decimals: 18,
},
rpcUrls: {
rpcUrls: {
default: {
http: ['https://rpc.bitlayer.org', 'https://rpc.bitlayer-rpc.com', 'https://rpc.ankr.com/bitlayer'],
webSocket: ['wss://ws.bitlayer.org','wss://ws.bitlayer-rpc.com'],
},
http: [
'https://rpc.bitlayer.org',
'https://rpc.bitlayer-rpc.com',
'https://rpc.ankr.com/bitlayer',
],
webSocket: ['wss://ws.bitlayer.org', 'wss://ws.bitlayer-rpc.com'],
},
},
blockExplorers: {
default: {
Expand Down
13 changes: 8 additions & 5 deletions src/chains/definitions/btrTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ export const btrTestnet = /*#__PURE__*/ defineChain({
id: 200810,
name: 'Bitlayer Testnet',
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18
name: 'Ether',
symbol: 'ETH',
decimals: 18,
},
rpcUrls: {
rpcUrls: {
default: {
http: ['https://testnet-rpc.bitlayer.org'],
webSocket: ['wss://testnet-ws.bitlayer.org','wss://testnet-ws.bitlayer-rpc.com'],
webSocket: [
'wss://testnet-ws.bitlayer.org',
'wss://testnet-ws.bitlayer-rpc.com',
],
},
},
blockExplorers: {
Expand Down

0 comments on commit 6ef0892

Please sign in to comment.