mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
use ICAPRegistrar.json
This commit is contained in:
parent
4ae20702e7
commit
94b1f91a58
321
dist/web3-light.js
vendored
321
dist/web3-light.js
vendored
@ -1,208 +1,4 @@
|
||||
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_a",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setAddr",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "addr",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "subRegistrar",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "reserve",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_refund",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "disown",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_registrar",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setSubRegistrar",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "content",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "owner",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "record",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "o_addr",
|
||||
"type": "address"
|
||||
},
|
||||
{
|
||||
"name": "o_subRegistrar",
|
||||
"type": "address"
|
||||
},
|
||||
{
|
||||
"name": "o_content",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "o_owner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_newOwner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "transfer",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_content",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "setContent",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{
|
||||
"indexed": true,
|
||||
"name": "name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "Changed",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},{}],2:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
"constant": true,
|
||||
@ -457,6 +253,115 @@ module.exports=[
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},{}],2:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "owner",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_refund",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "disown",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "addr",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "reserve",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_newOwner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "transfer",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_a",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setAddr",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{
|
||||
"indexed": true,
|
||||
"name": "name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "Changed",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},{}],3:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
@ -5214,18 +5119,18 @@ module.exports = Method;
|
||||
|
||||
var contract = require('./contract');
|
||||
var globalRegistrarAbi = require('../contracts/GlobalRegistrar.json');
|
||||
var fixedFeeRegistrarAbi = require('../contracts/FixedFeeRegistrar.json');
|
||||
var icapRegistrarAbi= require('../contracts/ICAPRegistrar.json');
|
||||
|
||||
var globalNameregAddress = '0xc6d9d2cd449a754c494264e1809c50e34d64562b';
|
||||
var ibanNameregAddress = '0xc6d9d2cd449a754c494264e1809c50e34d64562b';
|
||||
var ibanNameregAddress = '0x8e6d48283daa2dbe96f3ea0e0b8e48153303b110';
|
||||
|
||||
module.exports = {
|
||||
namereg: contract(globalRegistrarAbi).at(globalNameregAddress),
|
||||
ibanNamereg: contract(fixedFeeRegistrarAbi).at(ibanNameregAddress)
|
||||
ibanNamereg: contract(icapRegistrarAbi).at(ibanNameregAddress)
|
||||
};
|
||||
|
||||
|
||||
},{"../contracts/FixedFeeRegistrar.json":1,"../contracts/GlobalRegistrar.json":2,"./contract":24}],38:[function(require,module,exports){
|
||||
},{"../contracts/GlobalRegistrar.json":1,"../contracts/ICAPRegistrar.json":2,"./contract":24}],38:[function(require,module,exports){
|
||||
/*
|
||||
This file is part of ethereum.js.
|
||||
|
||||
|
5
dist/web3-light.min.js
vendored
5
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
321
dist/web3.js
vendored
321
dist/web3.js
vendored
@ -1,208 +1,4 @@
|
||||
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_a",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setAddr",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "addr",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "subRegistrar",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "reserve",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_refund",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "disown",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_registrar",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setSubRegistrar",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "content",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "owner",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "record",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "o_addr",
|
||||
"type": "address"
|
||||
},
|
||||
{
|
||||
"name": "o_subRegistrar",
|
||||
"type": "address"
|
||||
},
|
||||
{
|
||||
"name": "o_content",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "o_owner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_newOwner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "transfer",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_content",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "setContent",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{
|
||||
"indexed": true,
|
||||
"name": "name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "Changed",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},{}],2:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
"constant": true,
|
||||
@ -457,6 +253,115 @@ module.exports=[
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},{}],2:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "owner",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_refund",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "disown",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "addr",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "reserve",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_newOwner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "transfer",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_a",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setAddr",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{
|
||||
"indexed": true,
|
||||
"name": "name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "Changed",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},{}],3:[function(require,module,exports){
|
||||
module.exports=[
|
||||
{
|
||||
@ -5214,18 +5119,18 @@ module.exports = Method;
|
||||
|
||||
var contract = require('./contract');
|
||||
var globalRegistrarAbi = require('../contracts/GlobalRegistrar.json');
|
||||
var fixedFeeRegistrarAbi = require('../contracts/FixedFeeRegistrar.json');
|
||||
var icapRegistrarAbi= require('../contracts/ICAPRegistrar.json');
|
||||
|
||||
var globalNameregAddress = '0xc6d9d2cd449a754c494264e1809c50e34d64562b';
|
||||
var ibanNameregAddress = '0xc6d9d2cd449a754c494264e1809c50e34d64562b';
|
||||
var ibanNameregAddress = '0x8e6d48283daa2dbe96f3ea0e0b8e48153303b110';
|
||||
|
||||
module.exports = {
|
||||
namereg: contract(globalRegistrarAbi).at(globalNameregAddress),
|
||||
ibanNamereg: contract(fixedFeeRegistrarAbi).at(ibanNameregAddress)
|
||||
ibanNamereg: contract(icapRegistrarAbi).at(ibanNameregAddress)
|
||||
};
|
||||
|
||||
|
||||
},{"../contracts/FixedFeeRegistrar.json":1,"../contracts/GlobalRegistrar.json":2,"./contract":24}],38:[function(require,module,exports){
|
||||
},{"../contracts/GlobalRegistrar.json":1,"../contracts/ICAPRegistrar.json":2,"./contract":24}],38:[function(require,module,exports){
|
||||
/*
|
||||
This file is part of ethereum.js.
|
||||
|
||||
|
8
dist/web3.js.map
vendored
8
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
8
dist/web3.min.js
vendored
8
dist/web3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,203 +0,0 @@
|
||||
[
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_a",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setAddr",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "addr",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "subRegistrar",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "reserve",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_refund",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "disown",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_registrar",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setSubRegistrar",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "content",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "owner",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "record",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "o_addr",
|
||||
"type": "address"
|
||||
},
|
||||
{
|
||||
"name": "o_subRegistrar",
|
||||
"type": "address"
|
||||
},
|
||||
{
|
||||
"name": "o_content",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "o_owner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_newOwner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "transfer",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "_content",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "setContent",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{
|
||||
"indexed": true,
|
||||
"name": "name",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"name": "Changed",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
108
lib/contracts/ICAPRegistrar.json
Normal file
108
lib/contracts/ICAPRegistrar.json
Normal file
@ -0,0 +1,108 @@
|
||||
[
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "owner",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_refund",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "disown",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": true,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "addr",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "reserve",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_newOwner",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "transfer",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_name",
|
||||
"type": "bytes32"
|
||||
},
|
||||
{
|
||||
"name": "_a",
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "setAddr",
|
||||
"outputs": [],
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{
|
||||
"indexed": true,
|
||||
"name": "name",
|
||||
"type": "bytes32"
|
||||
}
|
||||
],
|
||||
"name": "Changed",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
@ -22,13 +22,13 @@
|
||||
|
||||
var contract = require('./contract');
|
||||
var globalRegistrarAbi = require('../contracts/GlobalRegistrar.json');
|
||||
var fixedFeeRegistrarAbi = require('../contracts/FixedFeeRegistrar.json');
|
||||
var icapRegistrarAbi= require('../contracts/ICAPRegistrar.json');
|
||||
|
||||
var globalNameregAddress = '0xc6d9d2cd449a754c494264e1809c50e34d64562b';
|
||||
var ibanNameregAddress = '0xc6d9d2cd449a754c494264e1809c50e34d64562b';
|
||||
var ibanNameregAddress = '0x8e6d48283daa2dbe96f3ea0e0b8e48153303b110';
|
||||
|
||||
module.exports = {
|
||||
namereg: contract(globalRegistrarAbi).at(globalNameregAddress),
|
||||
ibanNamereg: contract(fixedFeeRegistrarAbi).at(ibanNameregAddress)
|
||||
ibanNamereg: contract(icapRegistrarAbi).at(ibanNameregAddress)
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user