Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 27, 2024
1 parent d2bbe6c commit b0def0f
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 2 deletions.
16 changes: 16 additions & 0 deletions dist/generated/controller-configs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/generated/controller-configs.js.map

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions src/generated/controller-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,22 @@ export const configs: ControllerConfigs = {
},
],
},
"0x4b5e65a9617c7ba3c7ea64324ff4338a400adb1a3cfe903b3f8b647cbb59fb7": {
name: "Season Systems",
description: "Register and claim",
methods: [
{
name: "Register",
description: "Registers to leaderboard",
entrypoint: "register_to_leaderboard",
},
{
name: "Claim",
description: "Claim",
entrypoint: "claim_leaderboard_rewards",
},
],
},
},
messages: [
{
Expand Down

0 comments on commit b0def0f

Please sign in to comment.