Skip to content

Commit

Permalink
fix: canister created
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 13, 2024
1 parent 45ad97e commit ad18148
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ You can find the whitepaper on our website <https://www.ekoketoken.com/whitepape

## Canisters

- **deferred-data**: `TBD`
- **deferred-minter**: `TBD`
- **deferred-data**: `2m6dw-uaaaa-aaaal-arumq-cai`
- **deferred-minter**: `2f5ik-ciaaa-aaaal-aruna-cai`

## Get started

Expand Down
9 changes: 8 additions & 1 deletion canister_ids.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{}
{
"deferred_data": {
"ic": "2m6dw-uaaaa-aaaal-arumq-cai"
},
"deferred_minter": {
"ic": "2f5ik-ciaaa-aaaal-aruna-cai"
}
}
4 changes: 2 additions & 2 deletions scripts/deploy_ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ source ./did.sh

ADMIN_PRINCIPAL="$(dfx identity get-principal)"
CHAIN_ID=1
DEFERRED_DATA="2m6dw-uaaaa-aaaal-arumq-cai"
DEFERRED_MINTER="2f5ik-ciaaa-aaaal-aruna-cai"
DEFERRED_ERC721="0x"
REWARD_POOL="0x"
EVM_RPC_PRINCIPAL="7hfb6-caaaa-aaaar-qadga-cai"
Expand Down Expand Up @@ -38,8 +40,6 @@ case "$CANISTER" in
;;

"deferred_minter")
DEFERRED_DATA=$(get_arg "deferred-data" "$FALLBACK_CANISTER")

deploy_deferred_minter \
"reinstall" \
"ic" \
Expand Down

0 comments on commit ad18148

Please sign in to comment.