Skip to content

Commit

Permalink
2.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
SoA432 committed Oct 30, 2024
1 parent 4a40af4 commit 3fe52a6
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 7,936 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
build/*
build/*
dist/*
2 changes: 1 addition & 1 deletion data/chains/V2/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"deprecated_at": null
},
"datasets": {
"beta_released_at": "2024-10-07T00:00:00.000Z",
"beta_released_at": null,
"full_released_at": null,
"deprecated_at": null
}
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/eth/testnets/sepolia/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const meta: ___InternalTestnet = {
deprecated_at: null,
},
datasets: {
beta_released_at: '2024-10-07T00:00:00.000Z',
beta_released_at: null,
full_released_at: null,
deprecated_at: null,
},
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it.
// Do not modify manually as it will be overwritten.
// Last generation on 10/30/2024, 4:29:18 PM.
// Last generation on 10/30/2024, 4:42:18 PM.

export { default as celo } from './celo/meta';
export { default as alfajores } from './celo/testnets/alfajores/meta';
Expand Down
2 changes: 1 addition & 1 deletion data/index.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Chains under ordered were manually placed, to manage the z-index (priority order) of chains.
// Chains under missing are generated from available data, make sure to order them.
// Include deprecated or future chains.
// Last generation on 10/30/2024, 4:29:18 PM.
// Last generation on 10/30/2024, 4:42:18 PM.

export default {
ordered: {
Expand Down
Loading

0 comments on commit 3fe52a6

Please sign in to comment.