Skip to content

Commit

Permalink
fix: update BNS contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Apr 7, 2021
1 parent 3d0e33c commit ca5e5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {

import BN from 'bn.js';

export const BNS_CONTRACT_ADDRESS = 'S1G2081040G2081040G2081040G208105NK8PE5';
export const BNS_CONTRACT_ADDRESS = 'ST000000000000000000002AMW42H';
export const BNS_CONTRACT_NAME = 'bns';

export type Result = {
Expand Down

0 comments on commit ca5e5bf

Please sign in to comment.