├── .github └── workflows │ └── auto_update.yaml ├── README.md ├── README.md.template └── auto_update.ts /.github/workflows/auto_update.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnb-chain/opbnb-snapshot/HEAD/.github/workflows/auto_update.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnb-chain/opbnb-snapshot/HEAD/README.md -------------------------------------------------------------------------------- /README.md.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnb-chain/opbnb-snapshot/HEAD/README.md.template -------------------------------------------------------------------------------- /auto_update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnb-chain/opbnb-snapshot/HEAD/auto_update.ts --------------------------------------------------------------------------------